Two new bow/crossbow artifacts, both that exclusively affect firing speed.
parent
ae4d5db045
commit
95f19a7804
|
@ -1,3 +1,9 @@
|
|||
Two new artifacts for bows/crossbows: Lethargy and Rapid Fire
|
||||
Lethargy fires very slowly and is cursed.
|
||||
Rapid Fire fires a little faster, and seems to be more noticeable on crossbows.
|
||||
artifacts
|
||||
Daniel Hawkins 2021-10-03
|
||||
|
||||
Replace existing fiend image in the classic face set with a Gervais tile.
|
||||
Existing tile was derived from Greater Demon or Medium Demon, both
|
||||
of which look suspiciously like the accompanying artwork for demons from the 1994
|
||||
|
|
19
artifacts
19
artifacts
|
@ -3593,6 +3593,25 @@ value 5
|
|||
wc -4
|
||||
cursed 1
|
||||
end
|
||||
# Duality of firing speed buffs
|
||||
# A good buff for firing rate for crossbows and bows
|
||||
# Accompanied by a cursed counterpart for slow firing
|
||||
Allowed all
|
||||
chance 10
|
||||
Object Rapid Fire
|
||||
type 14
|
||||
value 10
|
||||
sp 15
|
||||
end
|
||||
#
|
||||
Allowed all
|
||||
chance 15
|
||||
Object Lethargy
|
||||
type 14
|
||||
value 1
|
||||
sp -15
|
||||
cursed 1
|
||||
end
|
||||
#
|
||||
Allowed bow
|
||||
chance 1
|
||||
|
|
Loading…
Reference in New Issue