map01 메이커 큐레이션 외형을 enemies.json으로 흡수(단일 소스화). encounters.json: map01=현 실태, map02~05=티어별 초안(기존 18종 내). appearance는 luaEnemiesTable 화이트리스트 밖이라 codeblock 불변(diffcheck IDENTICAL). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011xhLoQbJvQYL65kBtDNDTy
195 lines
7.6 KiB
JSON
195 lines
7.6 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 }
|
|
],
|
|
"appearance": { "sheet": { "move": "573fe938562a4abf91eebf951f21afd5", "stand": "6d381bea1bcb4504b518a1fbfa0904ac", "jump": "59823e146a034e48b8667ebb6f0724b1", "hit": "642ece38d8d449b29ce4479100e37a54", "die": "3c99d6b9b89b4295a9c2749eb02e28e9" }, "box": { "x": 0.63, "y": 0.58 }, "off": { "x": 0.0449999869, "y": 0.29 } }
|
|
},
|
|
"blue_mushroom": {
|
|
"name": "파란버섯",
|
|
"maxHp": 22,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 4 },
|
|
{ "kind": "Attack", "value": 4 },
|
|
{ "kind": "Attack", "value": 10 },
|
|
{ "kind": "AddCard", "card": "Wound", "count": 1 }
|
|
]
|
|
},
|
|
"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 }
|
|
],
|
|
"appearance": { "sheet": { "stand": "f86992ba9c41487c8480fcb893fcbda6", "hit": "d305b942b1704c8084548108ff3b7a6b", "die": "5a563e5fd98c4132b61057dc6bb8aaf2" }, "box": { "x": 0.63, "y": 0.58 }, "off": { "x": 0.00999999, "y": 0.26 } }
|
|
},
|
|
"red_snail": {
|
|
"name": "빨간 달팽이",
|
|
"maxHp": 14,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 5 },
|
|
{ "kind": "Defend", "value": 6 },
|
|
{ "kind": "Attack", "value": 7 }
|
|
]
|
|
},
|
|
"stump": {
|
|
"name": "나무토막",
|
|
"maxHp": 19,
|
|
"intents": [
|
|
{ "kind": "Defend", "value": 5 },
|
|
{ "kind": "Attack", "value": 8 },
|
|
{ "kind": "Attack", "value": 6 }
|
|
]
|
|
},
|
|
"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 },
|
|
{ "kind": "AddCard", "card": "Burn", "count": 1 }
|
|
]
|
|
},
|
|
"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 }
|
|
],
|
|
"appearance": { "sheet": { "move": "873425127b75475b9944dc86bf77f885", "stand": "dd9de73d580240faab8cad03b587013b", "jump": "6a2b983b7a31417ca19c29c3d1d00817", "attack": "a34d1146057443fd8b578dafeb7c2ed1", "skill": "0b0bb78f0ca44526bad6d994bb16f973", "hit": "d2de42d3233b42a58d9799d5e762a19c", "die": "5bd3969c3bcb4df2bd79c2b940ee03dc" }, "box": { "x": 2.19, "y": 1.39 }, "off": { "x": 0.335000038, "y": 0.695 } }
|
|
},
|
|
"octopus": {
|
|
"name": "문어",
|
|
"maxHp": 15,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 5 },
|
|
{ "kind": "Attack", "value": 6 },
|
|
{ "kind": "Defend", "value": 4 }
|
|
],
|
|
"appearance": { "sheet": { "stand": "d8f014043ce8418f96700c2b6c9ebf6c", "hit": "c3cf643b618346c7bfa6574187b396f9", "die": "a88d9b3d60f941e4890dc89a6ccaa8ee" }, "box": { "x": 0.63, "y": 0.58 }, "off": { "x": 0.0449999869, "y": 0.29 } }
|
|
},
|
|
"kapa_drake": {
|
|
"name": "카파 드레이크",
|
|
"maxHp": 24,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 9 },
|
|
{ "kind": "Attack", "value": 6 },
|
|
{ "kind": "Defend", "value": 6 },
|
|
{ "kind": "Attack", "value": 11 }
|
|
],
|
|
"appearance": { "sheet": { "stand": "4ca39dbfa1c6492283ba8bd352d12b0a", "hit": "7ac78511036e4ebe988b97c35fc275d1", "die": "740f3f2b2e7a4b71bec5eac84e8539f9" }, "box": { "x": 0.63, "y": 0.58 }, "off": { "x": 0.0449999869, "y": 0.29 } }
|
|
},
|
|
"junior_neki": {
|
|
"name": "주니어 네키",
|
|
"maxHp": 18,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 6 },
|
|
{ "kind": "Attack", "value": 8 },
|
|
{ "kind": "Debuff", "effect": "weak", "value": 1 }
|
|
],
|
|
"appearance": { "sheet": { "stand": "48c10437ae8344a9b2a1d3f36185728f", "hit": "9044063647854f5e9128efcf80e909be", "die": "f414577d18c94cc387c275df4abdbc3b" }, "box": { "x": 0.63, "y": 0.58 }, "off": { "x": 0.0449999869, "y": 0.29 } }
|
|
},
|
|
"junior_bugi": {
|
|
"name": "주니어 부기",
|
|
"maxHp": 20,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 7 },
|
|
{ "kind": "Defend", "value": 5 },
|
|
{ "kind": "Attack", "value": 9 }
|
|
],
|
|
"appearance": { "sheet": { "stand": "a2204a21d88942b281d2cac6053ffbaa", "hit": "afc08936b8a64b26bc3dd8c03ead1f26", "die": "fc1c6d9ba9bc413ab53b6dbfae3ac45b" }, "box": { "x": 0.63, "y": 0.58 }, "off": { "x": 0.0449999869, "y": 0.29 } }
|
|
},
|
|
"dile": {
|
|
"name": "다일",
|
|
"maxHp": 65,
|
|
"intents": [
|
|
{ "kind": "Attack", "value": 13 },
|
|
{ "kind": "Defend", "value": 9 },
|
|
{ "kind": "Attack", "value": 8 },
|
|
{ "kind": "Attack", "value": 16 },
|
|
{ "kind": "Debuff", "effect": "weak", "value": 1 }
|
|
],
|
|
"appearance": { "sheet": { "move": "426ba2c6fa2d4cdd92bcb0bb37861dcc", "stand": "68070c6f4abe40658899a208ddaf4081", "skill": "4ba2cdc2f11746afa0f542293b0618d5", "hit": "172640e6d4ce444aa1dfbd9bd9523eb1", "die": "5d50d9aa34c745b9b8932c15da919927" }, "box": { "x": 2.2, "y": 1.51 }, "off": { "x": -0.220000029, "y": 0.755 } }
|
|
},
|
|
"mano": {
|
|
"name": "마노",
|
|
"maxHp": 80,
|
|
"intents": [
|
|
{ "kind": "Defend", "value": 12 },
|
|
{ "kind": "Attack", "value": 14 },
|
|
{ "kind": "Debuff", "effect": "vuln", "value": 1 },
|
|
{ "kind": "Attack", "value": 10 },
|
|
{ "kind": "AddCard", "card": "Wound", "count": 1 }
|
|
],
|
|
"appearance": { "sheet": { "move": "3dcd0dc63d2d491b9b8d39b3b9d0a214", "stand": "e035bb90c053401b88de2159dfa230eb", "skill": "c05453dd21fd4ed581d193930ab4c331", "hit": "452cb740ddcb4837a46b75d7935e2ffc", "die": "f430051f6fc34f2eb56fe5e62b346eac" }, "box": { "x": 1.05, "y": 0.95 }, "off": { "x": 0.004999995, "y": 0.475 } }
|
|
}
|
|
},
|
|
"activeEnemy": "slime",
|
|
"simEncounter": ["orange_mushroom", "orange_mushroom", "blue_mushroom"]
|
|
}
|