Ticket #4021: 4021_v1.patch

File 4021_v1.patch, 8.0 KB (added by Palaxin, 8 years ago)
  • data/mods/public/simulation/templates/structures/mace_library.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_structure_special">
    3   <Auras datatype="tokens">library</Auras>
    4   <BuildRestrictions>
    5     <Category>Library</Category>
    6   </BuildRestrictions>
    7   <Footprint>
    8     <Square width="29.0" depth="34.0"/>
    9     <Height>9.0</Height>
    10   </Footprint>
    11   <Health>
    12     <SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
    13   </Health>
     2<Entity parent="template_structure_special_library">
    143  <Identity>
    154    <Civ>mace</Civ>
    16     <GenericName>Library</GenericName>
    175    <SpecificName>Bibliothḗkē</SpecificName>
    18     <Classes datatype="tokens">-ConquestCritical</Classes>
    19     <Tooltip>Research special technologies.</Tooltip>
    20     <History>Alexander the Great founded libraries all over his new empire. These became centers of learning for an entirely new synthesized culture: the Hellenistic culture.</History>
    21     <Icon>structures/library_scroll.png</Icon>
    226  </Identity>
    23   <Obstruction>
    24     <Static width="25.0" depth="30.0"/>
    25   </Obstruction>
    26   <ProductionQueue>
    27     <BatchTimeModifier>0.7</BatchTimeModifier>
    28     <Technologies datatype="tokens">
    29       successors/special_hellenistic_metropolis
    30     </Technologies>
    31   </ProductionQueue>
    32   <Sound>
    33     <SoundGroups>
    34       <select>interface/select/building/sel_temple.xml</select>
    35       <constructed>interface/complete/building/complete_temple.xml</constructed>
    36       <death>attack/destruction/building_collapse_large.xml</death>
    37     </SoundGroups>
    38   </Sound>
    39   <TerritoryInfluence>
    40     <Radius>50</Radius>
    41   </TerritoryInfluence>
    42   <VisualActor>
    43     <Actor>structures/macedonians/library.xml</Actor>
    44     <FoundationActor>structures/fndn_4x6.xml</FoundationActor>
    45   </VisualActor>
    467</Entity>
  • data/mods/public/simulation/templates/structures/ptol_library.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_structure_special">
    3   <Auras datatype="tokens">library</Auras>
    4   <BuildRestrictions>
    5     <Category>Library</Category>
    6   </BuildRestrictions>
    7   <Footprint>
    8     <Square width="29.0" depth="34.0"/>
    9     <Height>9.0</Height>
    10   </Footprint>
    11   <Health>
    12     <SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
    13   </Health>
     2<Entity parent="template_structure_special_library">
    143  <Identity>
    154    <Civ>ptol</Civ>
    16     <GenericName>Library</GenericName>
    175    <SpecificName>Bibliothḗkē</SpecificName>
    18     <Classes datatype="tokens">-ConquestCritical</Classes>
    19     <Tooltip>Research special technologies.</Tooltip>
    20     <History>Alexander the Great founded libraries all over his new empire. These became centers of learning for an entirely new synthesized culture: the Hellenistic culture.</History>
    21     <Icon>structures/library_scroll.png</Icon>
    226  </Identity>
    23   <Obstruction>
    24     <Static width="25.0" depth="30.0"/>
    25   </Obstruction>
    26   <ProductionQueue>
    27     <BatchTimeModifier>0.7</BatchTimeModifier>
    28     <Technologies datatype="tokens">
    29       successors/special_hellenistic_metropolis
    30     </Technologies>
    31   </ProductionQueue>
    32   <Sound>
    33     <SoundGroups>
    34       <select>interface/select/building/sel_temple.xml</select>
    35       <constructed>interface/complete/building/complete_temple.xml</constructed>
    36       <death>attack/destruction/building_collapse_large.xml</death>
    37     </SoundGroups>
    38   </Sound>
    39   <TerritoryInfluence>
    40     <Radius>50</Radius>
    41   </TerritoryInfluence>
    42   <VisualActor>
    43     <Actor>structures/macedonians/library.xml</Actor>
    44     <FoundationActor>structures/fndn_4x6.xml</FoundationActor>
    45   </VisualActor>
    467</Entity>
  • data/mods/public/simulation/templates/structures/sele_library.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_structure_special">
    3   <Auras datatype="tokens">library</Auras>
    4   <BuildRestrictions>
    5     <Category>Library</Category>
    6   </BuildRestrictions>
    7   <Footprint>
    8     <Square width="29.0" depth="34.0"/>
    9     <Height>9.0</Height>
    10   </Footprint>
    11   <Health>
    12     <SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
    13   </Health>
     2<Entity parent="template_structure_special_library">
    143  <Identity>
    154    <Civ>sele</Civ>
    16     <GenericName>Library</GenericName>
    175    <SpecificName>Bibliothikon</SpecificName>
    18     <Classes datatype="tokens">-ConquestCritical</Classes>
    19     <Tooltip>Research special technologies.</Tooltip>
    20     <History>Alexander the Great founded libraries all over his new empire. These became centers of learning for an entirely new synthesized culture: the Hellenistic culture.</History>
    21     <Icon>structures/library_scroll.png</Icon>
    226  </Identity>
    23   <Obstruction>
    24     <Static width="25.0" depth="30.0"/>
    25   </Obstruction>
    26   <ProductionQueue>
    27     <BatchTimeModifier>0.7</BatchTimeModifier>
    28     <Technologies datatype="tokens">
    29       successors/special_hellenistic_metropolis
    30     </Technologies>
    31   </ProductionQueue>
    32   <Sound>
    33     <SoundGroups>
    34       <select>interface/select/building/sel_temple.xml</select>
    35       <constructed>interface/complete/building/complete_temple.xml</constructed>
    36       <death>attack/destruction/building_collapse_large.xml</death>
    37     </SoundGroups>
    38   </Sound>
    39   <TerritoryInfluence>
    40     <Radius>50</Radius>
    41   </TerritoryInfluence>
    42   <VisualActor>
    43     <Actor>structures/macedonians/library.xml</Actor>
    44     <FoundationActor>structures/fndn_4x6.xml</FoundationActor>
    45   </VisualActor>
    467</Entity>
  • data/mods/public/simulation/templates/template_structure_special_library.xml

     
     1<?xml version="1.0" encoding="utf-8"?>
     2<Entity parent="template_structure_special">
     3  <Auras datatype="tokens">library</Auras>
     4  <BuildRestrictions>
     5    <Category>Library</Category>
     6  </BuildRestrictions>
     7  <Footprint>
     8    <Square width="29.0" depth="34.0"/>
     9    <Height>9.0</Height>
     10  </Footprint>
     11  <Health>
     12    <SpawnEntityOnDeath>rubble/rubble_stone_4x6</SpawnEntityOnDeath>
     13  </Health>
     14  <Identity>
     15    <GenericName>Library</GenericName>
     16    <Classes datatype="tokens">-ConquestCritical</Classes>
     17    <Tooltip>Research special technologies.</Tooltip>
     18    <History>Alexander the Great founded libraries all over his new empire. These became centers of learning for an entirely new synthesized culture: the Hellenistic culture.</History>
     19    <Icon>structures/library_scroll.png</Icon>
     20  </Identity>
     21  <Obstruction>
     22    <Static width="25.0" depth="30.0"/>
     23  </Obstruction>
     24  <ProductionQueue>
     25    <BatchTimeModifier>0.7</BatchTimeModifier>
     26    <Technologies datatype="tokens">
     27      successors/special_hellenistic_metropolis
     28    </Technologies>
     29  </ProductionQueue>
     30  <Sound>
     31    <SoundGroups>
     32      <select>interface/select/building/sel_temple.xml</select>
     33      <constructed>interface/complete/building/complete_temple.xml</constructed>
     34      <death>attack/destruction/building_collapse_large.xml</death>
     35    </SoundGroups>
     36  </Sound>
     37  <TerritoryInfluence>
     38    <Radius>50</Radius>
     39  </TerritoryInfluence>
     40  <VisualActor>
     41    <Actor>structures/macedonians/library.xml</Actor>
     42    <FoundationActor>structures/fndn_4x6.xml</FoundationActor>
     43  </VisualActor>
     44</Entity>