Modifiers
This commit is contained in:
parent
a0327bdf18
commit
160bf51552
Binary file not shown.
@ -205,16 +205,13 @@ class modifierBase(models.Model):
|
||||
value = NamedIntegerField("Modifier Value")
|
||||
|
||||
class modifierAttribute(modifierBase):
|
||||
# attribute
|
||||
pass
|
||||
attribute = SingleChoiceField("Attribute", ATTRIBUTES)
|
||||
|
||||
class modifierAbility(modifierBase):
|
||||
# ability
|
||||
pass
|
||||
ability = SingleChoiceField("Ability", ABIILITIES)
|
||||
|
||||
class modifierStatic(modifierBase):
|
||||
# static
|
||||
pass
|
||||
static = SingleChoiceField("Static", STATICS)
|
||||
|
||||
#==============================================================================#
|
||||
#----------------------------------- ITEMS ------------------------------------#
|
||||
|
Loading…
Reference in New Issue
Block a user