slaywithfriends/data/enemies.json

19 lines
636 B
JSON

{
"jaw_worm": {
"id": "jaw_worm",
"name": "Jaw Worm",
"hp": 6,
"actionType": "die",
"actions": {
"1": { "intent": "attack", "effects": [{ "type": "hit", "value": 2 }] },
"2": { "intent": "attack", "effects": [{ "type": "hit", "value": 2 }] },
"3": { "intent": "defend", "effects": [{ "type": "block", "value": 2 }] },
"4": { "intent": "defend", "effects": [{ "type": "block", "value": 2 }] },
"5": {
"intent": "buff",
"effects": [{ "type": "strength", "value": 1 }]
},
"6": { "intent": "buff", "effects": [{ "type": "strength", "value": 1 }] }
}
}
}