Changed fortress projectiles from flaming to non-flaming.

This was SVN commit r10642.
This commit is contained in:
Michael D. Hafer 2011-11-30 12:17:33 +00:00
parent eed06c68a9
commit 81f550fdec
6 changed files with 13 additions and 13 deletions

View File

@ -13,8 +13,8 @@
<prop actor="props/structures/carthaginians/fortress_shields.xml" attachpoint="root"/>
<prop actor="props/structures/carthaginians/fortress_weapons.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_6x6.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/kart_struct.dds</texture>
</variant>

View File

@ -12,8 +12,8 @@
<prop actor="props/structures/celts/broch_shields.xml" attachpoint="root"/>
<prop actor="props/structures/celts/broch_doors.xml" attachpoint="root"/>
<prop actor="props/structures/celts/broch_top.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/celt_broch.dds</texture>
</variant>

View File

@ -15,8 +15,8 @@
<prop actor="props/structures/celts/fortress_shields.xml" attachpoint="root"/>
<prop actor="props/structures/celts/fortress_a5.xml" attachpoint="root"/>
<prop actor="props/structures/decals/celt_fortress.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/celt_wall.dds</texture>
</variant>

View File

@ -9,7 +9,7 @@
<prop actor="props/structures/hellenes/fortress_gate.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_props.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/hele_struct_b.dds</texture>
</variant>

View File

@ -10,8 +10,8 @@
<props>
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
<prop actor="props/structures/iberians/fortress_sheilds.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/iber_struct.dds</texture>
</variant>

View File

@ -6,16 +6,16 @@
<mesh>structural/pers_fortress.dae</mesh>
<props>
<prop actor="props/structures/persians/fortress.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
</variant>
<variant frequency="1" name="Persian_Fortress_B">
<mesh>structural/pers_fortress_b.dae</mesh>
<props>
<prop actor="props/structures/persians/fortress_b.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front_flame.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
</variant>
</group>