Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If you go to livingentities.xml and scroll down a little bit you see this thing
- "<!-- HEROES -->
- <sips>
- <type>HERO</type>
- <hate>ENEMY</hate>
- <name esES="Sips, el creador de campamentos">Sips, the campmaker</name>
- <attack>1d900+1800</attack>
- <attackSpeed>6</attackSpeed>
- <defense>1d450+350</defense>
- <healthPoints>1d600+2000</healthPoints>
- <attackVerb esES="golpea">punches</attackVerb>
- <attackVerbInfinitive esES="golpear">punch</attackVerbInfinitive>
- <damage>1d90+200</damage>
- <LOS>1d4+3</LOS>
- <movePCT>1d12+12</movePCT>
- <walkSpeed>60</walkSpeed>
- <HPRegeneration>1</HPRegeneration>
- <maxHungryTurns>1d360+3440</maxHungryTurns>
- <maxSleepTurns>1d240+4160</maxSleepTurns>
- <eatZone>ztavern</eatZone>
- <heroComePrerequisite>sips</heroComePrerequisite>
- <heroStayPrerequisite>sips</heroStayPrerequisite>
- <heroBehaviour>sips</heroBehaviour>
- <heroSkills>sips</heroSkills>
- <facingDirections>true</facingDirections>
- <equip>sipswand</equip>
- <equipAllowed>cloth,bone,wand,misc</equipAllowed>
- <evadeTraps>true</evadeTraps>
- <moral>1d60+25</moral>
- <drop>
- <item>sipscorpse</item>
- <PCT>100</PCT>
- </drop>
- <fxDead>fxdeadmale</fxDead>
- </sips>"
- If you want the Heros to equip you stuff you need to change this line
- "<equipAllowed>cloth,bone,wand,misc</equipAllowed>"
- and add Gold, Iron, Etc
- Like this
- "<equipAllowed>wood,cloth,bone,iron,gold,wand,misc</equipAllowed>"
- Just a tip :)
Advertisement
Add Comment
Please, Sign In to add comment