🧐 Render melee cards
This commit is contained in:
parent
c0fc97a578
commit
8c7e842d2e
78 changed files with 243 additions and 1 deletions
|
@ -8,3 +8,4 @@ class Melee(db.Entity):
|
|||
description = Optional(str)
|
||||
mechanism = Optional(str)
|
||||
icon = Required(bytes)
|
||||
stats = Required(int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue