Source code for VegansDeluxe.rebuild.Weapons.Fist
from VegansDeluxe.core import AttachedAction, RegisterWeapon
from VegansDeluxe.core import MeleeAttack
from VegansDeluxe.core.Translator.LocalizedString import ls
from VegansDeluxe.core.Weapons.Weapon import MeleeWeapon
[docs]@RegisterWeapon
class Fist(MeleeWeapon):
id = 'fist'
name = ls("weapon_fist_name")
description = ls("weapon_fist_description")
accuracy_bonus = 2