Patch #270 New Items - 6 different items (with some changes for clarity and item property conflicts as noted in the patch summary on SourceForge.)

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20339 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2017-03-19 06:26:41 +00:00
parent 31e741f610
commit da122063e7
13 changed files with 168 additions and 0 deletions

View File

@ -1,4 +1,23 @@
Patch #270 New Items - 6 different items
* Patch accepted with changes as summarized in the patch entry
at Sourceforge. Basically, changes for clarity and removed
duplicate and conflicting item properties identified by
Gridarta for Crossfire
armour/helmet/bone_helm.arc
armour/helmet/bone_helm.base.111.png
armour/mail/unicorn_hide_robe.arc
armour/mail/unicorn_hide_robe.base.111.png
armour/shield/lunar_shield.arc
armour/shield/lunar_shield.base.111.png
armour/shield/shield_imana.arc
armour/shield/shield_imana.base.111.png
weapon/misc/twinblade_spear.arc
weapon/misc/twinblade_spear.base.111.png
weapon/sword/giants_knife.arc
weapon/sword/giants_knife.base.111.png
Rick Tanner 2017-03-19
Patch #267 New Items - 7 different items
* Changed attacktype of the Order Sword to remove GodPower, now uses
Magic, Physical and WeaponMagic instead

View File

@ -0,0 +1,19 @@
Object bone_helm
nrof 1
name bone helm
name_pl bone helms
client_type 271
type 34
face bone_helm.111
ac 3
resist_physical 4
weight 8000
value 1200
material 2050
magic 1
item_power 1
resist_confusion 20
resist_fear 30
body_head -1
gen_sp_armour 2
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

View File

@ -0,0 +1,28 @@
Object unicorn_hide_robe
name unicorn hide robe
name_pl unicorn hide robes
client_type 256
nrof 1
type 16
face unicorn_hide_robe.111
weight 7000
value 30000
material 136
last_sp 9
magic 4
item_power 7
resist_physical 5
resist_magic 10
resist_confusion 10
resist_poison -5
resist_paralyze 10
Dex 1
Int 1
Pow 1
Wis 1
luck 1
hp 3
sp 3
grace 3
body_torso -1
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

View File

@ -0,0 +1,29 @@
Object lunar_shield
nrof 1
name lunar shield
name_pl lunar shields
client_type 261
type 33
face lunar_shield.111
weight 19000
value 240000
material 258
magic 2
ac 3
item_power 5
resist_physical 10
resist_magic 10
resist_fear 50
Dex 1
Int 1
Pow 1
Wis 1
luck 1
hp 2
sp 2
grace 2
food 2
reflect_missile 1
path_attuned 526592
body_arm -1
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

View File

@ -0,0 +1,36 @@
Object shield_imana
nrof 1
name shield of indigo mana
name_pl shields of indigo mana
client_type 261
type 33
face shield_imana.111
weight 22000
value 24000
material 258
magic 2
ac 2
item_power 5
cursed 1
resist_physical 5
resist_magic 10
resist_fire 10
resist_electricity 10
resist_cold 10
resist_confusion 10
resist_acid 10
resist_drain 10
resist_weaponmagic 10
resist_ghosthit 10
resist_poison 10
resist_slow 10
resist_paralyze 10
resist_fear 10
resist_deplete 10
Int 2
Pow 1
Wis 1
sp 3
path_attuned 78
body_arm -1
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

View File

@ -0,0 +1,20 @@
Object twinblade_spear
nrof 1
name twinblade spear
type 15
face twinblade_spear.111
material 18
weight 29000
value 900
dam 18
last_sp 8
wc 1
Dex 1
can_impale 1
attacktype 1
weapontype 5
name_pl twinblade spears
client_type 136
body_arm -2
skill two handed weapons
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

View File

@ -0,0 +1,17 @@
Object giants_knife
nrof 1
name giant's knife
last_sp 8
type 15
face giants_knife.111
material 2
dam 18
weight 20500
value 55
attacktype 1
weapontype 1
name_pl giant's knives
client_type 101
body_arm -1
skill one handed weapons
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B