mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-13 21:18:13 +01:00
28 lines
564 B
JSON
28 lines
564 B
JSON
[
|
|
{
|
|
"id": "food",
|
|
"iconID": "actorconditions_1:35",
|
|
"name": "Sustenance",
|
|
"category": 2,
|
|
"isPositive": 1,
|
|
"roundEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": 1,
|
|
"max": 1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "foodp",
|
|
"iconID": "actorconditions_2:2",
|
|
"name": "Food-poisoning",
|
|
"category": 2,
|
|
"roundEffect": {
|
|
"increaseCurrentHP": {
|
|
"min": -1,
|
|
"max": -1
|
|
}
|
|
}
|
|
}
|
|
]
|