New weapon -- punching daggers

master
SilverNexus 2021-08-13 13:32:59 -04:00
parent d93f19605f
commit 7741cbccd4
6 changed files with 43 additions and 3 deletions

View File

@ -1,3 +1,14 @@
New weapon -- punching daggers
Similar to regular daggers, but use the punching skill instead of
one-handed weapons. And they come in pairs rather than individually.
And they use both hands.
weapon/sword/punch_dagger.arc
weapon/sword/punch_dagger.face
weapon/sword/punch_dagger.base.111.png
treasures.trs
artifacts
Daniel Hawkins 2021-08-13
New arch for tear-downable (or, rather, force open) garden gate.
A custom thing was used in Pupland maps like this,
but it appears the animations it relied on got changed

View File

@ -790,7 +790,7 @@ item_power 1
last_sp 110
end
# Silvered Edge (meant to be primarily a crafted item, so its rarer than its power level indicates it should be)
Allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sword_4,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,lspear,spear,poleaxe,taifu_1,trident,vlongsword,sicklesword,serp_sword,t_dagger,sickle1,t_star1,sai1,sai2,kama1,kama2,scythe1
Allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sword_4,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,lspear,spear,poleaxe,taifu_1,trident,vlongsword,sicklesword,serp_sword,t_dagger,sickle1,t_star1,sai1,sai2,kama1,kama2,scythe1,punch_dagger
chance 1
difficulty 15
Object Silvered Edge
@ -806,7 +806,7 @@ end
#
# Daggers (subtype of weapons)
#
Allowed dagger
Allowed dagger,punch_dagger
chance 10
Object Poisoning
type 15
@ -816,7 +816,7 @@ attacktype 1025
item_power 1
end
#
Allowed dagger
Allowed dagger,punch_dagger
chance 10
Object Paralysis
type 15

View File

@ -890,6 +890,10 @@ treasureone melee_weapons
magic 4
chance 5
more
arch punch_dagger
magic 4
chance 5
more
arch shortsword_2
magic 4
chance 5
@ -1780,6 +1784,11 @@ treasure rich_old
arch sword_4
magic 4
chance 60
no
arch punch_dagger
magic 4
chance 80
end
end
end
end

View File

@ -0,0 +1,17 @@
Object punch_dagger
nrof 1
last_sp 3
type 15
face punch_dagger.111
material 2
dam 2
weight 4100
value 35
attacktype 1
weapontype 2
name punching daggers
name_pl punching daggers
client_type 101
body_arm -2
skill punching
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

@ -0,0 +1,3 @@
face punch_dagger.111
magicmap grey
end