backend: добавили состояния персонажей

This commit is contained in:
Leonid-Murzinov
2022-11-20 12:29:24 +03:00
parent 9c989350ec
commit 55f3cc7eff
5 changed files with 92 additions and 3 deletions

View File

@@ -62,5 +62,18 @@
"wisdom_koef": 1.5
}
]
},
{
"table_name": "character_states",
"records": [
{
"id": 1,
"name": "Default"
},
{
"id": 2,
"name": "Duel"
}
]
}
]