weapon is a "hand missile-grenade", meaning it is a single-ammo weapon that flies from your hand to the target, with no launcher needed and no need to be primed.
once shot, nothing is left in your hand. damage (in theory) upon impact, like a rocket.
(if you follow piratez let's play, it works in the same way as one of the basic bombs, don't remember the name, black powder bomb i think).
- type: STR_ACID_BOLT
requires:
- STR_ACID_BOLT
size: 0.1
#costBuy: 2800
costSell: 2100
weight: 2
bigSprite: 512
floorSprite: 512
handSprite: 512
bulletSprite: 11
fireSound: 512
hitSound: 118
hitAnimation: 800 # custom green-recolored explosion; does not seem to be the cause of the problem
power: 140
damageType: 8
clipSize: 1
accuracySnap: 65
accuracyAimed: 80
tuSnap: 40
tuAimed: 50
battleType: 1
twoHanded: false
invWidth: 1
invHeight: 1
recoveryPoints: 1
armor: 10
arcingShot: true # does not seem to be the cause of the problem
blastRadius: 1
of course damageType is 8 (acid).
first problem i have is that the weapon does 0 damage.
second problem i have is that it draws a huge explosion despite blastRadius being only 1 (admittedly it deals high damage so it sets itself as a "large explosion").
the latter is a trivial problem, i can live with it; the 0 damage instead is not.
anyone has a working acid-bursting weapon (or tried to make one)? are they a no-go?