Page 1 of 1

item xml issues

Posted: 07 Jan 2021, 13:31
by HoraK-FDF

Candy-Caned Anti-Grinch-Rifle 2020 (5261) xml shows wrong damage it should be 20 and also it is in the wrong folder.
its here:
tmwa-client-data/items/equip-1hand/item5261_Launcher.xml
but should be here:
tmwa-client-data/items/equip-2hand/item5261_Launcher.xml
the line should be:
<item id="5261" image="equipment/weapon/xmas-slingshot-icon.png" name="Candy-Caned Anti-Grinch-Rifle 2020" description="The best way to shoot snowballs." type="equip-2hand" attack-action="attack_bow" attack="20" attack-range="3" weight="10" critical-hit-effect-id="55" missile-particle="graphics/particles/snowball.particle.xml">

Snowballs (5260) xml shows wrong damage it should be 20.
tmwa-client-data/items/equip-ammo/item5260_Snowball.xml
the line should be:
<item id="5260" image="equipment/ammo/snowball.png" name="Snowball" description="It is Christmas time!" attack="20" type="equip-ammo" weight="1"/>

Assasins Shirts (755) xml misses level requirement.
tmwa-client-data/items/equip-torso/item755_AssassinShirt.xml
the line should be:
<item id="755" image="equipment/chest/assassintop.png" name="Assassin Shirt" description="Shirt for a master assassin." effect="Walk Speed +10% / Hit Chance +20" mattack="-5" type="equip-torso" defense="15" agi="15" flee="20" maxhp="200" level="90" weight="15" sellProtected="true">

Maybe the info should also be included in the xmls of all Assasin Set items that they cannot be equipped with a weapon in the hand.


Re: item xml issues

Posted: 08 Jan 2021, 16:20
by HoraK-FDF

moved items/equip-1hand/item5261_Launcher.xml to items/equip-2hand/item5261_Launcher.xml
updated items/equip-1hand/include.xml
updated items/equip-2hand/
include.xml
added correct damage to items/equip-2hand/item5261_Launcher.xml
added correct damage to items/equip-ammo/item5260_Snowball.xml
added level requirement to items/equip-torso/item755_AssassinShirt.xml

How about adding the description to the assassin set item like the wiki does it? For example: "Shirt for a master assassin. Cannot be equipped with a weapon."


Re: item xml issues

Posted: 08 Jan 2021, 22:39
by WildX

I still think the assasin shirt should be made more useful than it currently is with some stat adjustments and allowing it to be worn with weapons.

Thanks for the contributions btw. Always appreciated :)