| Code: |
Warning reading configuration file pkg/std/blacksmithy/itemdesc.cfg:
Element specifies a SkillID instead of an Attribute
Element: Weapon 0x13e3, found on line 1
Warning reading configuration file pkg/std/carpentry/itemdesc.cfg:
Element specifies a SkillID instead of an Attribute
Element: Weapon 0x0df0, found on line 214
Error reading configuration file pkg/std/carpentry/itemdesc.cfg:
Attribute Mace not found
Element: Weapon 0x0df0, found on line 214
Server Shutdown: load_itemdesc |
| Code: |
Weapon 0x13e3
{
Name SmithyHammer
Desc Smithy's Hammer
Default 1
Speed 30
Damage 2d5
SkillId MaceFighting
MaxHP 60
Script make_blacksmith_items
HitSound 0x13C
MissSound 0x234
VendorSellsFor 36
VendorBuysFor 18
equipscript ::skilladvancerequip
unequipscript ::skilladvancerunequip
DestroyScript ::maindestroy
CProp SpecMult i3
CProp AvailSkills a1:i7
} |
| Code: |
Weapon 0x0df0
{
Name BlackStaff
Default 1
Desc Black Staff
Speed 40
Damage 4d5+1
SkillId MaceFighting
HitSound 0x13C
MissSound 0x234
MaxHP 80
VendorSellsFor 27
VendorBuysFor 24
TwoHanded 1
BlocksCastingIfInHand 0
strrequired 35
Anim 0x000d
Hitscript :combat:mainhit
equipscript ::skilladvancerequip
unequipscript ::skilladvancerunequip
DestroyScript ::maindestroy
Controlscript ::applyhitscript
} |
| Code: |
Attribute MaceFighting
{
AttributeType Skill
DisplayName Mace Fighting
SkillId 41
Title Armsman
StatCheck Dexterity 100 1d2
StatCheck Strength 100 1d4+30
} |
| Code: |
const ATTRIBUTEID_MACEFIGHTING := "macefighting";
|