- Add mob bonus info - Reworked abilities, add child objects - Add unit morale break behaviour
26 lines
481 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|