Just wanted to report a funny experiment that I just did : A torch for Piratez, replacing the electro-flare. It's a light source that you can toss around, and you can club people with it and set them on fire. Partytime!
Item battleType needs to be 10 to make it project light source. The "power" stat determines light distance, as far as I know (didn't try something different from a vanilla flare)
Then I copied the #Bayonet segment section from a rifle
#Bayonet segment
meleeHitSound: 75
meleeAnimation: 4
meleeType: 2 # Was 7 (melee damage), 2 is fire damage
meleePower: 30
meleeBonus:
strength: 0.4
melee: 0.1
accuracyMelee: 110
meleeMultiplier:
flatHundred: 0.5
melee: 0.5
costMelee:
time: 14
energy: 8
flatMelee:
time: true
#segment end
Fire naturally bypasses armor, and has a chance to inflict fatal wounds and flaming status.
(edit: I wanted to share here because only OXCE makes it possible)