mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
The first Skirmish maps.
Temporary selection and complete sounds for Theater, Elephant Stables, Cavalry Stables, Blacksmith, and Wonder. Sounds by LAVS. He is working on improving them. This was SVN commit r13941.
This commit is contained in:
parent
939898c47d
commit
2283aedc3c
39 changed files with 319 additions and 20 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<animation file="female/f_gather_01.dae" name="gather_meat" speed="25"/>
|
||||
<animation event="0.4" file="female/f_mine_01.dae" name="gather_rock" speed="150"/>
|
||||
<animation event="0.4" file="female/f_mine_01.dae" name="gather_ore" speed="150"/>
|
||||
<animation file="female/f_mine_01.dae" name="gather_ruins" speed="150"/>
|
||||
<animation event="0.4" file="female/f_mine_01.dae" name="gather_ruins" speed="150"/>
|
||||
<animation event="0.6" file="female/f_build_01.dae" name="Build" speed="70"/>
|
||||
<animation file="female/f_death_01.dae" name="Death" speed="130"/>
|
||||
</animations>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffa5508c45955557cb1ea500196202f9d2e7754fe4dd2850c88ef602a0ff9dee
|
||||
size 75304
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<HeardBy>owner</HeardBy>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>30</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>complete_blacksmith.ogg</Replacement>
|
||||
<Path>audio/interface/complete/building</Path>
|
||||
<Sound>complete_blacksmith.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5cebe13170b5acbd68a1c8f4de8d99388992f8eeaacb257604d22657a41c5c1
|
||||
size 61219
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<HeardBy>owner</HeardBy>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>30</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>complete_cavalry_stables.ogg</Replacement>
|
||||
<Path>audio/interface/complete/building</Path>
|
||||
<Sound>complete_cavalry_stables.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53510a61b4de983dd6b973e6c7241bd95555cc10224f581536d7eed4ec2ee6ae
|
||||
size 71843
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<HeardBy>owner</HeardBy>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>30</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>complete_elephant_stables.ogg</Replacement>
|
||||
<Path>audio/interface/complete/building</Path>
|
||||
<Sound>complete_elephant_stables.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa4a17082c4ef8551496ec47983342063b83610a841ad32cc8abf9e27445f777
|
||||
size 95518
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<HeardBy>owner</HeardBy>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>30</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>complete_greek_theater.ogg</Replacement>
|
||||
<Path>audio/interface/complete/building</Path>
|
||||
<Sound>complete_greek_theater.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0609d731e40c2bbb76408f8d30d783fd9b25b303b867a8d756d64a9fe8910b0
|
||||
size 35160
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<HeardBy>owner</HeardBy>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>30</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>complete_wonder.ogg</Replacement>
|
||||
<Path>audio/interface/complete/building</Path>
|
||||
<Sound>complete_wonder.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ddcdd69f28de386074a3909f97dc5bfa32d50779297f1cc2e2baac053ff7e81
|
||||
size 34885
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>70</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>sel_blacksmith.ogg</Replacement>
|
||||
<Path>audio/interface/select/building</Path>
|
||||
<Sound>sel_blacksmith.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16aa370b659e5c4f1b0badd00c278bee7f2c688e3a7c5490ea8439b7bfd8e8ae
|
||||
size 31670
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>70</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>sel_cavalry_stables.ogg</Replacement>
|
||||
<Path>audio/interface/select/building</Path>
|
||||
<Sound>sel_cavalry_stables.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec1e7f2098bc0ab14091cde3ac7adf3d9635ddf7d61c0061e5a82951cb5bd133
|
||||
size 63141
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>70</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>sel_elephant_stables.ogg</Replacement>
|
||||
<Path>audio/interface/select/building</Path>
|
||||
<Sound>sel_elephant_stables.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:094d4d9b0c56cc2e3c08e39280c01369674eb9dd74cf97083eccd4681ea4a858
|
||||
size 93231
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>70</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>sel_greek_theater.ogg</Replacement>
|
||||
<Path>audio/interface/select/building</Path>
|
||||
<Sound>sel_greek_theater.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5581ea6abe503de52f2994d706620b5f09590cbff4966c480aa5fa2981d58412
|
||||
size 41315
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
|
||||
<SoundGroup>
|
||||
<Distanceless>1</Distanceless>
|
||||
<Gain>1</Gain>
|
||||
<Pitch>1</Pitch>
|
||||
<Priority>70</Priority>
|
||||
<ConeGain>1</ConeGain>
|
||||
<ConeInner>360</ConeInner>
|
||||
<ConeOuter>360</ConeOuter>
|
||||
<Looping>0</Looping>
|
||||
<RandOrder>1</RandOrder>
|
||||
<RandGain>1</RandGain>
|
||||
<GainUpper>1</GainUpper>
|
||||
<GainLower>0.8</GainLower>
|
||||
<RandPitch>1</RandPitch>
|
||||
<PitchUpper>1.1</PitchUpper>
|
||||
<PitchLower>0.9</PitchLower>
|
||||
<Threshold>1</Threshold>
|
||||
<Decay>3</Decay>
|
||||
<Replacement>sel_wonder.ogg</Replacement>
|
||||
<Path>audio/interface/select/building</Path>
|
||||
<Sound>sel_wonder.ogg</Sound>
|
||||
</SoundGroup>
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb4061b4120a2786fe65747f8daf0d3d54206c2493ec287d3350b541e5ae15d7
|
||||
size 341848
|
||||
oid sha256:d721e7963a22e3f6f29dfa29b5cf3cc1d0bd0dce34923ff8a9e903f37bf50793
|
||||
size 342225
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbb07b077b2b9ba6602220d5c62bded25811b4e19d12651bf9903743f1ad7e21
|
||||
size 657157
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:124f6dfa66b8d8c7c27377c502aa56ca82bff73cfd40b9564770ae5ba8a73074
|
||||
size 480686
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7f6f2b9fcf70ef4503b5b4458be29ed33fd46d9c343a80e39bf88037c786224
|
||||
size 656920
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b65b0262e1c4a587d0e5070f426de62ecd7d561485a18e27bba4c52103087d6
|
||||
size 272769
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac10b6b9e43b1d12af5b2aec279571691dea8d104e64baf8f230a49049384bc3
|
||||
size 1025860
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:920648401501f6c536604d5da78438298c3e17814ecedbdcce4a3bfd3b931a76
|
||||
size 501657
|
||||
|
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
"pair": "pair_tower_01",
|
||||
"genericName": "Sentries",
|
||||
"specificName": {
|
||||
"hele": "Nyktophylakes",
|
||||
"mace": "Nyktophylakes",
|
||||
"spart": "Nyktophylakes",
|
||||
"athen": "Nyktophylakes",
|
||||
"ptol": "Nyktophylakes",
|
||||
"sele": "Nyktophylakes",
|
||||
"rome": "Vigiles"
|
||||
},
|
||||
"description": "A night's watch increases vigilance.",
|
||||
"cost": {"food": 100, "wood": 100, "stone": 0, "metal": 0},
|
||||
"requirements": {"tech": "phase_town"},
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@
|
|||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_theatre.xml</constructed>
|
||||
<select>interface/select/building/sel_greek_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_greek_theater.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_theatre.xml</constructed>
|
||||
<select>interface/select/building/sel_greek_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_greek_theater.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_theatre.xml</constructed>
|
||||
<select>interface/select/building/sel_greek_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_greek_theater.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@
|
|||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_broch.xml</select>
|
||||
<constructed>interface/complete/building/complete_broch.xml</constructed>
|
||||
<select>interface/select/building/sel_elephant_stables.xml</select>
|
||||
<constructed>interface/complete/building/complete_elephant_stables.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -43,6 +43,13 @@
|
|||
persians/training_conscription_cavalry
|
||||
</Technologies>
|
||||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_cavalry_stables.xml</select>
|
||||
<constructed>interface/complete/building/complete_cavalry_stables.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
<VisualActor>
|
||||
<Actor>structures/persians/stables.xml</Actor>
|
||||
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</Resources>
|
||||
</Cost>
|
||||
<Footprint>
|
||||
<Square width="14.0" depth="14.0"/>
|
||||
<Square width="16.0" depth="16.0"/>
|
||||
<Height>5.0</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
<History>Since they are made of mud brick, Egyptian houses are free of cost, but are very weak.</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="10.0" depth="10.0"/>
|
||||
<Static width="14.0" depth="14.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/ptolemies/house.xml</Actor>
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_theatre.xml</constructed>
|
||||
<select>interface/select/building/sel_greek_theater.xml</select>
|
||||
<constructed>interface/complete/building/complete_greek_theater.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@
|
|||
</ProductionQueue>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_barracks.xml</select>
|
||||
<constructed>interface/complete/building/complete_barracks.xml</constructed>
|
||||
<select>interface/select/building/sel_blacksmith.xml</select>
|
||||
<constructed>interface/complete/building/complete_blacksmith.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@
|
|||
<RallyPoint disable=""/>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>interface/select/building/sel_temple.xml</select>
|
||||
<constructed>interface/complete/building/complete_temple.xml</constructed>
|
||||
<select>interface/select/building/sel_wonder.xml</select>
|
||||
<constructed>interface/complete/building/complete_wonder.xml</constructed>
|
||||
<death>attack/destruction/building_collapse_large.xml</death>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<Multiplier>1.5</Multiplier>
|
||||
</BonusSecondary>
|
||||
</Bonuses>
|
||||
<RestrictedClasses datatype="tokens">-StoneWall</RestrictedClasses>
|
||||
<RestrictedClasses datatype="tokens">-StoneWall</RestrictedClasses>
|
||||
</Attack>
|
||||
<Cost>
|
||||
<Resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue