anibus b0081aae16 - Add death explosions info
- Add mob bonus info
- Reworked abilities, add child objects
- Add unit morale break behaviour
2026-03-14 15:04:21 +03:00

26 lines
481 B
JSON

{
"databaseChangeLog": [
{
"changeSet": {
"id": "Add mob bonus to units",
"author": "anibus",
"changes": [
{
"addColumn": {
"columns": [
{
"column": {
"name": "mob_value",
"type": "number"
}
}
],
"tableName": "units"
}
}
]
}
}
]
}