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")
|
value = NamedIntegerField("Modifier Value")
|
||||||
|
|
||||||
class modifierAttribute(modifierBase):
|
class modifierAttribute(modifierBase):
|
||||||
# attribute
|
attribute = SingleChoiceField("Attribute", ATTRIBUTES)
|
||||||
pass
|
|
||||||
|
|
||||||
class modifierAbility(modifierBase):
|
class modifierAbility(modifierBase):
|
||||||
# ability
|
ability = SingleChoiceField("Ability", ABIILITIES)
|
||||||
pass
|
|
||||||
|
|
||||||
class modifierStatic(modifierBase):
|
class modifierStatic(modifierBase):
|
||||||
# static
|
static = SingleChoiceField("Static", STATICS)
|
||||||
pass
|
|
||||||
|
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
#----------------------------------- ITEMS ------------------------------------#
|
#----------------------------------- ITEMS ------------------------------------#
|
||||||
|
Loading…
Reference in New Issue
Block a user