Copy this script and save it to a *.dfn file. I saved mine in the dfndata/items/gear/armor, under the title tbs_magic1.
**Version .1 notes**
--tested all but ring of command.
--item identification works through my loremaster as scripted. (most hard-coded objects when identified the first time the master says funky things, afterwords it's cleared up for additional identifies)
--more to follow! Any item requests (not too complicated ones) feel free to chip in. I'll probably start with lesser, more common, magic items before testing my hand at uber ones.
[m_gloves]
{ left facing
get=leather_gloves
name2=Leather Gloves of Minor Strength
name=Leather Gloves
id=0x13c6
script=5020
def=1
value = 650, 200
}
[m_studgloves]
{ right Facing
get=studded_gloves
name=studded gloves
name2=studded gloves of minor strength
id=0x13dd
def=1
script=5020
value= 750,250
}
[m_ringgloves]
{
get=ring_gloves
name=ringmail gloves
name2=ringmail gloves of minor strength
id=0x13eb
def=2
script=5020
value=1000, 400
}
[m_plategloves]
{ left facing
get=plate_gloves
name=platemail gloves
name2=platemail gloves of minor strength
id=0x1414
def=2
script=5020
value=1200,500
}
//Magic boots
[boots_wander]
{
get=base_item
name=boots
name2=boots of wandering
id=0x170b
weight=300
value=790,22
layer=0x03
def=1
hp=30
str=10
dyeable=1
decay=1
script=5020
}
[sandals_wander]
{
get=base_item
name=sandals
name2=sandals of wandering
id=0x170d
weight=100
value=650,75
layer=0x03
hp=10
dyeable=1
decay=1
script=5020
}
[shoes_wander]
{
get=base_item
name=shoes
name=shoes of wandering
id=0x170f
weight=200
value=675,80
layer=0x03
hp=20
dyeable=1
decay=1
script=5020
}
[tboots_wander]
{
get=base_item
name=thigh boots
name2=thigh boots of wandering
id=0x1711
weight=400
value=750,95
layer=0x03
def=2
hp=50
str=20
dyeable=1
decay=1
script=5020
}
[shadow_cloak]
{
get=base_item
name=cloak
name2=shadow cloak
id=0x1515
weight=500
value=985,21
layer=0x14
hp=50
restock=10
dyeable=1
decay=1
script = 5020
}
[ring_command]
{
get=base_item
name=ring
name2=ring of commanding
id=0x108a
weight=100
value=790,13
restock=10
decay=1
script = 5020
}