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": "Drukhari",
|
||||
"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": [
|
||||
{
|
||||
|
|
@ -1098,8 +1098,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "3",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -1160,8 +1160,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "2",
|
||||
"min": "1",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3199,8 +3199,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "3",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3261,8 +3261,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "2",
|
||||
"min": "1",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3683,8 +3683,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "3",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -3745,8 +3745,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "2",
|
||||
"min": "1",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4045,8 +4045,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "6",
|
||||
"min": "4",
|
||||
"max": 6,
|
||||
"min": 4,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4107,8 +4107,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "3",
|
||||
"min": "1",
|
||||
"max": 3,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4639,8 +4639,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "3",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4701,8 +4701,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "2",
|
||||
"min": "1",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -4999,8 +4999,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "5",
|
||||
"min": "3",
|
||||
"max": 5,
|
||||
"min": 3,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -5061,8 +5061,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "2",
|
||||
"min": "1",
|
||||
"max": 2,
|
||||
"min": 1,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -5368,8 +5368,8 @@
|
|||
"value"
|
||||
]
|
||||
],
|
||||
"max": "9",
|
||||
"min": "5",
|
||||
"max": 9,
|
||||
"min": 5,
|
||||
"operator": "AND",
|
||||
"not": false,
|
||||
"actionable": true
|
||||
|
|
@ -5430,8 +5430,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