0.0.8: dynamic damage min/max variable type
This commit is contained in:
parent
ba85df9e54
commit
b48e9e6ad1
29 changed files with 2077 additions and 2014 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "Adeptus Custodes",
|
||||
"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": [
|
||||
{
|
||||
|
|
@ -281,8 +281,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "3",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -343,8 +343,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "2",
|
||||
"min": "1",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -579,8 +579,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "8",
|
||||
"min": "5",
|
||||
"max": 8,
|
||||
"min": 5,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -641,8 +641,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "4",
|
||||
"min": "1",
|
||||
"max": 4,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -2880,8 +2880,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "11",
|
||||
"min": "6",
|
||||
"max": 11,
|
||||
"min": 6,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -2942,8 +2942,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "1",
|
||||
"max": 5,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3245,8 +3245,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "11",
|
||||
"min": "6",
|
||||
"max": 11,
|
||||
"min": 6,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3307,8 +3307,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "1",
|
||||
"max": 5,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3566,8 +3566,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "7",
|
||||
"min": "4",
|
||||
"max": 7,
|
||||
"min": 4,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3628,8 +3628,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "3",
|
||||
"min": "1",
|
||||
"max": 3,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3935,8 +3935,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "7",
|
||||
"min": "4",
|
||||
"max": 7,
|
||||
"min": 4,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3997,8 +3997,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "3",
|
||||
"min": "1",
|
||||
"max": 3,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4301,8 +4301,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "8",
|
||||
"min": "5",
|
||||
"max": 8,
|
||||
"min": 5,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4363,8 +4363,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "4",
|
||||
"min": "1",
|
||||
"max": 4,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue