Add cumulative low-noise damage guidance
This commit is contained in:
16
main.js
16
main.js
@@ -113,7 +113,7 @@ const WORLD_ARCHETYPES = [
|
||||
weapon: "자성 나노드론과 손목 해킹덱",
|
||||
origin: "지하 데이터 시장 출신",
|
||||
pose: "한 손으로 홀로그램을 조작하고 다른 손으로 금속 드론을 날리는 자세",
|
||||
scene: "rainy neon alley, hologram billboards, magnetic drones, chrome sparks, metal elemental atmosphere",
|
||||
scene: "rainy neon alley, hologram billboards, magnetic drones, subtle chrome reflections, metal elemental atmosphere",
|
||||
lighting: "rainy early-evening neon with readable face light and wet reflections",
|
||||
costume: "sleek cyber jacket, reflective bodysuit panels, utility belt, visor, exposed cable ornaments",
|
||||
style: "cyberpunk TCG key art, neon reflections, chrome detail, high contrast rain lighting",
|
||||
@@ -128,7 +128,7 @@ const WORLD_ARCHETYPES = [
|
||||
weapon: "중력 앵커 부츠와 궤도 링",
|
||||
origin: "달 궤도 정비국 출신",
|
||||
pose: "무중력에서 몸을 비틀며 중력장을 접는 자세",
|
||||
scene: "space station observation deck, Earth below, floating debris, gravity lensing, earth elemental atmosphere",
|
||||
scene: "space station observation deck, Earth below, large floating debris, gravity lensing, earth elemental atmosphere",
|
||||
lighting: "brilliant orbital daylight through station glass, Earth-reflected blue-white light, crisp sci-fi visibility",
|
||||
costume: "fitted space suit with armored collar, utility harness, magnetic boots, translucent pressure cape",
|
||||
style: "space opera fantasy card art, cinematic starfield, polished sci-fi armor, orbital lighting",
|
||||
@@ -146,7 +146,7 @@ const WORLD_ARCHETYPES = [
|
||||
scene: "dusty desert highway, wrecked vehicles, orange sunset, engine flames, fire elemental atmosphere",
|
||||
lighting: "low sunset daylight with hard orange sun and dust glare",
|
||||
costume: "racing leather, armored crop jacket, reinforced boots, torn scarf, heat-resistant plates",
|
||||
style: "post-apocalyptic action card art, dust, sparks, speed lines, hard sunlight",
|
||||
style: "post-apocalyptic action card art, dust trails, speed lines, hard sunlight",
|
||||
damageProfile: "라이더 재킷, 무릎 보호대, 부츠, 목 스카프가 타고 찢어진다",
|
||||
bias: { hp: 1.02, atk: 1.12, def: 0.96 },
|
||||
},
|
||||
@@ -203,7 +203,7 @@ const WORLD_ARCHETYPES = [
|
||||
weapon: "암석 스파이크 글러브와 코트 라인 결계",
|
||||
origin: "프로 배구 이능 리그 출신",
|
||||
pose: "점프 스파이크 직전 공중에서 암석장을 만드는 자세",
|
||||
scene: "indoor sports arena, court lights, cheering screens, floating stone fragments, earth elemental atmosphere",
|
||||
scene: "indoor sports arena, court lights, cheering screens, large floating stone plates, earth elemental atmosphere",
|
||||
lighting: "bright indoor arena lighting like a televised daytime sports match",
|
||||
costume: "adult pro athlete uniform, compression gear, knee pads, team jacket, reinforced sneakers",
|
||||
style: "dynamic sports anime trading card art, arena lighting, motion blur, collectible finish",
|
||||
@@ -233,7 +233,7 @@ const WORLD_ARCHETYPES = [
|
||||
weapon: "초침 레이피어와 시간 톱니",
|
||||
origin: "멈춘 시계탑 출신",
|
||||
pose: "공중의 톱니를 밟고 초침 검을 찌르는 자세",
|
||||
scene: "fractured clock tower outside time, floating gears, frozen glass shards, metal elemental atmosphere",
|
||||
scene: "fractured clock tower outside time, floating gears, large frozen glass panels, metal elemental atmosphere",
|
||||
lighting: "surreal golden noon frozen in time, bright highlights on gears and glass",
|
||||
costume: "clockwork bodice armor, capelet, thigh boots, gear halo, ornate gloves",
|
||||
style: "chrono fantasy TCG key art, suspended motion, gold and silver gears, surreal lighting",
|
||||
@@ -266,7 +266,7 @@ const WORLD_ARCHETYPES = [
|
||||
scene: "polar research base, aurora, ice core machines, snowstorm, water elemental atmosphere",
|
||||
lighting: "cold polar morning with pale sun through snow and faint aurora color",
|
||||
costume: "thermal research suit, fur-trim hood, harness, insulated boots, cracked goggles",
|
||||
style: "arctic science fantasy card art, aurora lighting, snow particles, crisp detail",
|
||||
style: "arctic science fantasy card art, aurora lighting, soft snow haze, crisp detail",
|
||||
damageProfile: "방한복, 고글, 하네스, 부츠, 장갑이 찢어지고 얼음 조각이 박힌다",
|
||||
bias: { hp: 1.1, atk: 1, def: 1.04 },
|
||||
},
|
||||
@@ -323,10 +323,10 @@ const WORLD_ARCHETYPES = [
|
||||
weapon: "빛의 컨트롤러 블레이드와 데이터 방패",
|
||||
origin: "프로 VR 아레나 출신",
|
||||
pose: "컨트롤러 블레이드를 교차하며 관중석을 향해 도발하는 자세",
|
||||
scene: "virtual esports arena, pixel particles, giant screens, data shields, metal elemental atmosphere",
|
||||
scene: "virtual esports arena, clean data panels, giant screens, data shields, metal elemental atmosphere",
|
||||
lighting: "bright virtual arena lighting with white LED panels and colorful UI glow",
|
||||
costume: "streamer performance suit, LED jacket, headset, fingerless gloves, hologram belt",
|
||||
style: "neon esports fantasy card art, digital particles, energetic streaming-stage composition",
|
||||
style: "neon esports fantasy card art, clean digital effects, energetic streaming-stage composition",
|
||||
damageProfile: "LED 재킷, 헤드셋, 장갑, 홀로그램 벨트와 데이터 방패가 깨진다",
|
||||
bias: { hp: 0.94, atk: 1.1, def: 1 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user