Jump to content

Help with this custom item


Groovejet

Recommended Posts

I designed the foloowing item:

 

Code:
 begindefineitem 445;	clear;	it_name = "Sword";	it_full_name = "Sword of Courage";	it_variety = 1; // 1-handed weapon.	it_damage_per_level = 12;	it_bonus = 5;	it_encumbrance = 1;	it_floor_which_sheet = 1037;	it_floor_which_icon = 2;	it_inventory_icon = 3;	it_ability_1 = 58; // Mental resistance, +5% / str	it_ability_str_1 = 3;	it_value = 2000;	it_weight = 100;	it_magic = 1; 
I wanted to make it like a longsword with 5 bonus damage (like the magic longsword), but it ends up doing 6-72 damage.

 

May somebody tell me what I did wrong?

 

Thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...