0.0.8: dynamic damage min/max variable type

This commit is contained in:
GameKnave 2022-12-30 20:05:40 -08:00
parent ba85df9e54
commit b48e9e6ad1
29 changed files with 2077 additions and 2014 deletions

View file

@ -1,11 +1,11 @@
{
"name": "Unaligned",
"revision": "0.0.7",
"revision": "0.0.8",
"game": "Warhammer 40,000",
"genre": "sci-fi",
"publisher": "Games Workshop",
"url": "https://warhammer40000.com/",
"notes": "0.0.7: single-model units no longer have any \"model\" asssets\n\n0.0.6: \"source\" keyword category\n\n0.0.5: add relics\n\nThis manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.\n\nThe data included herein was programatically compiled from freely-available sources on the internet and likely contains some errors. Use with caution.",
"notes": "0.0.8: dynamic damage min/max variable type\n\n0.0.7: single-model units no longer have any \"model\" asssets\n\n0.0.6: \"source\" keyword category\n\n0.0.5: add relics\n\nThis manifest is provided for the purposes of testing the features of *Rosterizer* and is not intended for distribution.\n\nThe data included herein was programatically compiled from freely-available sources on the internet and likely contains some errors. Use with caution.",
"wip": true,
"dependencies": [
{
@ -734,8 +734,8 @@
"value"
]
],
"max": "9",
"min": "6",
"max": 9,
"min": 6,
"operator": "AND",
"not": false,
"actionable": true
@ -796,8 +796,8 @@
"value"
]
],
"max": "5",
"min": "1",
"max": 5,
"min": 1,
"operator": "AND",
"not": false,
"actionable": true
@ -1125,8 +1125,8 @@
"value"
]
],
"max": "15",
"min": "9",
"max": 15,
"min": 9,
"operator": "AND",
"not": false,
"actionable": true
@ -1187,8 +1187,8 @@
"value"
]
],
"max": "8",
"min": "1",
"max": 8,
"min": 1,
"operator": "AND",
"not": false,
"actionable": true