[gameplay - Alpha 26] Han Chinese

The Han Minister can now defend himself. Exact values open for debate.

This was SVN commit r26548.
This commit is contained in:
wowgetoffyourcellphone 2022-03-05 19:14:58 +00:00
parent 38351207ba
commit 6e863d141b
3 changed files with 23 additions and 1 deletions

View file

@ -7,6 +7,7 @@
<props>
<prop actor="props/units/heads/head_minister.xml" attachpoint="head"/>
<prop actor="props/units/helmets/han_hairbun.xml" attachpoint="helmet"/>
<prop actor="props/units/weapons/sheath/han_jian_sheath_left_a.xml" attachpoint="sheath_L"/>
</props>
</variant>
</group>
@ -15,6 +16,7 @@
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant file="biped/attack_melee_minister.xml"/>
<variant file="biped/attack_capture.xml"/>
<variant file="biped/attack_slaughter.xml"/>
<variant file="biped/gather_praise.xml"/>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant name="attack_melee">
<animations>
<animation event="0.5" file="biped/infantry/swordsman/attack_melee_shield_02.dae" name="attack_melee" speed="100"/>
</animations>
<props>
<prop actor="props/units/weapons/sword/han_duan_ma_jian_01.xml" attachpoint="weapon_R"/>
<prop actor="props/units/weapons/sheath/han_jian_sheath_left_a_e.xml" attachpoint="sheath_L"/>
</props>
</variant>

View file

@ -7,6 +7,16 @@
<MaxRange>4</MaxRange>
<RepeatTime>1000</RepeatTime>
</Capture>
<Melee>
<AttackName context="Name of an attack using a double-edged sword.">Sword</AttackName>
<Damage>
<Hack>10</Hack>
</Damage>
<MaxRange>3</MaxRange>
<PrepareTime>500</PrepareTime>
<RepeatTime>1000</RepeatTime>
<PreferredClasses datatype="tokens">Unit+!Ship</PreferredClasses>
</Melee>
</Attack>
<Auras datatype="tokens">
units/han_minister_garrison
@ -23,7 +33,7 @@
</Resources>
</Cost>
<Health>
<Max>150</Max>
<Max>200</Max>
</Health>
<Identity>
<Civ>han</Civ>