VegansDeluxe.core.Weapons package
Submodules
VegansDeluxe.core.Weapons.Weapon module
- class VegansDeluxe.core.Weapons.Weapon.MeleeWeapon(session_id: str, entity_id: str)[source]
Bases:
Weapon- ranged = False
- class VegansDeluxe.core.Weapons.Weapon.RangedWeapon(session_id: str, entity_id: str)[source]
Bases:
Weapon- ranged = True
- class VegansDeluxe.core.Weapons.Weapon.Weapon(session_id: str, entity_id: str)[source]
Bases:
object- accuracy_bonus = 0
- cubes = 2
- damage_bonus = 0
- description = <VegansDeluxe.core.Translator.LocalizedString.LocalizedString object>
- energy_cost = 2
- id = 'None'
- name = <VegansDeluxe.core.Translator.LocalizedString.LocalizedString object>
- ranged = False
- type = 'weapon'