- 차지 블로우(피해8·취약2)·위협(약화2)·인레이지(힘+2)·분노(Power, 매턴 힘+1) - 카드 이미지 RUID 메이커 선별 (공식 리소스) - 정예 슬라임·머쉬맘·변형된 달팽이(약화), 슬라임 킹·킹 슬라임(취약) 디버프 인텐트 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
107 lines
2.9 KiB
JSON
107 lines
2.9 KiB
JSON
{
|
|
"enemies": {
|
|
"slime": {
|
|
"name": "슬라임",
|
|
"maxHp": 45,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 10 },
|
|
{ "kind": "Attack", "value": 6 },
|
|
{ "kind": "Defend", "value": 8 }
|
|
]
|
|
},
|
|
"slime_elite": {
|
|
"name": "정예 슬라임",
|
|
"maxHp": 70,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 14 },
|
|
{ "kind": "Attack", "value": 8 },
|
|
{ "kind": "Defend", "value": 10 },
|
|
{ "kind": "Debuff", "effect": "weak", "value": 1 }
|
|
]
|
|
},
|
|
"slime_boss": {
|
|
"name": "슬라임 킹",
|
|
"maxHp": 120,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 18 },
|
|
{ "kind": "Defend", "value": 12 },
|
|
{ "kind": "Debuff", "effect": "vuln", "value": 2 },
|
|
{ "kind": "Attack", "value": 10 },
|
|
{ "kind": "Attack", "value": 22 }
|
|
]
|
|
},
|
|
"orange_mushroom": {
|
|
"name": "주황버섯",
|
|
"maxHp": 16,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 5 },
|
|
{ "kind": "Attack", "value": 5 },
|
|
{ "kind": "Defend", "value": 4 },
|
|
{ "kind": "Attack", "value": 8 }
|
|
]
|
|
},
|
|
"blue_mushroom": {
|
|
"name": "파란버섯",
|
|
"maxHp": 22,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 4 },
|
|
{ "kind": "Attack", "value": 4 },
|
|
{ "kind": "Attack", "value": 10 }
|
|
]
|
|
},
|
|
"pig": {
|
|
"name": "돼지",
|
|
"maxHp": 18,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 6 },
|
|
{ "kind": "Attack", "value": 6 },
|
|
{ "kind": "Defend", "value": 5 }
|
|
]
|
|
},
|
|
"green_mushroom": {
|
|
"name": "초록버섯",
|
|
"maxHp": 20,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 7 },
|
|
{ "kind": "Defend", "value": 3 },
|
|
{ "kind": "Attack", "value": 9 }
|
|
]
|
|
},
|
|
"mushmom": {
|
|
"name": "머쉬맘",
|
|
"maxHp": 75,
|
|
"intents": [
|
|
{ "kind": "Defend", "value": 10 },
|
|
{ "kind": "Debuff", "effect": "weak", "value": 2 },
|
|
{ "kind": "Attack", "value": 16 },
|
|
{ "kind": "Attack", "value": 9 },
|
|
{ "kind": "Defend", "value": 6 }
|
|
]
|
|
},
|
|
"modified_snail": {
|
|
"name": "변형된 달팽이",
|
|
"maxHp": 60,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 12 },
|
|
{ "kind": "Defend", "value": 8 },
|
|
{ "kind": "Attack", "value": 7 },
|
|
{ "kind": "Attack", "value": 14 },
|
|
{ "kind": "Debuff", "effect": "weak", "value": 1 }
|
|
]
|
|
},
|
|
"king_slime": {
|
|
"name": "킹 슬라임",
|
|
"maxHp": 130,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 18 },
|
|
{ "kind": "Defend", "value": 14 },
|
|
{ "kind": "Debuff", "effect": "vuln", "value": 2 },
|
|
{ "kind": "Attack", "value": 12 },
|
|
{ "kind": "Attack", "value": 24 }
|
|
]
|
|
}
|
|
},
|
|
"activeEnemy": "slime",
|
|
"simEncounter": ["orange_mushroom", "orange_mushroom", "blue_mushroom"]
|
|
}
|