How to increase HP for modded troops

Users who are viewing this thread

How to increase HP code:

<NPCCharacter id="BT_sturgia_mercenary_army_01"
default_group="Infantry"
level="26"
name="{=BTSturgiamr01}Ulfhednar"
hp code place here?????
occupation="Soldier"
culture="Culture.sturgia">
<face>
<face_key_template value="BodyProperty.fighter_sturgia" />
</face>
<skills>
<skill id="Athletics"
value="240" />
<skill id="Riding"
value="30" />
<skill id="OneHanded"
value="200" />
<skill id="TwoHanded"
value="240" />
<skill id="Polearm"
value="200" />
<skill id="Bow"
value="30" />
<skill id="Crossbow"
value="30" />
<skill id="Throwing"
value="35" />
</skills>
<upgrade_targets></upgrade_targets>
<Equipments>
<EquipmentRoster>
<equipment slot="Item0" id="Item.black_heart_2haxe_t3" />
<equipment slot="Head" id="Item.wolfhead" />
<equipment slot="Cape" id="Item.wolf_shoulder" />
<equipment slot="Body" id="Item.battanian_savage_armor" />
<equipment slot="Leg" id="Item.belted_leather_boots" />
</EquipmentRoster>
<EquipmentRoster>
<equipment slot="Item0" id="Item.sturgia_2haxe_1_t4" />
<equipment slot="Head" id="Item.wolfhead" />
<equipment slot="Cape" id="Item.wolf_shoulder" />
<equipment slot="Body" id="Item.battanian_savage_armor" />
<equipment slot="Leg" id="Item.highland_boots" />
</EquipmentRoster>
<EquipmentRoster>
<equipment slot="Item0" id="Item.sturgia_2haxe_2_t5" />
<equipment slot="Head" id="Item.wolfhead" />
<equipment slot="Cape" id="Item.wolf_shoulder" />
<equipment slot="Body" id="Item.light_tunic" />
<equipment slot="Leg" id="Item.sturgia_boots_d" />
</EquipmentRoster>
<EquipmentSet id="sturgia_troop_civilian_template_t3"
civilian="true" />
</Equipments>
</NPCCharacter>

Ulfhednar is a Nordic warrior that doesn't wear armor to battle, but no armor means instant death! But they were able to hold an army on a bridge, so would like to stay realistic with extra hp.
 
Back
Top Bottom