From 3db11f5d825e7a0be8180162b6a8efb7c930b9b5 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sun, 14 Jun 2026 20:46:56 +0900 Subject: [PATCH 01/14] =?UTF-8?q?fix(ui):=20=EC=A0=84=EC=B2=B4=EB=8D=B1=20?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=EB=A5=BC=20=EC=A7=81=EC=97=85=20=ED=83=AD?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=A0=9C=ED=95=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RootDesk/MyDesk/SlayDeckController.codeblock | 2 +- tools/deck/gen-slaydeck.mjs | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 20a3a90..aefbdb6 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -1060,7 +1060,7 @@ "Name": null }, "Arguments": [], - "Code": "self.CodexMode = true\nself.ClassDeckMode = false\nlocal list = {}\nfor id, c in pairs(self.Cards) do\n\tif c.curse ~= true then\n\t\ttable.insert(list, id)\n\tend\nend\ntable.sort(list)\nself.CodexCards = list\nlocal close = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud/Close\")\nif close ~= nil and close.ButtonComponent ~= nil then\n\tif self.AllDeckCloseHandler ~= nil then\n\t\tclose:DisconnectEvent(ButtonClickEvent, self.AllDeckCloseHandler)\n\tend\n\tself.AllDeckCloseHandler = close:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end)\nend\nself:SetEntityEnabled(\"/ui/DefaultGroup/LobbyHud\", false)\nlocal hud = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud\")\nif hud ~= nil then\n\thud.Enable = true\nend\nself:RenderAllDeck()", + "Code": "self.CodexMode = true\nself.ClassDeckMode = true\nlocal close = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud/Close\")\nif close ~= nil and close.ButtonComponent ~= nil then\n\tif self.AllDeckCloseHandler ~= nil then\n\t\tclose:DisconnectEvent(ButtonClickEvent, self.AllDeckCloseHandler)\n\tend\n\tself.AllDeckCloseHandler = close:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end)\nend\nself:BindClassDeckTabs()\nself:SetEntityEnabled(\"/ui/DefaultGroup/LobbyHud\", false)\nself:SetClassDeckTab(\"warrior\")\nlocal hud = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud\")\nif hud ~= nil then\n\thud.Enable = true\nend\nself:RenderAllDeck()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index a01a701..e034731 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -3076,15 +3076,7 @@ bindClick("/ui/DefaultGroup/LobbyHud/AscPlus", function() self:AdjustAscension(1 bindClick("/ui/DefaultGroup/BoardHud/Close", function() self:CloseBoard() end) bindClick("/ui/DefaultGroup/SoulShopHud/Close", function() self:CloseSoulShop() end)`), method('ShowCodex', `self.CodexMode = true -self.ClassDeckMode = false -local list = {} -for id, c in pairs(self.Cards) do - if c.curse ~= true then - table.insert(list, id) - end -end -table.sort(list) -self.CodexCards = list +self.ClassDeckMode = true local close = _EntityService:GetEntityByPath("/ui/DefaultGroup/DeckAllHud/Close") if close ~= nil and close.ButtonComponent ~= nil then if self.AllDeckCloseHandler ~= nil then @@ -3092,7 +3084,9 @@ if close ~= nil and close.ButtonComponent ~= nil then end self.AllDeckCloseHandler = close:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end) end +self:BindClassDeckTabs() self:SetEntityEnabled("/ui/DefaultGroup/LobbyHud", false) +self:SetClassDeckTab("warrior") local hud = _EntityService:GetEntityByPath("/ui/DefaultGroup/DeckAllHud") if hud ~= nil then hud.Enable = true From a24f3592c4692dc38a251ab64689e525720f3264 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sun, 14 Jun 2026 21:14:13 +0900 Subject: [PATCH 02/14] =?UTF-8?q?feat(bandit):=20STS2=20=EC=82=AC=EC=9D=BC?= =?UTF-8?q?=EB=9F=B0=ED=8A=B8=20=EC=B9=B4=EB=93=9C=ED=92=80=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RootDesk/MyDesk/SlayDeckController.codeblock | 4 +- data/cards.json | 1240 ++++++++++-------- 2 files changed, 684 insertions(+), 560 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index aefbdb6..9c51948 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -698,7 +698,7 @@ "Name": null }, "Arguments": [], - "Code": "self.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해 6.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도 5.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해 3. 약화 1 부여.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도 8. 카드 1장 드로우.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 3 },\n\tBackflip = { name = \"백플립\", cost = 1, desc = \"방어도 5. 카드 2장 드로우.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tBane = { name = \"파멸\", cost = 1, desc = \"피해 7을 2회.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\", hits = 2 },\n\tBladeDance = { name = \"칼날 춤\", cost = 1, desc = \"시브식 공격: 피해 4를 3회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도 6. 피해 4.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해 4를 2회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해 9. 카드 1장 드로우.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"독 5 부여.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tDeflect = { name = \"흘리기\", cost = 0, desc = \"방어도 4.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tDodgeAndRoll = { name = \"회피와 구르기\", cost = 1, desc = \"방어도 8.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\" },\n\tFlyingKnee = { name = \"날아차기\", cost = 1, desc = \"피해 8.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"normal\" },\n\tOutmaneuver = { name = \"책략\", cost = 1, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"꿰뚫는 비명\", cost = 1, desc = \"약화 3 부여.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"normal\" },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해 6. 독 3 부여.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tPrepared = { name = \"준비\", cost = 0, desc = \"카드 1장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tQuickSlash = { name = \"빠른 베기\", cost = 1, desc = \"피해 8. 카드 1장 드로우.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tSlice = { name = \"얇게 베기\", cost = 0, desc = \"피해 6.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSneakyStrike = { name = \"기습 타격\", cost = 2, desc = \"피해 12.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"normal\" },\n\tSuckerPunch = { name = \"불시의 일격\", cost = 1, desc = \"피해 7. 약화 1 부여.\", kind = \"Attack\", damage = 7, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tAccuracy = { name = \"정확도\", cost = 1, desc = \"시브 지원: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tAllOutAttack = { name = \"총공격\", cost = 1, desc = \"모든 적에게 피해 10.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tBackstab = { name = \"등 찌르기\", cost = 0, desc = \"피해 11.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tBlur = { name = \"잔상\", cost = 1, desc = \"방어도 8.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"unique\" },\n\tBouncingFlask = { name = \"튕기는 플라스크\", cost = 2, desc = \"독 9 부여.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tCaltrops = { name = \"마름쇠\", cost = 1, desc = \"매 턴 방어도 +3.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"bandit\", rarity = \"unique\" },\n\tCatalyst = { name = \"촉매\", cost = 1, desc = \"독 8 부여.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 8 },\n\tChoke = { name = \"목 조르기\", cost = 2, desc = \"피해 12. 취약 2 부여.\", kind = \"Attack\", damage = 12, vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tConcentrate = { name = \"집중\", cost = 0, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tCripplingCloud = { name = \"불구름\", cost = 2, desc = \"독 4와 약화 2 부여.\", kind = \"Skill\", weak = 2, class = \"bandit\", rarity = \"unique\", poison = 4 },\n\tDash = { name = \"질주\", cost = 2, desc = \"방어도 10. 피해 10.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tDistraction = { name = \"교란\", cost = 1, desc = \"카드 1장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tEndlessAgony = { name = \"끝없는 고통\", cost = 0, desc = \"피해 4를 2회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tEscapePlan = { name = \"탈출 계획\", cost = 0, desc = \"카드 1장 드로우. 방어도 3.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tEviscerate = { name = \"절개\", cost = 3, desc = \"피해 7을 3회.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tExpertise = { name = \"전문가\", cost = 1, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"피해 6을 2회.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tFlechettes = { name = \"플레셰트\", cost = 1, desc = \"피해 4를 3회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"매 턴 방어도 +2.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tHeelHook = { name = \"발뒤꿈치 걸기\", cost = 1, desc = \"피해 5. 카드 1장 드로우.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tInfiniteBlades = { name = \"무한의 칼날\", cost = 1, desc = \"시브 지원: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"방어도 11. 약화 2 부여.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tMasterfulStab = { name = \"달인의 찌르기\", cost = 0, desc = \"피해 12.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"독 강화: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"포식자\", cost = 2, desc = \"피해 15. 카드 2장 드로우.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tReflex = { name = \"반사 신경\", cost = 0, desc = \"카드 2장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tRiddleWithHoles = { name = \"벌집 만들기\", cost = 2, desc = \"피해 3을 5회.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"unique\", hits = 5 },\n\tSetup = { name = \"설치\", cost = 1, desc = \"카드 1장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tSkewer = { name = \"꿰뚫기\", cost = 2, desc = \"피해 7을 3회.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tTactician = { name = \"전술가\", cost = 0, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tTerror = { name = \"공포\", cost = 1, desc = \"취약 5 부여.\", kind = \"Skill\", vuln = 5, class = \"bandit\", rarity = \"unique\" },\n\tWellLaidPlans = { name = \"치밀한 계획\", cost = 1, desc = \"매 턴 방어도 +2.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tAThousandCuts = { name = \"천 개의 상처\", cost = 2, desc = \"매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"힘 +1. 카드 2장 드로우.\", kind = \"Skill\", strength = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tAfterImage = { name = \"잔상 효과\", cost = 1, desc = \"매 턴 방어도 +1.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAlchemize = { name = \"연금술\", cost = 1, desc = \"HP 8 회복.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", heal = 8 },\n\tBulletTime = { name = \"불릿 타임\", cost = 2, desc = \"매 턴 에너지 +2.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tBurst = { name = \"폭발\", cost = 1, desc = \"매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tCorpseExplosion = { name = \"시체 폭발\", cost = 2, desc = \"독 6과 취약 2 부여.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"legend\", poison = 6 },\n\tDieDieDie = { name = \"죽어 죽어 죽어\", cost = 1, desc = \"모든 적에게 피해 13.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tDoppelganger = { name = \"도플갱어\", cost = 2, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 3 },\n\tEnvenom = { name = \"맹독 바르기\", cost = 2, desc = \"독 지원: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tGlassKnife = { name = \"유리 칼\", cost = 1, desc = \"피해 8을 2회.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tGrandFinale = { name = \"대단원\", cost = 0, desc = \"모든 적에게 피해 50.\", kind = \"Attack\", damage = 50, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tMalaise = { name = \"불쾌감\", cost = 2, desc = \"약화 3 부여.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 3 },\n\tPhantasmalKiller = { name = \"환영 살인마\", cost = 1, desc = \"매 턴 힘 +2.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tStormOfSteel = { name = \"강철 폭풍\", cost = 1, desc = \"피해 4를 5회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 5 },\n\tToolsOfTheTrade = { name = \"거래의 도구\", cost = 1, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tUnload = { name = \"난사\", cost = 1, desc = \"피해 14.\", kind = \"Attack\", damage = 14, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"망령화\", cost = 3, desc = \"매 턴 방어도 +8.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n\tbandit = \"bandit\",\n\tcurse = \"bandit\",\n\tshiv = \"bandit\",\n\tpoisoner = \"bandit\",\n\ttrickster = \"bandit\",\n}\nself.SoulShopDef = {\n\t{ key = \"meso\", name = \"두둑한 지갑\", desc = \"런 시작 시 메소 +60\", cost = 3 },\n\t{ key = \"hp\", name = \"단련된 육체\", desc = \"시작 최대 HP +15\", cost = 4 },\n\t{ key = \"trim\", name = \"덱 정제\", desc = \"시작 덱에서 기본 카드 1장 제거\", cost = 5 },\n\t{ key = \"relic\", name = \"유물 수집가\", desc = \"런 시작 시 유물 1개 추가\", cost = 6 },\n}\nself.SoulUnlocks = {}\nself.SoulPoints = self.SoulPoints or 0\nself:ShowLobby()\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil then\n\tself:ReqLoadAscension(lp.PlayerComponent.UserId)\n\tself:ReqLoadSouls(lp.PlayerComponent.UserId)\nend\n_InputService:ConnectEvent(KeyDownEvent, function(e)\n\tif e.key == KeyboardKey.LeftControl then\n\t\tlocal lp2 = _UserService.LocalPlayer\n\t\tif lp2 ~= nil and lp2.CurrentMapName == \"lobby\" and self.RunActive ~= true then\n\t\t\tself:PlayerAttackMotion()\n\t\tend\n\tend\nend)", + "Code": "self.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\" },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4 },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\" },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4 },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\" },\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n\tbandit = \"bandit\",\n\tcurse = \"bandit\",\n\tshiv = \"bandit\",\n\tpoisoner = \"bandit\",\n\ttrickster = \"bandit\",\n}\nself.SoulShopDef = {\n\t{ key = \"meso\", name = \"두둑한 지갑\", desc = \"런 시작 시 메소 +60\", cost = 3 },\n\t{ key = \"hp\", name = \"단련된 육체\", desc = \"시작 최대 HP +15\", cost = 4 },\n\t{ key = \"trim\", name = \"덱 정제\", desc = \"시작 덱에서 기본 카드 1장 제거\", cost = 5 },\n\t{ key = \"relic\", name = \"유물 수집가\", desc = \"런 시작 시 유물 1개 추가\", cost = 6 },\n}\nself.SoulUnlocks = {}\nself.SoulPoints = self.SoulPoints or 0\nself:ShowLobby()\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil then\n\tself:ReqLoadAscension(lp.PlayerComponent.UserId)\n\tself:ReqLoadSouls(lp.PlayerComponent.UserId)\nend\n_InputService:ConnectEvent(KeyDownEvent, function(e)\n\tif e.key == KeyboardKey.LeftControl then\n\t\tlocal lp2 = _UserService.LocalPlayer\n\t\tif lp2 ~= nil and lp2.CurrentMapName == \"lobby\" and self.RunActive ~= true then\n\t\t\tself:PlayerAttackMotion()\n\t\tend\n\tend\nend)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1451,7 +1451,7 @@ "Name": null }, "Arguments": [], - "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해 6.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도 5.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해 3. 약화 1 부여.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도 8. 카드 1장 드로우.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 3 },\n\tBackflip = { name = \"백플립\", cost = 1, desc = \"방어도 5. 카드 2장 드로우.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tBane = { name = \"파멸\", cost = 1, desc = \"피해 7을 2회.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\", hits = 2 },\n\tBladeDance = { name = \"칼날 춤\", cost = 1, desc = \"시브식 공격: 피해 4를 3회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도 6. 피해 4.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해 4를 2회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해 9. 카드 1장 드로우.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"독 5 부여.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tDeflect = { name = \"흘리기\", cost = 0, desc = \"방어도 4.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tDodgeAndRoll = { name = \"회피와 구르기\", cost = 1, desc = \"방어도 8.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\" },\n\tFlyingKnee = { name = \"날아차기\", cost = 1, desc = \"피해 8.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"normal\" },\n\tOutmaneuver = { name = \"책략\", cost = 1, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"꿰뚫는 비명\", cost = 1, desc = \"약화 3 부여.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"normal\" },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해 6. 독 3 부여.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tPrepared = { name = \"준비\", cost = 0, desc = \"카드 1장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tQuickSlash = { name = \"빠른 베기\", cost = 1, desc = \"피해 8. 카드 1장 드로우.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tSlice = { name = \"얇게 베기\", cost = 0, desc = \"피해 6.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSneakyStrike = { name = \"기습 타격\", cost = 2, desc = \"피해 12.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"normal\" },\n\tSuckerPunch = { name = \"불시의 일격\", cost = 1, desc = \"피해 7. 약화 1 부여.\", kind = \"Attack\", damage = 7, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tAccuracy = { name = \"정확도\", cost = 1, desc = \"시브 지원: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tAllOutAttack = { name = \"총공격\", cost = 1, desc = \"모든 적에게 피해 10.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tBackstab = { name = \"등 찌르기\", cost = 0, desc = \"피해 11.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tBlur = { name = \"잔상\", cost = 1, desc = \"방어도 8.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"unique\" },\n\tBouncingFlask = { name = \"튕기는 플라스크\", cost = 2, desc = \"독 9 부여.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tCaltrops = { name = \"마름쇠\", cost = 1, desc = \"매 턴 방어도 +3.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"bandit\", rarity = \"unique\" },\n\tCatalyst = { name = \"촉매\", cost = 1, desc = \"독 8 부여.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 8 },\n\tChoke = { name = \"목 조르기\", cost = 2, desc = \"피해 12. 취약 2 부여.\", kind = \"Attack\", damage = 12, vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tConcentrate = { name = \"집중\", cost = 0, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tCripplingCloud = { name = \"불구름\", cost = 2, desc = \"독 4와 약화 2 부여.\", kind = \"Skill\", weak = 2, class = \"bandit\", rarity = \"unique\", poison = 4 },\n\tDash = { name = \"질주\", cost = 2, desc = \"방어도 10. 피해 10.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tDistraction = { name = \"교란\", cost = 1, desc = \"카드 1장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tEndlessAgony = { name = \"끝없는 고통\", cost = 0, desc = \"피해 4를 2회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tEscapePlan = { name = \"탈출 계획\", cost = 0, desc = \"카드 1장 드로우. 방어도 3.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tEviscerate = { name = \"절개\", cost = 3, desc = \"피해 7을 3회.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tExpertise = { name = \"전문가\", cost = 1, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"피해 6을 2회.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tFlechettes = { name = \"플레셰트\", cost = 1, desc = \"피해 4를 3회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"매 턴 방어도 +2.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tHeelHook = { name = \"발뒤꿈치 걸기\", cost = 1, desc = \"피해 5. 카드 1장 드로우.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tInfiniteBlades = { name = \"무한의 칼날\", cost = 1, desc = \"시브 지원: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"방어도 11. 약화 2 부여.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tMasterfulStab = { name = \"달인의 찌르기\", cost = 0, desc = \"피해 12.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"독 강화: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"포식자\", cost = 2, desc = \"피해 15. 카드 2장 드로우.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tReflex = { name = \"반사 신경\", cost = 0, desc = \"카드 2장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tRiddleWithHoles = { name = \"벌집 만들기\", cost = 2, desc = \"피해 3을 5회.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"unique\", hits = 5 },\n\tSetup = { name = \"설치\", cost = 1, desc = \"카드 1장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tSkewer = { name = \"꿰뚫기\", cost = 2, desc = \"피해 7을 3회.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tTactician = { name = \"전술가\", cost = 0, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tTerror = { name = \"공포\", cost = 1, desc = \"취약 5 부여.\", kind = \"Skill\", vuln = 5, class = \"bandit\", rarity = \"unique\" },\n\tWellLaidPlans = { name = \"치밀한 계획\", cost = 1, desc = \"매 턴 방어도 +2.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tAThousandCuts = { name = \"천 개의 상처\", cost = 2, desc = \"매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"힘 +1. 카드 2장 드로우.\", kind = \"Skill\", strength = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tAfterImage = { name = \"잔상 효과\", cost = 1, desc = \"매 턴 방어도 +1.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAlchemize = { name = \"연금술\", cost = 1, desc = \"HP 8 회복.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", heal = 8 },\n\tBulletTime = { name = \"불릿 타임\", cost = 2, desc = \"매 턴 에너지 +2.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tBurst = { name = \"폭발\", cost = 1, desc = \"매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tCorpseExplosion = { name = \"시체 폭발\", cost = 2, desc = \"독 6과 취약 2 부여.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"legend\", poison = 6 },\n\tDieDieDie = { name = \"죽어 죽어 죽어\", cost = 1, desc = \"모든 적에게 피해 13.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tDoppelganger = { name = \"도플갱어\", cost = 2, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 3 },\n\tEnvenom = { name = \"맹독 바르기\", cost = 2, desc = \"독 지원: 매 턴 힘 +1.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tGlassKnife = { name = \"유리 칼\", cost = 1, desc = \"피해 8을 2회.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tGrandFinale = { name = \"대단원\", cost = 0, desc = \"모든 적에게 피해 50.\", kind = \"Attack\", damage = 50, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tMalaise = { name = \"불쾌감\", cost = 2, desc = \"약화 3 부여.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드 3장 드로우.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 3 },\n\tPhantasmalKiller = { name = \"환영 살인마\", cost = 1, desc = \"매 턴 힘 +2.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tStormOfSteel = { name = \"강철 폭풍\", cost = 1, desc = \"피해 4를 5회.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 5 },\n\tToolsOfTheTrade = { name = \"거래의 도구\", cost = 1, desc = \"매 턴 에너지 +1.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tUnload = { name = \"난사\", cost = 1, desc = \"피해 14.\", kind = \"Attack\", damage = 14, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"망령화\", cost = 3, desc = \"매 턴 방어도 +8.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", + "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\" },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4 },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\" },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4 },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\" },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/data/cards.json b/data/cards.json index 2895f76..9409b31 100644 --- a/data/cards.json +++ b/data/cards.json @@ -370,33 +370,24 @@ "curse": true, "endTurnDamage": 2 }, - "SilentStrike": { - "name": "타격", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "damage": 6, - "desc": "피해 6." - }, - "SilentDefend": { - "name": "수비", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "block": 5, - "desc": "방어도 5." - }, "Neutralize": { "name": "무력화", "cost": 0, "kind": "Attack", "class": "bandit", "rarity": "normal", - "damage": 3, + "desc": "피해를 3 줍니다. 약화를 1 부여합니다.", "weak": 1, - "desc": "피해 3. 약화 1 부여." + "damage": 3 + }, + "SilentStrike": { + "name": "타격", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "normal", + "desc": "피해를 6 줍니다.", + "damage": 6 }, "Survivor": { "name": "생존자", @@ -404,58 +395,26 @@ "kind": "Skill", "class": "bandit", "rarity": "normal", - "block": 8, - "draw": 1, - "desc": "방어도 8. 카드 1장 드로우." + "desc": "방어도를 8 얻습니다. 카드를 1장 버립니다.", + "block": 8 }, - "Acrobatics": { - "name": "곡예", + "SilentDefend": { + "name": "수비", "cost": 1, "kind": "Skill", "class": "bandit", "rarity": "normal", - "draw": 3, - "desc": "카드 3장 드로우." + "desc": "방어도를 5 얻습니다.", + "block": 5 }, - "Backflip": { - "name": "백플립", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "block": 5, - "draw": 2, - "desc": "방어도 5. 카드 2장 드로우." - }, - "Bane": { - "name": "파멸", - "cost": 1, + "Slice": { + "name": "칼질", + "cost": 0, "kind": "Attack", "class": "bandit", "rarity": "normal", - "damage": 7, - "hits": 2, - "desc": "피해 7을 2회." - }, - "BladeDance": { - "name": "칼날 춤", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "damage": 4, - "hits": 3, - "desc": "시브식 공격: 피해 4를 3회." - }, - "CloakAndDagger": { - "name": "망토와 단검", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "block": 6, - "damage": 4, - "desc": "방어도 6. 피해 4." + "desc": "피해를 6 줍니다.", + "damage": 6 }, "DaggerSpray": { "name": "단검 분사", @@ -463,10 +422,10 @@ "kind": "Attack", "class": "bandit", "rarity": "normal", - "damage": 4, - "hits": 2, + "desc": "모든 적에게 피해를 4만큼 2번 줍니다.", "aoe": true, - "desc": "모든 적에게 피해 4를 2회." + "damage": 4, + "hits": 2 }, "DaggerThrow": { "name": "단검 투척", @@ -474,64 +433,9 @@ "kind": "Attack", "class": "bandit", "rarity": "normal", - "damage": 9, + "desc": "피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.", "draw": 1, - "desc": "피해 9. 카드 1장 드로우." - }, - "DeadlyPoison": { - "name": "맹독", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "poison": 5, - "desc": "독 5 부여." - }, - "Deflect": { - "name": "흘리기", - "cost": 0, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "block": 4, - "desc": "방어도 4." - }, - "DodgeAndRoll": { - "name": "회피와 구르기", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "block": 8, - "desc": "방어도 8." - }, - "FlyingKnee": { - "name": "날아차기", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "damage": 8, - "desc": "피해 8." - }, - "Outmaneuver": { - "name": "책략", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "normal", - "powerEffect": "energyPerTurn", - "value": 1, - "desc": "매 턴 에너지 +1." - }, - "PiercingWail": { - "name": "꿰뚫는 비명", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "weak": 3, - "desc": "약화 3 부여." + "damage": 9 }, "PoisonedStab": { "name": "독 찌르기", @@ -539,219 +443,187 @@ "kind": "Attack", "class": "bandit", "rarity": "normal", - "damage": 6, + "desc": "피해를 6 줍니다. 중독을 3 부여합니다.", "poison": 3, - "desc": "피해 6. 독 3 부여." - }, - "Prepared": { - "name": "준비", - "cost": 0, - "kind": "Skill", - "class": "bandit", - "rarity": "normal", - "draw": 1, - "desc": "카드 1장 드로우." - }, - "QuickSlash": { - "name": "빠른 베기", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "damage": 8, - "draw": 1, - "desc": "피해 8. 카드 1장 드로우." - }, - "Slice": { - "name": "얇게 베기", - "cost": 0, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "damage": 6, - "desc": "피해 6." - }, - "SneakyStrike": { - "name": "기습 타격", - "cost": 2, - "kind": "Attack", - "class": "bandit", - "rarity": "normal", - "damage": 12, - "desc": "피해 12." + "damage": 6 }, "SuckerPunch": { - "name": "불시의 일격", + "name": "불의의 일격", "cost": 1, "kind": "Attack", "class": "bandit", "rarity": "normal", - "damage": 7, + "desc": "피해를 8 줍니다. 약화를 1 부여합니다.", "weak": 1, - "desc": "피해 7. 약화 1 부여." + "damage": 8 }, - "Accuracy": { - "name": "정확도", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "unique", - "powerEffect": "strengthPerTurn", - "value": 1, - "desc": "시브 지원: 매 턴 힘 +1." - }, - "AllOutAttack": { - "name": "총공격", + "LeadingStrike": { + "name": "선제 타격", "cost": 1, "kind": "Attack", "class": "bandit", - "rarity": "unique", - "damage": 10, + "rarity": "normal", + "desc": "피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.", + "damage": 3 + }, + "FollowThrough": { + "name": "완수", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "normal", + "desc": "피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.", + "damage": 7 + }, + "FlickFlack": { + "name": "재주넘기", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "normal", + "desc": "교활. 모든 적에게 피해를 6 줍니다.", "aoe": true, - "desc": "모든 적에게 피해 10." + "damage": 6 + }, + "Ricochet": { + "name": "도탄", + "cost": 2, + "kind": "Attack", + "class": "bandit", + "rarity": "normal", + "desc": "교활. 무작위 적에게 피해를 3만큼 4번 줍니다.", + "damage": 3, + "hits": 4 + }, + "Prepared": { + "name": "예비", + "cost": 0, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "카드를 1장 뽑습니다. 카드를 1장 버립니다.", + "draw": 1 + }, + "Anticipate": { + "name": "예측", + "cost": 0, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "이번 턴 동안 민첩을 2 얻습니다.", + "draw": 1 + }, + "Deflect": { + "name": "튕겨내기", + "cost": 0, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "방어도를 4 얻습니다.", + "block": 4 + }, + "BladeDance": { + "name": "검무", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "normal", + "desc": "단도를 3장 손으로 가져옵니다. 소멸.", + "damage": 4, + "hits": 3 + }, + "Backflip": { + "name": "공중제비", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "방어도를 5 얻습니다. 카드를 2장 뽑습니다.", + "block": 5, + "draw": 2 + }, + "DodgeAndRoll": { + "name": "구르기", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다", + "block": 4 + }, + "PiercingWail": { + "name": "귀를 찢는 비명", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.", + "draw": 1 + }, + "CloakAndDagger": { + "name": "망토와 단검", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "normal", + "desc": "방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.", + "block": 6, + "damage": 4, + "hits": 1 + }, + "DeadlyPoison": { + "name": "맹독", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "중독을 5 부여합니다.", + "poison": 5 + }, + "Snakebite": { + "name": "뱀 물기", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "보존. 중독을 7 부여합니다.", + "poison": 7 + }, + "Untouchable": { + "name": "범접 불가", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "normal", + "desc": "교활. 방어도를 6 얻습니다.", + "block": 6 + }, + "Skewer": { + "name": "꼬챙이", + "cost": 2, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "피해를 8만큼 X번 줍니다.", + "draw": 1 }, "Backstab": { - "name": "등 찌르기", + "name": "배신", "cost": 0, "kind": "Attack", "class": "bandit", "rarity": "unique", - "damage": 11, - "desc": "피해 11." + "desc": "선천성. 피해를 11 줍니다. 소멸.", + "damage": 11 }, - "Blur": { - "name": "잔상", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "block": 8, - "desc": "방어도 8." - }, - "BouncingFlask": { - "name": "튕기는 플라스크", - "cost": 2, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "poison": 9, - "desc": "독 9 부여." - }, - "CalculatedGamble": { - "name": "계산된 도박", - "cost": 0, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "draw": 3, - "desc": "카드 3장 드로우." - }, - "Caltrops": { - "name": "마름쇠", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "unique", - "powerEffect": "blockPerTurn", - "value": 3, - "desc": "매 턴 방어도 +3." - }, - "Catalyst": { - "name": "촉매", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "poison": 8, - "desc": "독 8 부여." - }, - "Choke": { - "name": "목 조르기", - "cost": 2, - "kind": "Attack", - "class": "bandit", - "rarity": "unique", - "damage": 12, - "vuln": 2, - "desc": "피해 12. 취약 2 부여." - }, - "Concentrate": { - "name": "집중", - "cost": 0, - "kind": "Power", - "class": "bandit", - "rarity": "unique", - "powerEffect": "energyPerTurn", - "value": 1, - "desc": "매 턴 에너지 +1." - }, - "CripplingCloud": { - "name": "불구름", - "cost": 2, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "poison": 4, - "weak": 2, - "desc": "독 4와 약화 2 부여." - }, - "Dash": { - "name": "질주", - "cost": 2, - "kind": "Attack", - "class": "bandit", - "rarity": "unique", - "block": 10, - "damage": 10, - "desc": "방어도 10. 피해 10." - }, - "Distraction": { - "name": "교란", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "draw": 1, - "desc": "카드 1장 드로우." - }, - "EndlessAgony": { - "name": "끝없는 고통", + "PreciseCut": { + "name": "정밀한 베기", "cost": 0, "kind": "Attack", "class": "bandit", "rarity": "unique", - "damage": 4, - "hits": 2, - "desc": "피해 4를 2회." - }, - "EscapePlan": { - "name": "탈출 계획", - "cost": 0, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "block": 3, - "draw": 1, - "desc": "카드 1장 드로우. 방어도 3." - }, - "Eviscerate": { - "name": "절개", - "cost": 3, - "kind": "Attack", - "class": "bandit", - "rarity": "unique", - "damage": 7, - "hits": 3, - "desc": "피해 7을 3회." - }, - "Expertise": { - "name": "전문가", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "draw": 3, - "desc": "카드 3장 드로우." + "desc": "피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.", + "damage": 13 }, "Finisher": { "name": "마무리", @@ -759,49 +631,165 @@ "kind": "Attack", "class": "bandit", "rarity": "unique", - "damage": 6, - "hits": 2, - "desc": "피해 6을 2회." + "desc": "이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.", + "damage": 6 + }, + "MementoMori": { + "name": "메멘토 모리", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.", + "damage": 9 + }, + "Strangle": { + "name": "목 조르기", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.", + "damage": 8 }, "Flechettes": { - "name": "플레셰트", + "name": "프레췌", "cost": 1, "kind": "Attack", "class": "bandit", "rarity": "unique", + "desc": "손에 있는 스킬 카드 1장당 피해를 5 줍니다.", + "damage": 5 + }, + "Pounce": { + "name": "덮치기", + "cost": 2, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.", + "damage": 12 + }, + "Dash": { + "name": "돌진", + "cost": 2, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "방어도를 10 얻습니다. 피해를 10 줍니다.", + "block": 10, + "damage": 10 + }, + "Predator": { + "name": "천적", + "cost": 2, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.", + "draw": 2, + "damage": 15 + }, + "Pinpoint": { + "name": "정밀 사격", + "cost": 3, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.", + "damage": 15 + }, + "CalculatedGamble": { + "name": "계산된 도박", + "cost": 0, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.", + "draw": 1 + }, + "Expose": { + "name": "들춰내기", + "cost": 0, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.", + "vuln": 2 + }, + "HiddenDaggers": { + "name": "숨겨진 단검", + "cost": 0, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.", "damage": 4, - "hits": 3, - "desc": "피해 4를 3회." + "hits": 2 }, - "Footwork": { - "name": "발놀림", - "cost": 1, - "kind": "Power", + "EscapePlan": { + "name": "탈출구", + "cost": 0, + "kind": "Skill", "class": "bandit", "rarity": "unique", - "powerEffect": "blockPerTurn", - "value": 2, - "desc": "매 턴 방어도 +2." + "desc": "카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.", + "block": 3, + "draw": 1 }, - "HeelHook": { - "name": "발뒤꿈치 걸기", + "Acrobatics": { + "name": "곡예", "cost": 1, - "kind": "Attack", + "kind": "Skill", "class": "bandit", "rarity": "unique", - "damage": 5, - "draw": 1, - "desc": "피해 5. 카드 1장 드로우." + "desc": "카드를 3장 뽑습니다. 카드를 1장 버립니다.", + "draw": 3 }, - "InfiniteBlades": { - "name": "무한의 칼날", + "HandTrick": { + "name": "손기술", "cost": 1, - "kind": "Power", + "kind": "Skill", "class": "bandit", "rarity": "unique", - "powerEffect": "strengthPerTurn", - "value": 1, - "desc": "시브 지원: 매 턴 힘 +1." + "desc": "방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.", + "block": 7 + }, + "Mirage": { + "name": "신기루", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.", + "draw": 1 + }, + "Expertise": { + "name": "전문성", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.", + "draw": 1 + }, + "BubbleBubble": { + "name": "차오르는 독", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "적이 중독을 보유하고 있다면, 중독을 9 부여합니다.", + "poison": 9 + }, + "Blur": { + "name": "흐릿함", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.", + "block": 5 }, "LegSweep": { "name": "다리 걸기", @@ -809,18 +797,98 @@ "kind": "Skill", "class": "bandit", "rarity": "unique", + "desc": "약화를 2 부여합니다. 방어도를 11 얻습니다.", "block": 11, - "weak": 2, - "desc": "방어도 11. 약화 2 부여." + "weak": 2 }, - "MasterfulStab": { - "name": "달인의 찌르기", - "cost": 0, + "UpMySleeve": { + "name": "비책", + "cost": 2, "kind": "Attack", "class": "bandit", "rarity": "unique", - "damage": 12, - "desc": "피해 12." + "desc": "단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.", + "damage": 4, + "hits": 3 + }, + "BouncingFlask": { + "name": "탄성 플라스크", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "무작위 적에게 중독을 3만큼 3번 부여합니다.", + "poison": 9 + }, + "Reflex": { + "name": "반사신경", + "cost": 3, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "교활. 카드를 2장 뽑습니다.", + "draw": 2 + }, + "Haze": { + "name": "아지랑이", + "cost": 3, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "교활. 모든 적에게 중독을 4 부여합니다.", + "poison": 4 + }, + "Tactician": { + "name": "전략가", + "cost": 3, + "kind": "Skill", + "class": "bandit", + "rarity": "unique", + "desc": "교활. 을 얻습니다.", + "powerEffect": "energyPerTurn", + "value": 1 + }, + "WellLaidPlans": { + "name": "괜찮은 전략", + "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "unique", + "desc": "내 턴 종료 시, 카드를 최대 1장까지 보존합니다.", + "powerEffect": "blockPerTurn", + "value": 2 + }, + "InfiniteBlades": { + "name": "무한의 검날", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "unique", + "desc": "내 턴 시작 시, 단도를 1장 손으로 가져옵니다.", + "damage": 4, + "hits": 1 + }, + "Footwork": { + "name": "발놀림", + "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "unique", + "desc": "민첩을 2 얻습니다.", + "powerEffect": "blockPerTurn", + "value": 2 + }, + "Outbreak": { + "name": "발병", + "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "unique", + "desc": "중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.", + "aoe": true, + "powerEffect": "strengthPerTurn", + "value": 1, + "damage": 11 }, "NoxiousFumes": { "name": "유독 가스", @@ -828,96 +896,99 @@ "kind": "Power", "class": "bandit", "rarity": "unique", + "desc": "내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.", + "poison": 2, + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "Accuracy": { + "name": "정밀", + "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "unique", + "desc": "단도의 피해량이 4 증가합니다.", + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "PhantomBlades": { + "name": "환영검", + "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "unique", + "desc": "단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.", + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "Speedster": { + "name": "스피드스터", + "cost": 2, + "kind": "Power", + "class": "bandit", + "rarity": "unique", + "desc": "내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.", + "aoe": true, "powerEffect": "strengthPerTurn", "value": 1, - "desc": "독 강화: 매 턴 힘 +1." + "damage": 2 }, - "Predator": { - "name": "포식자", - "cost": 2, - "kind": "Attack", - "class": "bandit", - "rarity": "unique", - "damage": 15, - "draw": 2, - "desc": "피해 15. 카드 2장 드로우." - }, - "Reflex": { - "name": "반사 신경", + "GrandFinale": { + "name": "대단원의 막", "cost": 0, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "draw": 2, - "desc": "카드 2장 드로우." - }, - "RiddleWithHoles": { - "name": "벌집 만들기", - "cost": 2, "kind": "Attack", "class": "bandit", - "rarity": "unique", - "damage": 3, - "hits": 5, - "desc": "피해 3을 5회." - }, - "Setup": { - "name": "설치", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "draw": 1, - "desc": "카드 1장 드로우." - }, - "Skewer": { - "name": "꿰뚫기", - "cost": 2, - "kind": "Attack", - "class": "bandit", - "rarity": "unique", - "damage": 7, - "hits": 3, - "desc": "피해 7을 3회." - }, - "Tactician": { - "name": "전술가", - "cost": 0, - "kind": "Power", - "class": "bandit", - "rarity": "unique", - "powerEffect": "energyPerTurn", - "value": 1, - "desc": "매 턴 에너지 +1." - }, - "Terror": { - "name": "공포", - "cost": 1, - "kind": "Skill", - "class": "bandit", - "rarity": "unique", - "vuln": 5, - "desc": "취약 5 부여." - }, - "WellLaidPlans": { - "name": "치밀한 계획", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "unique", - "powerEffect": "blockPerTurn", - "value": 2, - "desc": "매 턴 방어도 +2." - }, - "AThousandCuts": { - "name": "천 개의 상처", - "cost": 2, - "kind": "Power", - "class": "bandit", "rarity": "legend", - "powerEffect": "strengthPerTurn", - "value": 1, - "desc": "매 턴 힘 +1." + "desc": "뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.", + "aoe": true, + "damage": 60 + }, + "Assassinate": { + "name": "암살", + "cost": 0, + "kind": "Attack", + "class": "bandit", + "rarity": "legend", + "desc": "선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.", + "vuln": 1, + "damage": 10 + }, + "EchoingSlash": { + "name": "메아리 참격", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "legend", + "desc": "모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.", + "aoe": true, + "damage": 10 + }, + "TheHunt": { + "name": "사냥", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "legend", + "desc": "피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.", + "damage": 10 + }, + "Murder": { + "name": "살해", + "cost": 3, + "kind": "Attack", + "class": "bandit", + "rarity": "legend", + "desc": "피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.", + "damage": 1 + }, + "Malaise": { + "name": "불쾌", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.", + "weak": 3 }, "Adrenaline": { "name": "아드레날린", @@ -925,116 +996,84 @@ "kind": "Skill", "class": "bandit", "rarity": "legend", + "desc": "를 얻습니다. 카드를 2장 뽑습니다. 소멸.", "draw": 2, - "strength": 1, - "desc": "힘 +1. 카드 2장 드로우." + "powerEffect": "energyPerTurn", + "value": 1 }, - "AfterImage": { - "name": "잔상 효과", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "legend", - "powerEffect": "blockPerTurn", - "value": 1, - "desc": "매 턴 방어도 +1." - }, - "Alchemize": { - "name": "연금술", + "StormOfSteel": { + "name": "강철의 폭풍", "cost": 1, "kind": "Skill", "class": "bandit", "rarity": "legend", - "heal": 8, - "desc": "HP 8 회복." + "desc": "손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.", + "draw": 1 + }, + "ShadowStep": { + "name": "그림자 걸음", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.", + "draw": 1 + }, + "Shadowmeld": { + "name": "그림자 은신", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "이번 턴 동안 얻는 방어도가 2배가 됩니다.", + "draw": 1 + }, + "CorrosiveWave": { + "name": "부식성 파도", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.", + "poison": 2 + }, + "BladeOfInk": { + "name": "잉크 칼날", + "cost": 1, + "kind": "Attack", + "class": "bandit", + "rarity": "legend", + "desc": "잉크투성이 단도를 2장 손으로 가져옵니다.", + "damage": 4, + "hits": 2 + }, + "Burst": { + "name": "폭주", + "cost": 1, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.", + "draw": 1 + }, + "KnifeTrap": { + "name": "칼날 함정", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.", + "draw": 1 }, "BulletTime": { "name": "불릿 타임", - "cost": 2, - "kind": "Power", + "cost": 3, + "kind": "Skill", "class": "bandit", "rarity": "legend", + "desc": "이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.", "powerEffect": "energyPerTurn", - "value": 2, - "desc": "매 턴 에너지 +2." - }, - "Burst": { - "name": "폭발", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "legend", - "powerEffect": "strengthPerTurn", - "value": 1, - "desc": "매 턴 힘 +1." - }, - "CorpseExplosion": { - "name": "시체 폭발", - "cost": 2, - "kind": "Skill", - "class": "bandit", - "rarity": "legend", - "poison": 6, - "vuln": 2, - "desc": "독 6과 취약 2 부여." - }, - "DieDieDie": { - "name": "죽어 죽어 죽어", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "legend", - "damage": 13, - "aoe": true, - "desc": "모든 적에게 피해 13." - }, - "Doppelganger": { - "name": "도플갱어", - "cost": 2, - "kind": "Skill", - "class": "bandit", - "rarity": "legend", - "draw": 3, - "desc": "카드 3장 드로우." - }, - "Envenom": { - "name": "맹독 바르기", - "cost": 2, - "kind": "Power", - "class": "bandit", - "rarity": "legend", - "powerEffect": "strengthPerTurn", - "value": 1, - "desc": "독 지원: 매 턴 힘 +1." - }, - "GlassKnife": { - "name": "유리 칼", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "legend", - "damage": 8, - "hits": 2, - "desc": "피해 8을 2회." - }, - "GrandFinale": { - "name": "대단원", - "cost": 0, - "kind": "Attack", - "class": "bandit", - "rarity": "legend", - "damage": 50, - "aoe": true, - "desc": "모든 적에게 피해 50." - }, - "Malaise": { - "name": "불쾌감", - "cost": 2, - "kind": "Skill", - "class": "bandit", - "rarity": "legend", - "weak": 3, - "desc": "약화 3 부여." + "value": 1 }, "Nightmare": { "name": "악몽", @@ -1042,57 +1081,142 @@ "kind": "Skill", "class": "bandit", "rarity": "legend", - "draw": 3, - "desc": "카드 3장 드로우." - }, - "PhantasmalKiller": { - "name": "환영 살인마", - "cost": 1, - "kind": "Power", - "class": "bandit", - "rarity": "legend", - "powerEffect": "strengthPerTurn", - "value": 2, - "desc": "매 턴 힘 +2." - }, - "StormOfSteel": { - "name": "강철 폭풍", - "cost": 1, - "kind": "Attack", - "class": "bandit", - "rarity": "legend", - "damage": 4, - "hits": 5, - "desc": "피해 4를 5회." + "desc": "카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.", + "draw": 1 }, "ToolsOfTheTrade": { - "name": "거래의 도구", + "name": "작업 도구", "cost": 1, "kind": "Power", "class": "bandit", "rarity": "legend", + "desc": "내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.", + "draw": 1, "powerEffect": "energyPerTurn", - "value": 1, - "desc": "매 턴 에너지 +1." + "value": 1 }, - "Unload": { - "name": "난사", + "Afterimage": { + "name": "잔상", "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "카드를 사용할 때마다, 방어도를 1 얻습니다.", + "block": 1, + "powerEffect": "blockPerTurn", + "value": 2 + }, + "Accelerant": { + "name": "촉진제", + "cost": 1, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "중독이 1번 추가로 발동합니다.", + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "Envenom": { + "name": "독 바르기", + "cost": 2, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.", + "poison": 1, + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "MasterPlanner": { + "name": "설계의 대가", + "cost": 2, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.", + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "Tracking": { + "name": "추적", + "cost": 2, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.", + "powerEffect": "strengthPerTurn", + "value": 1 + }, + "FanOfKnives": { + "name": "칼날 부채", + "cost": 2, "kind": "Attack", "class": "bandit", "rarity": "legend", - "damage": 14, - "desc": "피해 14." + "desc": "단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.", + "powerEffect": "strengthPerTurn", + "value": 1, + "damage": 4, + "hits": 4 }, - "WraithForm": { - "name": "망령화", + "SerpentForm": { + "name": "구렁이의 형상", "cost": 3, "kind": "Power", "class": "bandit", "rarity": "legend", + "desc": "카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.", + "powerEffect": "strengthPerTurn", + "value": 1, + "damage": 4 + }, + "Abrasive": { + "name": "연마", + "cost": 3, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.", "powerEffect": "blockPerTurn", - "value": 8, - "desc": "매 턴 방어도 +8." + "value": 2 + }, + "Suppress": { + "name": "진압", + "cost": 0, + "kind": "Attack", + "class": "bandit", + "rarity": "legend", + "desc": "선천성. 피해를 11 줍니다. 약화를 3 부여합니다.", + "weak": 3, + "damage": 11 + }, + "WraithForm": { + "name": "유령의 형상", + "cost": 3, + "kind": "Power", + "class": "bandit", + "rarity": "legend", + "desc": "불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.", + "powerEffect": "blockPerTurn", + "value": 8 + }, + "Flanking": { + "name": "측면 공격", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.", + "draw": 1 + }, + "Sneaky": { + "name": "비열함", + "cost": 2, + "kind": "Skill", + "class": "bandit", + "rarity": "legend", + "desc": "교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.", + "block": 1 } }, "starterDecks": { From a88c1d344c4d5a1339a35f54e59f2f54391bb4ad Mon Sep 17 00:00:00 2001 From: gahusb Date: Sun, 14 Jun 2026 21:23:52 +0900 Subject: [PATCH 03/14] =?UTF-8?q?fix(ui):=20=EC=B9=B4=EB=93=9C=20=ED=85=8D?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EA=B0=80=EB=8F=85=EC=84=B1=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/deck/gen-slaydeck.mjs | 31 +- ui/DefaultGroup.ui | 14072 +++++++++++++++++----------------- 2 files changed, 7054 insertions(+), 7049 deletions(-) diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index e034731..5fac7f9 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -216,7 +216,8 @@ const HEAD_OFFSET_Y = 1.4; // 몬스터 월드 원점 위로 띄울 높이(머 const HP_BAR_W = 140; const WHITE = { r: 1, g: 1, b: 1, a: 1 }; -const INK = { r: 0.13, g: 0.11, b: 0.09, a: 1 }; // 밝은 배너·설명 박스 위 먹색 글자 +const CARD_NAME_TEXT = { r: 1, g: 0.92, b: 0.62, a: 1 }; +const CARD_DESC_TEXT = { r: 0.98, g: 0.96, b: 0.9, a: 1 }; // 카드 프레임(1054×1492 원본) 슬롯 레이아웃 — 픽셀 실측을 180×250 카드 좌표로 환산한 기준값을 폭 비례 스케일. // 실측(워리어·메이지·밴딧 공통): 육각 중심 (120,127)→(-70,104) · 배너 본체 y55..165, x215..1015→중심 (+15,+107) // · 설명 박스 y~1030..1480→중심 (0,-86) · 아트 영역 y260..1030→중심 (0,+17) @@ -225,9 +226,9 @@ function cardFaceLayout(W) { const r = (v) => Math.round(v * s); return { texts: [ - ['Cost', { size: { x: r(40), y: r(40) }, pos: { x: r(-70), y: r(104) }, fontSize: r(24), bold: true, color: WHITE }], - ['Name', { size: { x: r(132), y: r(24) }, pos: { x: r(15), y: r(107) }, fontSize: r(16), bold: true, color: INK }], - ['Desc', { size: { x: r(150), y: r(62) }, pos: { x: 0, y: r(-86) }, fontSize: r(16), bold: false, color: INK }], + ['Cost', { size: { x: r(40), y: r(40) }, pos: { x: r(-70), y: r(104) }, fontSize: r(24), bold: true, color: WHITE, dropShadow: true, outlineWidth: 2 }], + ['Name', { size: { x: r(142), y: r(28) }, pos: { x: r(15), y: r(106) }, fontSize: r(17), bold: true, color: CARD_NAME_TEXT, dropShadow: true, outlineWidth: 2 }], + ['Desc', { size: { x: r(158), y: r(78) }, pos: { x: 0, y: r(-82) }, fontSize: r(14), bold: true, color: CARD_DESC_TEXT, dropShadow: true, outlineWidth: 2 }], ], art: { size: { x: r(112), y: r(112) }, pos: { x: 0, y: r(17) } }, }; @@ -334,15 +335,15 @@ function button({ enabled = true } = {}) { }; } -function text({ value, fontSize, bold = false, color = { r: 1, g: 1, b: 1, a: 1 }, alignment = 4 }) { +function text({ value, fontSize, bold = false, color = { r: 1, g: 1, b: 1, a: 1 }, alignment = 4, dropShadow = false, outlineWidth = 1 }) { return { '@type': 'MOD.Core.TextComponent', Alignment: alignment, Bold: bold, - DropShadow: false, + DropShadow: dropShadow, DropShadowAngle: 30, DropShadowColor: { r: 0, g: 0, b: 0, a: 0.72 }, - DropShadowDistance: 32, + DropShadowDistance: dropShadow ? 18 : 32, Font: 0, FontColor: color, FontSize: fontSize, @@ -350,7 +351,7 @@ function text({ value, fontSize, bold = false, color = { r: 1, g: 1, b: 1, a: 1 MinSize: 8, OutlineColor: { r: 0.08, g: 0.08, b: 0.08, a: 1 }, OutlineDistance: { x: 1, y: -1 }, - OutlineWidth: 1, + OutlineWidth: outlineWidth, Overflow: 0, OverrideSorting: false, Padding: { left: 0, right: 0, top: 0, bottom: 0 }, @@ -586,7 +587,7 @@ function upsertUi() { components: [ transform({ parentW: CARD_W, parentH: CARD_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: cfg.size, pos: cfg.pos }), sprite({ color: TRANSPARENT }), - text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color }), + text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color, dropShadow: cfg.dropShadow, outlineWidth: cfg.outlineWidth }), ], }); ui.ContentProto.Entities.push(child); @@ -608,6 +609,10 @@ function upsertUi() { child.jsonString['@components'][2].FontSize = cfg.fontSize; child.jsonString['@components'][2].MaxSize = cfg.fontSize; child.jsonString['@components'][2].FontColor = cfg.color; + child.jsonString['@components'][2].Bold = cfg.bold; + child.jsonString['@components'][2].DropShadow = cfg.dropShadow === true; + child.jsonString['@components'][2].DropShadowDistance = cfg.dropShadow === true ? 18 : 32; + child.jsonString['@components'][2].OutlineWidth = cfg.outlineWidth || 1; } } @@ -877,7 +882,7 @@ function upsertUi() { components: [ transform({ parentW: INSPECT_CARD_W, parentH: INSPECT_CARD_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: cfg.size, pos: cfg.pos }), sprite({ color: TRANSPARENT }), - text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color }), + text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color, dropShadow: cfg.dropShadow, outlineWidth: cfg.outlineWidth }), ], })); } @@ -1032,7 +1037,7 @@ function upsertUi() { components: [ transform({ parentW: ALL_DECK_CARD_W, parentH: ALL_DECK_CARD_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: cfg.size, pos: cfg.pos }), sprite({ color: TRANSPARENT }), - text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color }), + text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color, dropShadow: cfg.dropShadow, outlineWidth: cfg.outlineWidth }), ], })); } @@ -1551,7 +1556,7 @@ function upsertUi() { components: [ transform({ parentW: CARD_W, parentH: CARD_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: cfg.size, pos: cfg.pos }), sprite({ color: TRANSPARENT }), - text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color }), + text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color, dropShadow: cfg.dropShadow, outlineWidth: cfg.outlineWidth }), ], })); } @@ -1775,7 +1780,7 @@ function upsertUi() { components: [ transform({ parentW: CARD_W, parentH: CARD_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: cfg.size, pos: cfg.pos }), sprite({ color: TRANSPARENT }), - text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color }), + text({ value: cfg.value, fontSize: cfg.fontSize, bold: cfg.bold, color: cfg.color, dropShadow: cfg.dropShadow, outlineWidth: cfg.outlineWidth }), ], })); } diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index a0a975e..9432b1a 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -1539,7 +1539,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -1547,7 +1547,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -1568,7 +1568,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -1623,20 +1623,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -1647,7 +1647,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 0, @@ -1727,7 +1727,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -1735,16 +1735,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -1756,7 +1756,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -1811,20 +1811,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -1835,7 +1835,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -1914,8 +1914,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -1923,16 +1923,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -1944,7 +1944,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2295,7 +2295,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -2303,7 +2303,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -2324,7 +2324,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2379,20 +2379,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -2403,7 +2403,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 0, @@ -2483,7 +2483,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -2491,16 +2491,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -2512,7 +2512,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -2567,20 +2567,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -2591,7 +2591,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -2670,8 +2670,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -2679,16 +2679,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -2700,7 +2700,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3051,7 +3051,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3059,7 +3059,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -3080,7 +3080,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3135,20 +3135,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -3159,7 +3159,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 0, @@ -3239,7 +3239,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3247,16 +3247,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -3268,7 +3268,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3323,20 +3323,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -3347,7 +3347,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -3426,8 +3426,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3435,16 +3435,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -3456,7 +3456,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3807,7 +3807,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3815,7 +3815,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -3836,7 +3836,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -3891,20 +3891,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -3915,7 +3915,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 0, @@ -3995,7 +3995,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4003,16 +4003,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -4024,7 +4024,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -4079,20 +4079,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -4103,7 +4103,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -4182,8 +4182,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4191,16 +4191,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -4212,7 +4212,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -4563,7 +4563,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4571,7 +4571,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -4592,7 +4592,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -4647,20 +4647,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -4671,7 +4671,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 0, @@ -4751,7 +4751,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4759,16 +4759,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -4780,7 +4780,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -4835,20 +4835,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -4859,7 +4859,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -4938,8 +4938,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4947,16 +4947,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -4968,7 +4968,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -6024,7 +6024,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6032,7 +6032,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -6053,7 +6053,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -6108,20 +6108,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -6132,7 +6132,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, @@ -6212,7 +6212,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6220,16 +6220,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -6241,7 +6241,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -6296,20 +6296,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -6320,7 +6320,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -6399,8 +6399,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6408,16 +6408,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -6429,7 +6429,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -6921,7 +6921,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6929,7 +6929,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -6950,7 +6950,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -7005,20 +7005,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -7029,7 +7029,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, @@ -7109,7 +7109,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -7117,16 +7117,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -7138,7 +7138,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -7193,20 +7193,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -7217,7 +7217,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -7296,8 +7296,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -7305,16 +7305,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -7326,7 +7326,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -7818,7 +7818,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -7826,7 +7826,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -7847,7 +7847,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -7902,20 +7902,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -7926,7 +7926,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, @@ -8006,7 +8006,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8014,16 +8014,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -8035,7 +8035,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -8090,20 +8090,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -8114,7 +8114,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -8193,8 +8193,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8202,16 +8202,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -8223,7 +8223,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -8715,7 +8715,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8723,7 +8723,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -8744,7 +8744,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -8799,20 +8799,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -8823,7 +8823,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, @@ -8903,7 +8903,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8911,16 +8911,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -8932,7 +8932,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -8987,20 +8987,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -9011,7 +9011,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -9090,8 +9090,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9099,16 +9099,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -9120,7 +9120,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -9612,7 +9612,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9620,7 +9620,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -9641,7 +9641,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -9696,20 +9696,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -9720,7 +9720,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, @@ -9800,7 +9800,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9808,16 +9808,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -9829,7 +9829,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -9884,20 +9884,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -9908,7 +9908,7 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, @@ -9987,8 +9987,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9996,16 +9996,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -10017,7 +10017,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -27724,7 +27724,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -27732,7 +27732,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -27753,7 +27753,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -27808,20 +27808,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -27832,11 +27832,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, - "y": 107, + "y": 106, "z": 0 }, "QuaternionRotation": { @@ -27912,7 +27912,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -27920,16 +27920,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -27941,7 +27941,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -27996,20 +27996,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -28020,11 +28020,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, - "y": -86, + "y": -82, "z": 0 }, "QuaternionRotation": { @@ -28099,8 +28099,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -28108,16 +28108,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -28129,7 +28129,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -28621,7 +28621,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -28629,7 +28629,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -28650,7 +28650,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -28705,20 +28705,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -28729,11 +28729,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, - "y": 107, + "y": 106, "z": 0 }, "QuaternionRotation": { @@ -28809,7 +28809,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -28817,16 +28817,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -28838,7 +28838,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -28893,20 +28893,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -28917,11 +28917,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, - "y": -86, + "y": -82, "z": 0 }, "QuaternionRotation": { @@ -28996,8 +28996,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29005,16 +29005,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29026,7 +29026,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -29518,7 +29518,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29526,7 +29526,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -29547,7 +29547,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -29602,20 +29602,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -29626,11 +29626,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, - "y": 107, + "y": 106, "z": 0 }, "QuaternionRotation": { @@ -29706,7 +29706,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29714,16 +29714,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29735,7 +29735,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -29790,20 +29790,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -29814,11 +29814,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, - "y": -86, + "y": -82, "z": 0 }, "QuaternionRotation": { @@ -29893,8 +29893,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29902,16 +29902,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29923,7 +29923,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -63879,7 +63879,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -63887,7 +63887,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -63908,7 +63908,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -63963,20 +63963,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -63987,11 +63987,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, - "y": 107, + "y": 106, "z": 0 }, "QuaternionRotation": { @@ -64067,7 +64067,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -64075,16 +64075,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -64096,7 +64096,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -64151,20 +64151,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -64175,11 +64175,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, - "y": -86, + "y": -82, "z": 0 }, "QuaternionRotation": { @@ -64254,8 +64254,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -64263,16 +64263,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -64284,7 +64284,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -64964,7 +64964,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -64972,7 +64972,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -64993,7 +64993,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -65048,20 +65048,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -65072,11 +65072,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, - "y": 107, + "y": 106, "z": 0 }, "QuaternionRotation": { @@ -65152,7 +65152,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -65160,16 +65160,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65181,7 +65181,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -65236,20 +65236,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -65260,11 +65260,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, - "y": -86, + "y": -82, "z": 0 }, "QuaternionRotation": { @@ -65339,8 +65339,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -65348,16 +65348,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65369,7 +65369,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -66049,7 +66049,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -66057,7 +66057,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -66078,7 +66078,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -66133,20 +66133,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 81, - "y": 119 + "x": 86, + "y": 120 }, "OffsetMin": { - "x": -51, - "y": 95 + "x": -56, + "y": 92 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 24 + "x": 142, + "y": 28 }, "UIMode": 1, "UIScale": { @@ -66157,11 +66157,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 15, - "y": 107 + "y": 106 }, "Position": { "x": 15, - "y": 107, + "y": 106, "z": 0 }, "QuaternionRotation": { @@ -66237,7 +66237,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -66245,16 +66245,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -66266,7 +66266,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -66321,20 +66321,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 75, - "y": -55 + "x": 79, + "y": -43 }, "OffsetMin": { - "x": -75, - "y": -117 + "x": -79, + "y": -121 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 150, - "y": 62 + "x": 158, + "y": 78 }, "UIMode": 1, "UIScale": { @@ -66345,11 +66345,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -86 + "y": -82 }, "Position": { "x": 0, - "y": -86, + "y": -82, "z": 0 }, "QuaternionRotation": { @@ -66424,8 +66424,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -66433,16 +66433,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -66454,7 +66454,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -74820,7 +74820,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -74828,7 +74828,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -74849,7 +74849,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -74906,20 +74906,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -74930,11 +74930,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -75012,7 +75012,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75020,16 +75020,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75041,7 +75041,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -75098,20 +75098,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -75122,11 +75122,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -75203,8 +75203,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75212,16 +75212,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75233,7 +75233,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -75682,7 +75682,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75690,7 +75690,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -75711,7 +75711,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -75768,20 +75768,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -75792,11 +75792,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -75874,7 +75874,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75882,16 +75882,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75903,7 +75903,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -75960,20 +75960,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -75984,11 +75984,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -76065,8 +76065,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76074,16 +76074,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76095,7 +76095,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -76544,7 +76544,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76552,7 +76552,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -76573,7 +76573,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -76630,20 +76630,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -76654,11 +76654,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -76736,7 +76736,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76744,16 +76744,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76765,7 +76765,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -76822,20 +76822,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -76846,11 +76846,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -76927,8 +76927,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76936,16 +76936,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76957,7 +76957,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -77406,7 +77406,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -77414,7 +77414,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -77435,7 +77435,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -77492,20 +77492,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -77516,11 +77516,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -77598,7 +77598,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -77606,16 +77606,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -77627,7 +77627,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -77684,20 +77684,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -77708,11 +77708,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -77789,8 +77789,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -77798,16 +77798,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -77819,7 +77819,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -78268,7 +78268,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -78276,7 +78276,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -78297,7 +78297,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -78354,20 +78354,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -78378,11 +78378,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -78460,7 +78460,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -78468,16 +78468,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -78489,7 +78489,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -78546,20 +78546,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -78570,11 +78570,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -78651,8 +78651,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -78660,16 +78660,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -78681,7 +78681,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -79130,7 +79130,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -79138,7 +79138,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -79159,7 +79159,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -79216,20 +79216,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -79240,11 +79240,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -79322,7 +79322,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -79330,16 +79330,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79351,7 +79351,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -79408,20 +79408,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -79432,11 +79432,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -79513,8 +79513,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -79522,16 +79522,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79543,7 +79543,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -79992,7 +79992,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80000,7 +80000,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -80021,7 +80021,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -80078,20 +80078,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -80102,11 +80102,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -80184,7 +80184,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80192,16 +80192,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -80213,7 +80213,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -80270,20 +80270,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -80294,11 +80294,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -80375,8 +80375,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80384,16 +80384,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -80405,7 +80405,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -80854,7 +80854,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80862,7 +80862,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -80883,7 +80883,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -80940,20 +80940,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -80964,11 +80964,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -81046,7 +81046,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81054,16 +81054,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81075,7 +81075,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -81132,20 +81132,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -81156,11 +81156,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -81237,8 +81237,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81246,16 +81246,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81267,7 +81267,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -81716,7 +81716,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81724,7 +81724,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -81745,7 +81745,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -81802,20 +81802,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -81826,11 +81826,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -81908,7 +81908,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81916,16 +81916,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81937,7 +81937,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -81994,20 +81994,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -82018,11 +82018,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -82099,8 +82099,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82108,16 +82108,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82129,7 +82129,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -82578,7 +82578,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82586,7 +82586,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -82607,7 +82607,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -82664,20 +82664,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -82688,11 +82688,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -82770,7 +82770,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82778,16 +82778,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82799,7 +82799,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -82856,20 +82856,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -82880,11 +82880,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -82961,8 +82961,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82970,16 +82970,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82991,7 +82991,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -83440,7 +83440,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -83448,7 +83448,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -83469,7 +83469,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -83526,20 +83526,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -83550,11 +83550,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -83632,7 +83632,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -83640,16 +83640,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -83661,7 +83661,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -83718,20 +83718,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -83742,11 +83742,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -83823,8 +83823,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -83832,16 +83832,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -83853,7 +83853,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -84302,7 +84302,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -84310,7 +84310,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -84331,7 +84331,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -84388,20 +84388,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -84412,11 +84412,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -84494,7 +84494,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -84502,16 +84502,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -84523,7 +84523,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -84580,20 +84580,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -84604,11 +84604,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -84685,8 +84685,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -84694,16 +84694,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -84715,7 +84715,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -85164,7 +85164,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -85172,7 +85172,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -85193,7 +85193,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -85250,20 +85250,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -85274,11 +85274,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -85356,7 +85356,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -85364,16 +85364,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85385,7 +85385,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -85442,20 +85442,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -85466,11 +85466,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -85547,8 +85547,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -85556,16 +85556,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85577,7 +85577,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -86026,7 +86026,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86034,7 +86034,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -86055,7 +86055,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -86112,20 +86112,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -86136,11 +86136,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -86218,7 +86218,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86226,16 +86226,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -86247,7 +86247,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -86304,20 +86304,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -86328,11 +86328,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -86409,8 +86409,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86418,16 +86418,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -86439,7 +86439,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -86888,7 +86888,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86896,7 +86896,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -86917,7 +86917,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -86974,20 +86974,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -86998,11 +86998,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -87080,7 +87080,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87088,16 +87088,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87109,7 +87109,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -87166,20 +87166,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -87190,11 +87190,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -87271,8 +87271,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87280,16 +87280,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87301,7 +87301,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -87750,7 +87750,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87758,7 +87758,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -87779,7 +87779,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -87836,20 +87836,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -87860,11 +87860,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -87942,7 +87942,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87950,16 +87950,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87971,7 +87971,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -88028,20 +88028,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -88052,11 +88052,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -88133,8 +88133,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -88142,16 +88142,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -88163,7 +88163,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -88612,7 +88612,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -88620,7 +88620,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -88641,7 +88641,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -88698,20 +88698,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -88722,11 +88722,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -88804,7 +88804,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -88812,16 +88812,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -88833,7 +88833,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -88890,20 +88890,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -88914,11 +88914,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -88995,8 +88995,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89004,16 +89004,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89025,7 +89025,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -89474,7 +89474,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89482,7 +89482,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -89503,7 +89503,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -89560,20 +89560,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -89584,11 +89584,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -89666,7 +89666,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89674,16 +89674,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89695,7 +89695,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -89752,20 +89752,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -89776,11 +89776,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -89857,8 +89857,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89866,16 +89866,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89887,7 +89887,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -90336,7 +90336,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -90344,7 +90344,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -90365,7 +90365,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -90422,20 +90422,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -90446,11 +90446,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -90528,7 +90528,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -90536,16 +90536,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90557,7 +90557,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -90614,20 +90614,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -90638,11 +90638,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -90719,8 +90719,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -90728,16 +90728,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90749,7 +90749,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -91198,7 +91198,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -91206,7 +91206,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -91227,7 +91227,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -91284,20 +91284,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -91308,11 +91308,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -91390,7 +91390,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -91398,16 +91398,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -91419,7 +91419,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -91476,20 +91476,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -91500,11 +91500,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -91581,8 +91581,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -91590,16 +91590,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -91611,7 +91611,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -92060,7 +92060,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92068,7 +92068,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -92089,7 +92089,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -92146,20 +92146,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -92170,11 +92170,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -92252,7 +92252,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92260,16 +92260,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92281,7 +92281,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -92338,20 +92338,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -92362,11 +92362,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -92443,8 +92443,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92452,16 +92452,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92473,7 +92473,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -92922,7 +92922,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92930,7 +92930,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -92951,7 +92951,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -93008,20 +93008,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -93032,11 +93032,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -93114,7 +93114,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93122,16 +93122,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -93143,7 +93143,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -93200,20 +93200,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -93224,11 +93224,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -93305,8 +93305,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93314,16 +93314,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -93335,7 +93335,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -93784,7 +93784,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93792,7 +93792,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -93813,7 +93813,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -93870,20 +93870,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -93894,11 +93894,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -93976,7 +93976,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93984,16 +93984,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94005,7 +94005,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -94062,20 +94062,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -94086,11 +94086,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -94167,8 +94167,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -94176,16 +94176,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94197,7 +94197,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -94646,7 +94646,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -94654,7 +94654,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -94675,7 +94675,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -94732,20 +94732,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -94756,11 +94756,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -94838,7 +94838,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -94846,16 +94846,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94867,7 +94867,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -94924,20 +94924,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -94948,11 +94948,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -95029,8 +95029,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95038,16 +95038,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95059,7 +95059,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -95508,7 +95508,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95516,7 +95516,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -95537,7 +95537,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -95594,20 +95594,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -95618,11 +95618,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -95700,7 +95700,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95708,16 +95708,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95729,7 +95729,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -95786,20 +95786,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -95810,11 +95810,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -95891,8 +95891,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95900,16 +95900,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95921,7 +95921,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -96370,7 +96370,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -96378,7 +96378,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -96399,7 +96399,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -96456,20 +96456,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -96480,11 +96480,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -96562,7 +96562,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -96570,16 +96570,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -96591,7 +96591,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -96648,20 +96648,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -96672,11 +96672,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -96753,8 +96753,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -96762,16 +96762,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -96783,7 +96783,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -97232,7 +97232,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -97240,7 +97240,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -97261,7 +97261,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -97318,20 +97318,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -97342,11 +97342,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -97424,7 +97424,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -97432,16 +97432,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97453,7 +97453,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -97510,20 +97510,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -97534,11 +97534,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -97615,8 +97615,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -97624,16 +97624,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97645,7 +97645,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -98094,7 +98094,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98102,7 +98102,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -98123,7 +98123,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -98180,20 +98180,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -98204,11 +98204,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -98286,7 +98286,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98294,16 +98294,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -98315,7 +98315,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -98372,20 +98372,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -98396,11 +98396,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -98477,8 +98477,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98486,16 +98486,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -98507,7 +98507,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -98956,7 +98956,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98964,7 +98964,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -98985,7 +98985,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -99042,20 +99042,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -99066,11 +99066,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -99148,7 +99148,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -99156,16 +99156,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -99177,7 +99177,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -99234,20 +99234,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -99258,11 +99258,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -99339,8 +99339,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -99348,16 +99348,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -99369,7 +99369,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -99818,7 +99818,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -99826,7 +99826,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -99847,7 +99847,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -99904,20 +99904,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -99928,11 +99928,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -100010,7 +100010,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100018,16 +100018,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100039,7 +100039,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -100096,20 +100096,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -100120,11 +100120,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -100201,8 +100201,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100210,16 +100210,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100231,7 +100231,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -100680,7 +100680,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100688,7 +100688,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -100709,7 +100709,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -100766,20 +100766,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -100790,11 +100790,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -100872,7 +100872,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100880,16 +100880,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100901,7 +100901,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -100958,20 +100958,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -100982,11 +100982,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -101063,8 +101063,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101072,16 +101072,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101093,7 +101093,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -101542,7 +101542,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101550,7 +101550,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -101571,7 +101571,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -101628,20 +101628,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -101652,11 +101652,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -101734,7 +101734,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101742,16 +101742,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101763,7 +101763,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -101820,20 +101820,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -101844,11 +101844,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -101925,8 +101925,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101934,16 +101934,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101955,7 +101955,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -102404,7 +102404,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -102412,7 +102412,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -102433,7 +102433,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -102490,20 +102490,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -102514,11 +102514,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -102596,7 +102596,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -102604,16 +102604,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102625,7 +102625,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -102682,20 +102682,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -102706,11 +102706,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -102787,8 +102787,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -102796,16 +102796,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102817,7 +102817,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -103266,7 +103266,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -103274,7 +103274,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -103295,7 +103295,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -103352,20 +103352,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -103376,11 +103376,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -103458,7 +103458,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -103466,16 +103466,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -103487,7 +103487,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -103544,20 +103544,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -103568,11 +103568,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -103649,8 +103649,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -103658,16 +103658,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -103679,7 +103679,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -104128,7 +104128,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104136,7 +104136,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -104157,7 +104157,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -104214,20 +104214,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -104238,11 +104238,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -104320,7 +104320,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104328,16 +104328,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -104349,7 +104349,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -104406,20 +104406,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -104430,11 +104430,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -104511,8 +104511,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104520,16 +104520,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -104541,7 +104541,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -104990,7 +104990,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104998,7 +104998,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -105019,7 +105019,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -105076,20 +105076,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -105100,11 +105100,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -105182,7 +105182,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -105190,16 +105190,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -105211,7 +105211,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -105268,20 +105268,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -105292,11 +105292,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -105373,8 +105373,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -105382,16 +105382,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -105403,7 +105403,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -105852,7 +105852,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -105860,7 +105860,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -105881,7 +105881,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -105938,20 +105938,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -105962,11 +105962,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -106044,7 +106044,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106052,16 +106052,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106073,7 +106073,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -106130,20 +106130,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -106154,11 +106154,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -106235,8 +106235,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106244,16 +106244,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106265,7 +106265,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -106714,7 +106714,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106722,7 +106722,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -106743,7 +106743,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -106800,20 +106800,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -106824,11 +106824,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -106906,7 +106906,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106914,16 +106914,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106935,7 +106935,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -106992,20 +106992,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -107016,11 +107016,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -107097,8 +107097,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107106,16 +107106,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107127,7 +107127,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -107576,7 +107576,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107584,7 +107584,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -107605,7 +107605,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -107662,20 +107662,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -107686,11 +107686,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -107768,7 +107768,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107776,16 +107776,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107797,7 +107797,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -107854,20 +107854,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -107878,11 +107878,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -107959,8 +107959,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107968,16 +107968,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107989,7 +107989,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -108438,7 +108438,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -108446,7 +108446,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -108467,7 +108467,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -108524,20 +108524,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -108548,11 +108548,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -108630,7 +108630,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -108638,16 +108638,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108659,7 +108659,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -108716,20 +108716,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -108740,11 +108740,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -108821,8 +108821,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -108830,16 +108830,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108851,7 +108851,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -109300,7 +109300,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -109308,7 +109308,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -109329,7 +109329,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -109386,20 +109386,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -109410,11 +109410,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -109492,7 +109492,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -109500,16 +109500,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -109521,7 +109521,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -109578,20 +109578,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -109602,11 +109602,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -109683,8 +109683,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -109692,16 +109692,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -109713,7 +109713,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -110162,7 +110162,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -110170,7 +110170,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -110191,7 +110191,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -110248,20 +110248,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -110272,11 +110272,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -110354,7 +110354,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -110362,16 +110362,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -110383,7 +110383,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -110440,20 +110440,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -110464,11 +110464,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -110545,8 +110545,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -110554,16 +110554,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -110575,7 +110575,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -111024,7 +111024,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111032,7 +111032,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -111053,7 +111053,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -111110,20 +111110,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -111134,11 +111134,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -111216,7 +111216,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111224,16 +111224,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -111245,7 +111245,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -111302,20 +111302,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -111326,11 +111326,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -111407,8 +111407,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111416,16 +111416,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -111437,7 +111437,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -111886,7 +111886,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111894,7 +111894,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -111915,7 +111915,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -111972,20 +111972,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -111996,11 +111996,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -112078,7 +112078,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112086,16 +112086,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112107,7 +112107,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -112164,20 +112164,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -112188,11 +112188,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -112269,8 +112269,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112278,16 +112278,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112299,7 +112299,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -112748,7 +112748,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112756,7 +112756,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -112777,7 +112777,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -112834,20 +112834,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -112858,11 +112858,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -112940,7 +112940,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112948,16 +112948,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112969,7 +112969,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -113026,20 +113026,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -113050,11 +113050,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -113131,8 +113131,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -113140,16 +113140,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113161,7 +113161,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -113610,7 +113610,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -113618,7 +113618,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -113639,7 +113639,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -113696,20 +113696,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -113720,11 +113720,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -113802,7 +113802,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -113810,16 +113810,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113831,7 +113831,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -113888,20 +113888,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -113912,11 +113912,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -113993,8 +113993,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114002,16 +114002,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -114023,7 +114023,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -114472,7 +114472,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114480,7 +114480,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -114501,7 +114501,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -114558,20 +114558,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -114582,11 +114582,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -114664,7 +114664,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114672,16 +114672,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -114693,7 +114693,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -114750,20 +114750,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -114774,11 +114774,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -114855,8 +114855,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114864,16 +114864,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -114885,7 +114885,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -115334,7 +115334,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -115342,7 +115342,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -115363,7 +115363,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -115420,20 +115420,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -115444,11 +115444,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -115526,7 +115526,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -115534,16 +115534,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115555,7 +115555,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -115612,20 +115612,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -115636,11 +115636,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -115717,8 +115717,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -115726,16 +115726,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115747,7 +115747,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -116196,7 +116196,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -116204,7 +116204,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -116225,7 +116225,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -116282,20 +116282,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -116306,11 +116306,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -116388,7 +116388,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -116396,16 +116396,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -116417,7 +116417,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -116474,20 +116474,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -116498,11 +116498,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -116579,8 +116579,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -116588,16 +116588,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -116609,7 +116609,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -117058,7 +117058,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117066,7 +117066,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -117087,7 +117087,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -117144,20 +117144,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -117168,11 +117168,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -117250,7 +117250,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117258,16 +117258,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -117279,7 +117279,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -117336,20 +117336,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -117360,11 +117360,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -117441,8 +117441,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117450,16 +117450,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -117471,7 +117471,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -117920,7 +117920,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117928,7 +117928,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -117949,7 +117949,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -118006,20 +118006,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -118030,11 +118030,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -118112,7 +118112,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118120,16 +118120,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118141,7 +118141,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -118198,20 +118198,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -118222,11 +118222,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -118303,8 +118303,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118312,16 +118312,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118333,7 +118333,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -118782,7 +118782,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118790,7 +118790,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -118811,7 +118811,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -118868,20 +118868,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -118892,11 +118892,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -118974,7 +118974,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118982,16 +118982,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -119003,7 +119003,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -119060,20 +119060,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -119084,11 +119084,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -119165,8 +119165,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -119174,16 +119174,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -119195,7 +119195,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -119644,7 +119644,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -119652,7 +119652,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -119673,7 +119673,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -119730,20 +119730,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -119754,11 +119754,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -119836,7 +119836,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -119844,16 +119844,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -119865,7 +119865,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -119922,20 +119922,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -119946,11 +119946,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -120027,8 +120027,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120036,16 +120036,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120057,7 +120057,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -120506,7 +120506,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120514,7 +120514,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -120535,7 +120535,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -120592,20 +120592,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -120616,11 +120616,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -120698,7 +120698,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120706,16 +120706,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120727,7 +120727,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -120784,20 +120784,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -120808,11 +120808,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -120889,8 +120889,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120898,16 +120898,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120919,7 +120919,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -121368,7 +121368,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -121376,7 +121376,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -121397,7 +121397,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -121454,20 +121454,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -121478,11 +121478,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -121560,7 +121560,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -121568,16 +121568,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -121589,7 +121589,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -121646,20 +121646,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -121670,11 +121670,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -121751,8 +121751,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -121760,16 +121760,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -121781,7 +121781,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -122230,7 +122230,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -122238,7 +122238,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -122259,7 +122259,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -122316,20 +122316,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -122340,11 +122340,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -122422,7 +122422,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -122430,16 +122430,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -122451,7 +122451,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -122508,20 +122508,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -122532,11 +122532,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -122613,8 +122613,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -122622,16 +122622,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -122643,7 +122643,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -123092,7 +123092,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123100,7 +123100,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -123121,7 +123121,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -123178,20 +123178,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -123202,11 +123202,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -123284,7 +123284,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123292,16 +123292,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -123313,7 +123313,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -123370,20 +123370,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -123394,11 +123394,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -123475,8 +123475,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123484,16 +123484,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -123505,7 +123505,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -123954,7 +123954,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123962,7 +123962,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -123983,7 +123983,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -124040,20 +124040,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -124064,11 +124064,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -124146,7 +124146,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -124154,16 +124154,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -124175,7 +124175,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -124232,20 +124232,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -124256,11 +124256,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -124337,8 +124337,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -124346,16 +124346,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -124367,7 +124367,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -124816,7 +124816,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -124824,7 +124824,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -124845,7 +124845,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -124902,20 +124902,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -124926,11 +124926,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -125008,7 +125008,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125016,16 +125016,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125037,7 +125037,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -125094,20 +125094,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -125118,11 +125118,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -125199,8 +125199,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125208,16 +125208,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125229,7 +125229,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -125678,7 +125678,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125686,7 +125686,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -125707,7 +125707,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -125764,20 +125764,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -125788,11 +125788,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -125870,7 +125870,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125878,16 +125878,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125899,7 +125899,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -125956,20 +125956,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -125980,11 +125980,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -126061,8 +126061,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -126070,16 +126070,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -126091,7 +126091,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -128363,7 +128363,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -128371,7 +128371,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -128392,7 +128392,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -128449,20 +128449,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -128473,11 +128473,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -128555,7 +128555,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -128563,16 +128563,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -128584,7 +128584,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -128641,20 +128641,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -128665,11 +128665,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -128746,8 +128746,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -128755,16 +128755,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -128776,7 +128776,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -129225,7 +129225,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -129233,7 +129233,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -129254,7 +129254,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -129311,20 +129311,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -129335,11 +129335,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -129417,7 +129417,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -129425,16 +129425,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -129446,7 +129446,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -129503,20 +129503,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -129527,11 +129527,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -129608,8 +129608,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -129617,16 +129617,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -129638,7 +129638,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -130087,7 +130087,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130095,7 +130095,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -130116,7 +130116,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -130173,20 +130173,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -130197,11 +130197,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -130279,7 +130279,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130287,16 +130287,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -130308,7 +130308,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -130365,20 +130365,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -130389,11 +130389,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -130470,8 +130470,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130479,16 +130479,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -130500,7 +130500,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -130949,7 +130949,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130957,7 +130957,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -130978,7 +130978,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -131035,20 +131035,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -131059,11 +131059,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -131141,7 +131141,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -131149,16 +131149,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131170,7 +131170,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -131227,20 +131227,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -131251,11 +131251,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -131332,8 +131332,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -131341,16 +131341,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131362,7 +131362,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -131811,7 +131811,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -131819,7 +131819,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -131840,7 +131840,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -131897,20 +131897,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -131921,11 +131921,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -132003,7 +132003,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132011,16 +132011,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132032,7 +132032,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -132089,20 +132089,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -132113,11 +132113,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -132194,8 +132194,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132203,16 +132203,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132224,7 +132224,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -132673,7 +132673,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132681,7 +132681,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -132702,7 +132702,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -132759,20 +132759,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -132783,11 +132783,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -132865,7 +132865,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132873,16 +132873,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132894,7 +132894,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -132951,20 +132951,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -132975,11 +132975,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -133056,8 +133056,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133065,16 +133065,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133086,7 +133086,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -133535,7 +133535,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133543,7 +133543,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -133564,7 +133564,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -133621,20 +133621,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -133645,11 +133645,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -133727,7 +133727,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133735,16 +133735,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133756,7 +133756,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -133813,20 +133813,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -133837,11 +133837,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -133918,8 +133918,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133927,16 +133927,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133948,7 +133948,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -134397,7 +134397,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -134405,7 +134405,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -134426,7 +134426,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -134483,20 +134483,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -134507,11 +134507,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -134589,7 +134589,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -134597,16 +134597,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -134618,7 +134618,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -134675,20 +134675,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -134699,11 +134699,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -134780,8 +134780,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -134789,16 +134789,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -134810,7 +134810,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -135259,7 +135259,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -135267,7 +135267,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -135288,7 +135288,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -135345,20 +135345,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -135369,11 +135369,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -135451,7 +135451,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -135459,16 +135459,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -135480,7 +135480,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -135537,20 +135537,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -135561,11 +135561,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -135642,8 +135642,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -135651,16 +135651,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -135672,7 +135672,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -136121,7 +136121,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136129,7 +136129,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -136150,7 +136150,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -136207,20 +136207,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -136231,11 +136231,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -136313,7 +136313,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136321,16 +136321,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136342,7 +136342,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -136399,20 +136399,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -136423,11 +136423,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -136504,8 +136504,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136513,16 +136513,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136534,7 +136534,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -136983,7 +136983,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136991,7 +136991,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -137012,7 +137012,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -137069,20 +137069,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -137093,11 +137093,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -137175,7 +137175,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -137183,16 +137183,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -137204,7 +137204,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -137261,20 +137261,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -137285,11 +137285,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -137366,8 +137366,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -137375,16 +137375,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -137396,7 +137396,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -137845,7 +137845,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -137853,7 +137853,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -137874,7 +137874,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -137931,20 +137931,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -137955,11 +137955,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -138037,7 +138037,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138045,16 +138045,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138066,7 +138066,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -138123,20 +138123,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -138147,11 +138147,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -138228,8 +138228,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138237,16 +138237,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138258,7 +138258,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -138707,7 +138707,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138715,7 +138715,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -138736,7 +138736,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -138793,20 +138793,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -138817,11 +138817,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -138899,7 +138899,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138907,16 +138907,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138928,7 +138928,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -138985,20 +138985,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -139009,11 +139009,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -139090,8 +139090,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139099,16 +139099,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139120,7 +139120,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -139569,7 +139569,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139577,7 +139577,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -139598,7 +139598,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -139655,20 +139655,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -139679,11 +139679,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -139761,7 +139761,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139769,16 +139769,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139790,7 +139790,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -139847,20 +139847,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -139871,11 +139871,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -139952,8 +139952,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139961,16 +139961,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139982,7 +139982,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -140431,7 +140431,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -140439,7 +140439,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -140460,7 +140460,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -140517,20 +140517,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -140541,11 +140541,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -140623,7 +140623,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -140631,16 +140631,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -140652,7 +140652,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -140709,20 +140709,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -140733,11 +140733,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -140814,8 +140814,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -140823,16 +140823,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -140844,7 +140844,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -141293,7 +141293,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -141301,7 +141301,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -141322,7 +141322,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -141379,20 +141379,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -141403,11 +141403,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -141485,7 +141485,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -141493,16 +141493,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141514,7 +141514,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -141571,20 +141571,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -141595,11 +141595,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -141676,8 +141676,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -141685,16 +141685,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141706,7 +141706,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -142155,7 +142155,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -142163,7 +142163,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -142184,7 +142184,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -142241,20 +142241,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -142265,11 +142265,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -142347,7 +142347,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -142355,16 +142355,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -142376,7 +142376,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -142433,20 +142433,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -142457,11 +142457,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -142538,8 +142538,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -142547,16 +142547,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -142568,7 +142568,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -143017,7 +143017,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143025,7 +143025,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -143046,7 +143046,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -143103,20 +143103,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -143127,11 +143127,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -143209,7 +143209,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143217,16 +143217,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143238,7 +143238,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -143295,20 +143295,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -143319,11 +143319,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -143400,8 +143400,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143409,16 +143409,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143430,7 +143430,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -143879,7 +143879,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143887,7 +143887,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -143908,7 +143908,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -143965,20 +143965,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -143989,11 +143989,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -144071,7 +144071,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144079,16 +144079,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144100,7 +144100,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -144157,20 +144157,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -144181,11 +144181,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -144262,8 +144262,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144271,16 +144271,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144292,7 +144292,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -144741,7 +144741,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144749,7 +144749,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -144770,7 +144770,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -144827,20 +144827,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -144851,11 +144851,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -144933,7 +144933,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144941,16 +144941,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144962,7 +144962,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -145019,20 +145019,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -145043,11 +145043,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -145124,8 +145124,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145133,16 +145133,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -145154,7 +145154,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -145603,7 +145603,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145611,7 +145611,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -145632,7 +145632,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -145689,20 +145689,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -145713,11 +145713,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -145795,7 +145795,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145803,16 +145803,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -145824,7 +145824,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -145881,20 +145881,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -145905,11 +145905,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -145986,8 +145986,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145995,16 +145995,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146016,7 +146016,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -146465,7 +146465,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -146473,7 +146473,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -146494,7 +146494,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -146551,20 +146551,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -146575,11 +146575,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -146657,7 +146657,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -146665,16 +146665,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146686,7 +146686,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -146743,20 +146743,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -146767,11 +146767,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -146848,8 +146848,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -146857,16 +146857,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146878,7 +146878,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -147327,7 +147327,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -147335,7 +147335,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -147356,7 +147356,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -147413,20 +147413,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -147437,11 +147437,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -147519,7 +147519,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -147527,16 +147527,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -147548,7 +147548,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -147605,20 +147605,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -147629,11 +147629,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -147710,8 +147710,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -147719,16 +147719,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -147740,7 +147740,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -148189,7 +148189,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -148197,7 +148197,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -148218,7 +148218,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -148275,20 +148275,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -148299,11 +148299,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -148381,7 +148381,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -148389,16 +148389,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148410,7 +148410,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -148467,20 +148467,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -148491,11 +148491,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -148572,8 +148572,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -148581,16 +148581,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148602,7 +148602,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -149051,7 +149051,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149059,7 +149059,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -149080,7 +149080,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -149137,20 +149137,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -149161,11 +149161,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -149243,7 +149243,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149251,16 +149251,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -149272,7 +149272,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -149329,20 +149329,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -149353,11 +149353,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -149434,8 +149434,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149443,16 +149443,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -149464,7 +149464,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -149913,7 +149913,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149921,7 +149921,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -149942,7 +149942,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -149999,20 +149999,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -150023,11 +150023,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -150105,7 +150105,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150113,16 +150113,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150134,7 +150134,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -150191,20 +150191,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -150215,11 +150215,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -150296,8 +150296,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150305,16 +150305,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150326,7 +150326,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -150775,7 +150775,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150783,7 +150783,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -150804,7 +150804,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -150861,20 +150861,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -150885,11 +150885,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -150967,7 +150967,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150975,16 +150975,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150996,7 +150996,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -151053,20 +151053,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -151077,11 +151077,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -151158,8 +151158,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -151167,16 +151167,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -151188,7 +151188,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -151637,7 +151637,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -151645,7 +151645,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -151666,7 +151666,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -151723,20 +151723,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -151747,11 +151747,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -151829,7 +151829,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -151837,16 +151837,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -151858,7 +151858,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -151915,20 +151915,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -151939,11 +151939,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -152020,8 +152020,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152029,16 +152029,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152050,7 +152050,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -152499,7 +152499,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152507,7 +152507,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -152528,7 +152528,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -152585,20 +152585,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -152609,11 +152609,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -152691,7 +152691,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152699,16 +152699,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152720,7 +152720,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -152777,20 +152777,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -152801,11 +152801,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -152882,8 +152882,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152891,16 +152891,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152912,7 +152912,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -153361,7 +153361,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -153369,7 +153369,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -153390,7 +153390,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -153447,20 +153447,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -153471,11 +153471,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -153553,7 +153553,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -153561,16 +153561,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -153582,7 +153582,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -153639,20 +153639,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -153663,11 +153663,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -153744,8 +153744,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -153753,16 +153753,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -153774,7 +153774,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -154223,7 +154223,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -154231,7 +154231,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -154252,7 +154252,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -154309,20 +154309,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -154333,11 +154333,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -154415,7 +154415,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -154423,16 +154423,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154444,7 +154444,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -154501,20 +154501,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -154525,11 +154525,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -154606,8 +154606,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -154615,16 +154615,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154636,7 +154636,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -155085,7 +155085,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155093,7 +155093,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -155114,7 +155114,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -155171,20 +155171,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -155195,11 +155195,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -155277,7 +155277,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155285,16 +155285,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -155306,7 +155306,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -155363,20 +155363,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -155387,11 +155387,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -155468,8 +155468,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155477,16 +155477,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -155498,7 +155498,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -155947,7 +155947,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155955,7 +155955,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -155976,7 +155976,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -156033,20 +156033,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -156057,11 +156057,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -156139,7 +156139,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -156147,16 +156147,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -156168,7 +156168,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -156225,20 +156225,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -156249,11 +156249,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -156330,8 +156330,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -156339,16 +156339,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -156360,7 +156360,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -156809,7 +156809,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -156817,7 +156817,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -156838,7 +156838,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -156895,20 +156895,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -156919,11 +156919,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -157001,7 +157001,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157009,16 +157009,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -157030,7 +157030,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -157087,20 +157087,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -157111,11 +157111,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -157192,8 +157192,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157201,16 +157201,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -157222,7 +157222,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -157671,7 +157671,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157679,7 +157679,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -157700,7 +157700,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -157757,20 +157757,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -157781,11 +157781,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -157863,7 +157863,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157871,16 +157871,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -157892,7 +157892,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -157949,20 +157949,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -157973,11 +157973,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -158054,8 +158054,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158063,16 +158063,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -158084,7 +158084,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -158533,7 +158533,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158541,7 +158541,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -158562,7 +158562,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -158619,20 +158619,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -158643,11 +158643,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -158725,7 +158725,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158733,16 +158733,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -158754,7 +158754,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -158811,20 +158811,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -158835,11 +158835,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -158916,8 +158916,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158925,16 +158925,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -158946,7 +158946,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -159395,7 +159395,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -159403,7 +159403,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -159424,7 +159424,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -159481,20 +159481,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -159505,11 +159505,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -159587,7 +159587,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -159595,16 +159595,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -159616,7 +159616,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -159673,20 +159673,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -159697,11 +159697,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -159778,8 +159778,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -159787,16 +159787,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -159808,7 +159808,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -160257,7 +160257,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -160265,7 +160265,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -160286,7 +160286,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -160343,20 +160343,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -160367,11 +160367,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -160449,7 +160449,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -160457,16 +160457,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -160478,7 +160478,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -160535,20 +160535,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -160559,11 +160559,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -160640,8 +160640,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -160649,16 +160649,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -160670,7 +160670,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -161119,7 +161119,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161127,7 +161127,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -161148,7 +161148,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -161205,20 +161205,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -161229,11 +161229,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -161311,7 +161311,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161319,16 +161319,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -161340,7 +161340,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -161397,20 +161397,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -161421,11 +161421,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -161502,8 +161502,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161511,16 +161511,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -161532,7 +161532,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -161981,7 +161981,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161989,7 +161989,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -162010,7 +162010,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -162067,20 +162067,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -162091,11 +162091,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -162173,7 +162173,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -162181,16 +162181,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -162202,7 +162202,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -162259,20 +162259,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -162283,11 +162283,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -162364,8 +162364,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -162373,16 +162373,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -162394,7 +162394,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -162843,7 +162843,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -162851,7 +162851,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -162872,7 +162872,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -162929,20 +162929,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -162953,11 +162953,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -163035,7 +163035,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163043,16 +163043,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -163064,7 +163064,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -163121,20 +163121,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -163145,11 +163145,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -163226,8 +163226,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163235,16 +163235,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -163256,7 +163256,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -163705,7 +163705,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163713,7 +163713,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -163734,7 +163734,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -163791,20 +163791,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -163815,11 +163815,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -163897,7 +163897,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163905,16 +163905,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -163926,7 +163926,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -163983,20 +163983,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -164007,11 +164007,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -164088,8 +164088,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164097,16 +164097,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -164118,7 +164118,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -164567,7 +164567,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164575,7 +164575,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -164596,7 +164596,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -164653,20 +164653,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -164677,11 +164677,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -164759,7 +164759,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164767,16 +164767,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -164788,7 +164788,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -164845,20 +164845,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -164869,11 +164869,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -164950,8 +164950,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164959,16 +164959,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -164980,7 +164980,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -165429,7 +165429,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -165437,7 +165437,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -165458,7 +165458,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -165515,20 +165515,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -165539,11 +165539,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -165621,7 +165621,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -165629,16 +165629,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -165650,7 +165650,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -165707,20 +165707,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -165731,11 +165731,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -165812,8 +165812,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -165821,16 +165821,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -165842,7 +165842,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -166291,7 +166291,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -166299,7 +166299,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -166320,7 +166320,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -166377,20 +166377,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -166401,11 +166401,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -166483,7 +166483,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -166491,16 +166491,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -166512,7 +166512,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -166569,20 +166569,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -166593,11 +166593,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -166674,8 +166674,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -166683,16 +166683,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -166704,7 +166704,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -167153,7 +167153,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -167161,7 +167161,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -167182,7 +167182,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -167239,20 +167239,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -167263,11 +167263,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -167345,7 +167345,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -167353,16 +167353,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -167374,7 +167374,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -167431,20 +167431,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -167455,11 +167455,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -167536,8 +167536,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -167545,16 +167545,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -167566,7 +167566,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -168015,7 +168015,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168023,7 +168023,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -168044,7 +168044,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -168101,20 +168101,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -168125,11 +168125,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -168207,7 +168207,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168215,16 +168215,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -168236,7 +168236,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -168293,20 +168293,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -168317,11 +168317,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -168398,8 +168398,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168407,16 +168407,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -168428,7 +168428,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -168877,7 +168877,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168885,7 +168885,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -168906,7 +168906,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -168963,20 +168963,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -168987,11 +168987,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -169069,7 +169069,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169077,16 +169077,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -169098,7 +169098,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -169155,20 +169155,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -169179,11 +169179,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -169260,8 +169260,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169269,16 +169269,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -169290,7 +169290,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -169739,7 +169739,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169747,7 +169747,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -169768,7 +169768,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -169825,20 +169825,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -169849,11 +169849,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -169931,7 +169931,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169939,16 +169939,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -169960,7 +169960,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -170017,20 +170017,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -170041,11 +170041,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -170122,8 +170122,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170131,16 +170131,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -170152,7 +170152,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -170601,7 +170601,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170609,7 +170609,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -170630,7 +170630,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -170687,20 +170687,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -170711,11 +170711,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -170793,7 +170793,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170801,16 +170801,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -170822,7 +170822,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -170879,20 +170879,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -170903,11 +170903,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -170984,8 +170984,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170993,16 +170993,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -171014,7 +171014,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -171463,7 +171463,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -171471,7 +171471,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -171492,7 +171492,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -171549,20 +171549,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -171573,11 +171573,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -171655,7 +171655,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -171663,16 +171663,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -171684,7 +171684,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -171741,20 +171741,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -171765,11 +171765,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -171846,8 +171846,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -171855,16 +171855,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -171876,7 +171876,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -172325,7 +172325,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -172333,7 +172333,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -172354,7 +172354,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -172411,20 +172411,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -172435,11 +172435,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -172517,7 +172517,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -172525,16 +172525,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -172546,7 +172546,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -172603,20 +172603,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -172627,11 +172627,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -172708,8 +172708,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -172717,16 +172717,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -172738,7 +172738,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -173187,7 +173187,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -173195,7 +173195,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -173216,7 +173216,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -173273,20 +173273,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -173297,11 +173297,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -173379,7 +173379,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -173387,16 +173387,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -173408,7 +173408,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -173465,20 +173465,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -173489,11 +173489,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -173570,8 +173570,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -173579,16 +173579,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -173600,7 +173600,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -174049,7 +174049,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174057,7 +174057,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -174078,7 +174078,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -174135,20 +174135,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -174159,11 +174159,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -174241,7 +174241,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174249,16 +174249,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -174270,7 +174270,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -174327,20 +174327,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -174351,11 +174351,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -174432,8 +174432,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174441,16 +174441,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -174462,7 +174462,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -174911,7 +174911,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174919,7 +174919,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -174940,7 +174940,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -174997,20 +174997,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -175021,11 +175021,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -175103,7 +175103,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175111,16 +175111,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -175132,7 +175132,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -175189,20 +175189,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -175213,11 +175213,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -175294,8 +175294,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175303,16 +175303,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -175324,7 +175324,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -175773,7 +175773,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175781,7 +175781,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -175802,7 +175802,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -175859,20 +175859,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -175883,11 +175883,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -175965,7 +175965,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175973,16 +175973,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -175994,7 +175994,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -176051,20 +176051,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -176075,11 +176075,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -176156,8 +176156,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -176165,16 +176165,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -176186,7 +176186,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -176635,7 +176635,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -176643,7 +176643,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -176664,7 +176664,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -176721,20 +176721,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -176745,11 +176745,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -176827,7 +176827,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -176835,16 +176835,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -176856,7 +176856,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -176913,20 +176913,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -176937,11 +176937,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -177018,8 +177018,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177027,16 +177027,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -177048,7 +177048,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -177497,7 +177497,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177505,7 +177505,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -177526,7 +177526,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -177583,20 +177583,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -177607,11 +177607,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -177689,7 +177689,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177697,16 +177697,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -177718,7 +177718,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -177775,20 +177775,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -177799,11 +177799,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -177880,8 +177880,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177889,16 +177889,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -177910,7 +177910,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -178359,7 +178359,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -178367,7 +178367,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -178388,7 +178388,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -178445,20 +178445,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -178469,11 +178469,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -178551,7 +178551,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -178559,16 +178559,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -178580,7 +178580,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -178637,20 +178637,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -178661,11 +178661,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -178742,8 +178742,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -178751,16 +178751,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -178772,7 +178772,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -179221,7 +179221,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -179229,7 +179229,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -179250,7 +179250,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -179307,20 +179307,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -179331,11 +179331,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -179413,7 +179413,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -179421,16 +179421,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -179442,7 +179442,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -179499,20 +179499,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -179523,11 +179523,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -179604,8 +179604,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -179613,16 +179613,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -179634,7 +179634,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -180083,7 +180083,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180091,7 +180091,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -180112,7 +180112,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -180169,20 +180169,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -180193,11 +180193,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -180275,7 +180275,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180283,16 +180283,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -180304,7 +180304,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -180361,20 +180361,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -180385,11 +180385,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -180466,8 +180466,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180475,16 +180475,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -180496,7 +180496,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -180945,7 +180945,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180953,7 +180953,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -180974,7 +180974,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -181031,20 +181031,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -181055,11 +181055,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -181137,7 +181137,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -181145,16 +181145,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -181166,7 +181166,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -181223,20 +181223,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -181247,11 +181247,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -181328,8 +181328,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -181337,16 +181337,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -181358,7 +181358,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -181807,7 +181807,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -181815,7 +181815,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -181836,7 +181836,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -181893,20 +181893,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -181917,11 +181917,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -181999,7 +181999,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182007,16 +182007,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -182028,7 +182028,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -182085,20 +182085,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -182109,11 +182109,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -182190,8 +182190,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182199,16 +182199,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -182220,7 +182220,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -182669,7 +182669,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182677,7 +182677,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -182698,7 +182698,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -182755,20 +182755,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -182779,11 +182779,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -182861,7 +182861,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182869,16 +182869,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -182890,7 +182890,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -182947,20 +182947,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -182971,11 +182971,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -183052,8 +183052,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183061,16 +183061,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -183082,7 +183082,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -183531,7 +183531,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183539,7 +183539,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -183560,7 +183560,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -183617,20 +183617,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -183641,11 +183641,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -183723,7 +183723,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183731,16 +183731,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -183752,7 +183752,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -183809,20 +183809,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -183833,11 +183833,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -183914,8 +183914,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183923,16 +183923,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -183944,7 +183944,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -184393,7 +184393,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -184401,7 +184401,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -184422,7 +184422,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -184479,20 +184479,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -184503,11 +184503,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -184585,7 +184585,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -184593,16 +184593,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -184614,7 +184614,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -184671,20 +184671,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -184695,11 +184695,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -184776,8 +184776,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -184785,16 +184785,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -184806,7 +184806,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -185255,7 +185255,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -185263,7 +185263,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -185284,7 +185284,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -185341,20 +185341,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -185365,11 +185365,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -185447,7 +185447,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -185455,16 +185455,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -185476,7 +185476,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -185533,20 +185533,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -185557,11 +185557,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -185638,8 +185638,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -185647,16 +185647,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -185668,7 +185668,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -186117,7 +186117,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186125,7 +186125,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -186146,7 +186146,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -186203,20 +186203,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -186227,11 +186227,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -186309,7 +186309,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186317,16 +186317,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -186338,7 +186338,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -186395,20 +186395,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -186419,11 +186419,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -186500,8 +186500,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186509,16 +186509,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -186530,7 +186530,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -186979,7 +186979,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186987,7 +186987,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -187008,7 +187008,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -187065,20 +187065,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -187089,11 +187089,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -187171,7 +187171,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -187179,16 +187179,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -187200,7 +187200,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -187257,20 +187257,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -187281,11 +187281,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -187362,8 +187362,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -187371,16 +187371,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -187392,7 +187392,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -187841,7 +187841,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -187849,7 +187849,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -187870,7 +187870,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -187927,20 +187927,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -187951,11 +187951,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -188033,7 +188033,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188041,16 +188041,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -188062,7 +188062,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -188119,20 +188119,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -188143,11 +188143,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -188224,8 +188224,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188233,16 +188233,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -188254,7 +188254,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -188703,7 +188703,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188711,7 +188711,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -188732,7 +188732,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -188789,20 +188789,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -188813,11 +188813,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -188895,7 +188895,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188903,16 +188903,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -188924,7 +188924,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -188981,20 +188981,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -189005,11 +189005,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -189086,8 +189086,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189095,16 +189095,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -189116,7 +189116,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -189565,7 +189565,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189573,7 +189573,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -189594,7 +189594,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -189651,20 +189651,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -189675,11 +189675,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -189757,7 +189757,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189765,16 +189765,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -189786,7 +189786,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -189843,20 +189843,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -189867,11 +189867,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -189948,8 +189948,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189957,16 +189957,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -189978,7 +189978,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -190427,7 +190427,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -190435,7 +190435,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -190456,7 +190456,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -190513,20 +190513,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -190537,11 +190537,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -190619,7 +190619,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -190627,16 +190627,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -190648,7 +190648,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -190705,20 +190705,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -190729,11 +190729,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -190810,8 +190810,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -190819,16 +190819,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -190840,7 +190840,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -191289,7 +191289,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -191297,7 +191297,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -191318,7 +191318,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -191375,20 +191375,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -191399,11 +191399,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -191481,7 +191481,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -191489,16 +191489,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -191510,7 +191510,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -191567,20 +191567,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -191591,11 +191591,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -191672,8 +191672,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -191681,16 +191681,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -191702,7 +191702,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -192151,7 +192151,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -192159,7 +192159,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -192180,7 +192180,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -192237,20 +192237,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -192261,11 +192261,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -192343,7 +192343,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -192351,16 +192351,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -192372,7 +192372,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -192429,20 +192429,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -192453,11 +192453,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -192534,8 +192534,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -192543,16 +192543,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -192564,7 +192564,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -193013,7 +193013,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193021,7 +193021,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -193042,7 +193042,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -193099,20 +193099,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -193123,11 +193123,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -193205,7 +193205,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193213,16 +193213,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -193234,7 +193234,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -193291,20 +193291,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -193315,11 +193315,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -193396,8 +193396,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193405,16 +193405,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -193426,7 +193426,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -193875,7 +193875,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193883,7 +193883,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -193904,7 +193904,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -193961,20 +193961,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -193985,11 +193985,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -194067,7 +194067,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194075,16 +194075,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -194096,7 +194096,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -194153,20 +194153,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -194177,11 +194177,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -194258,8 +194258,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194267,16 +194267,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -194288,7 +194288,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -194737,7 +194737,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194745,7 +194745,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -194766,7 +194766,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -194823,20 +194823,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -194847,11 +194847,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -194929,7 +194929,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194937,16 +194937,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -194958,7 +194958,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -195015,20 +195015,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -195039,11 +195039,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -195120,8 +195120,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195129,16 +195129,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -195150,7 +195150,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -195599,7 +195599,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195607,7 +195607,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -195628,7 +195628,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -195685,20 +195685,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -195709,11 +195709,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -195791,7 +195791,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195799,16 +195799,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -195820,7 +195820,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -195877,20 +195877,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -195901,11 +195901,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -195982,8 +195982,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195991,16 +195991,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -196012,7 +196012,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -196461,7 +196461,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -196469,7 +196469,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -196490,7 +196490,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -196547,20 +196547,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -196571,11 +196571,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -196653,7 +196653,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -196661,16 +196661,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -196682,7 +196682,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -196739,20 +196739,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -196763,11 +196763,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -196844,8 +196844,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -196853,16 +196853,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -196874,7 +196874,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -197323,7 +197323,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -197331,7 +197331,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -197352,7 +197352,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -197409,20 +197409,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -197433,11 +197433,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -197515,7 +197515,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -197523,16 +197523,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -197544,7 +197544,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -197601,20 +197601,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -197625,11 +197625,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -197706,8 +197706,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -197715,16 +197715,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -197736,7 +197736,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -198185,7 +198185,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -198193,7 +198193,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -198214,7 +198214,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -198271,20 +198271,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -198295,11 +198295,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -198377,7 +198377,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -198385,16 +198385,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -198406,7 +198406,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -198463,20 +198463,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -198487,11 +198487,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -198568,8 +198568,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -198577,16 +198577,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -198598,7 +198598,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -199047,7 +199047,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199055,7 +199055,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -199076,7 +199076,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -199133,20 +199133,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -199157,11 +199157,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -199239,7 +199239,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199247,16 +199247,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -199268,7 +199268,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -199325,20 +199325,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -199349,11 +199349,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -199430,8 +199430,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199439,16 +199439,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -199460,7 +199460,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -199909,7 +199909,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199917,7 +199917,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -199938,7 +199938,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -199995,20 +199995,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -200019,11 +200019,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -200101,7 +200101,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200109,16 +200109,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -200130,7 +200130,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -200187,20 +200187,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -200211,11 +200211,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -200292,8 +200292,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200301,16 +200301,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -200322,7 +200322,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -200771,7 +200771,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200779,7 +200779,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -200800,7 +200800,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -200857,20 +200857,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -200881,11 +200881,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -200963,7 +200963,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200971,16 +200971,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -200992,7 +200992,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -201049,20 +201049,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -201073,11 +201073,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -201154,8 +201154,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -201163,16 +201163,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -201184,7 +201184,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -201633,7 +201633,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -201641,7 +201641,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -201662,7 +201662,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -201719,20 +201719,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -201743,11 +201743,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -201825,7 +201825,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -201833,16 +201833,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -201854,7 +201854,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -201911,20 +201911,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -201935,11 +201935,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -202016,8 +202016,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202025,16 +202025,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -202046,7 +202046,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -202495,7 +202495,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202503,7 +202503,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -202524,7 +202524,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -202581,20 +202581,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -202605,11 +202605,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -202687,7 +202687,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202695,16 +202695,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -202716,7 +202716,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -202773,20 +202773,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -202797,11 +202797,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -202878,8 +202878,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202887,16 +202887,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -202908,7 +202908,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -203357,7 +203357,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -203365,7 +203365,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -203386,7 +203386,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -203443,20 +203443,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -203467,11 +203467,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -203549,7 +203549,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -203557,16 +203557,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -203578,7 +203578,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -203635,20 +203635,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -203659,11 +203659,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -203740,8 +203740,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -203749,16 +203749,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -203770,7 +203770,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -204219,7 +204219,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -204227,7 +204227,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -204248,7 +204248,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -204305,20 +204305,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -204329,11 +204329,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -204411,7 +204411,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -204419,16 +204419,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -204440,7 +204440,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -204497,20 +204497,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -204521,11 +204521,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -204602,8 +204602,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -204611,16 +204611,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -204632,7 +204632,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -205081,7 +205081,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205089,7 +205089,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -205110,7 +205110,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -205167,20 +205167,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -205191,11 +205191,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -205273,7 +205273,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205281,16 +205281,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -205302,7 +205302,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -205359,20 +205359,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -205383,11 +205383,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -205464,8 +205464,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205473,16 +205473,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -205494,7 +205494,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -205943,7 +205943,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205951,7 +205951,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -205972,7 +205972,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -206029,20 +206029,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -206053,11 +206053,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -206135,7 +206135,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -206143,16 +206143,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -206164,7 +206164,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -206221,20 +206221,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -206245,11 +206245,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -206326,8 +206326,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -206335,16 +206335,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -206356,7 +206356,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -206805,7 +206805,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -206813,7 +206813,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -206834,7 +206834,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -206891,20 +206891,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -206915,11 +206915,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -206997,7 +206997,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207005,16 +207005,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -207026,7 +207026,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -207083,20 +207083,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -207107,11 +207107,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -207188,8 +207188,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207197,16 +207197,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -207218,7 +207218,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -207667,7 +207667,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207675,7 +207675,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -207696,7 +207696,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -207753,20 +207753,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -207777,11 +207777,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -207859,7 +207859,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207867,16 +207867,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -207888,7 +207888,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -207945,20 +207945,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -207969,11 +207969,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -208050,8 +208050,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208059,16 +208059,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -208080,7 +208080,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -208529,7 +208529,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208537,7 +208537,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -208558,7 +208558,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -208615,20 +208615,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -208639,11 +208639,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -208721,7 +208721,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208729,16 +208729,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -208750,7 +208750,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -208807,20 +208807,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -208831,11 +208831,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -208912,8 +208912,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208921,16 +208921,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -208942,7 +208942,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -209391,7 +209391,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -209399,7 +209399,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -209420,7 +209420,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -209477,20 +209477,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -209501,11 +209501,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -209583,7 +209583,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -209591,16 +209591,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -209612,7 +209612,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -209669,20 +209669,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -209693,11 +209693,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -209774,8 +209774,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -209783,16 +209783,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -209804,7 +209804,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -210253,7 +210253,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -210261,7 +210261,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -210282,7 +210282,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -210339,20 +210339,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -210363,11 +210363,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -210445,7 +210445,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -210453,16 +210453,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -210474,7 +210474,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -210531,20 +210531,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -210555,11 +210555,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -210636,8 +210636,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -210645,16 +210645,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -210666,7 +210666,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -211115,7 +211115,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211123,7 +211123,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -211144,7 +211144,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -211201,20 +211201,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -211225,11 +211225,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -211307,7 +211307,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211315,16 +211315,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -211336,7 +211336,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -211393,20 +211393,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -211417,11 +211417,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -211498,8 +211498,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211507,16 +211507,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -211528,7 +211528,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -211977,7 +211977,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211985,7 +211985,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -212006,7 +212006,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -212063,20 +212063,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -212087,11 +212087,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -212169,7 +212169,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -212177,16 +212177,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -212198,7 +212198,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -212255,20 +212255,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -212279,11 +212279,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -212360,8 +212360,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -212369,16 +212369,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -212390,7 +212390,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -212839,7 +212839,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -212847,7 +212847,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -212868,7 +212868,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -212925,20 +212925,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -212949,11 +212949,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -213031,7 +213031,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213039,16 +213039,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -213060,7 +213060,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -213117,20 +213117,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -213141,11 +213141,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -213222,8 +213222,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213231,16 +213231,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -213252,7 +213252,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -213701,7 +213701,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213709,7 +213709,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -213730,7 +213730,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -213787,20 +213787,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -213811,11 +213811,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -213893,7 +213893,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213901,16 +213901,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -213922,7 +213922,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -213979,20 +213979,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -214003,11 +214003,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -214084,8 +214084,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214093,16 +214093,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -214114,7 +214114,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -214563,7 +214563,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214571,7 +214571,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -214592,7 +214592,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -214649,20 +214649,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -214673,11 +214673,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -214755,7 +214755,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214763,16 +214763,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -214784,7 +214784,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -214841,20 +214841,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -214865,11 +214865,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -214946,8 +214946,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214955,16 +214955,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -214976,7 +214976,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -215425,7 +215425,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -215433,7 +215433,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -215454,7 +215454,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -215511,20 +215511,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -215535,11 +215535,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -215617,7 +215617,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -215625,16 +215625,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -215646,7 +215646,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -215703,20 +215703,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -215727,11 +215727,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -215808,8 +215808,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -215817,16 +215817,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -215838,7 +215838,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -216287,7 +216287,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -216295,7 +216295,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -216316,7 +216316,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -216373,20 +216373,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -216397,11 +216397,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -216479,7 +216479,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -216487,16 +216487,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -216508,7 +216508,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -216565,20 +216565,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -216589,11 +216589,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -216670,8 +216670,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -216679,16 +216679,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -216700,7 +216700,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -217149,7 +217149,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -217157,7 +217157,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -217178,7 +217178,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -217235,20 +217235,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -217259,11 +217259,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -217341,7 +217341,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -217349,16 +217349,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -217370,7 +217370,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -217427,20 +217427,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -217451,11 +217451,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -217532,8 +217532,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -217541,16 +217541,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -217562,7 +217562,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -218011,7 +218011,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218019,7 +218019,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -218040,7 +218040,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -218097,20 +218097,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -218121,11 +218121,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -218203,7 +218203,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218211,16 +218211,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -218232,7 +218232,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -218289,20 +218289,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -218313,11 +218313,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -218394,8 +218394,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218403,16 +218403,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -218424,7 +218424,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -218873,7 +218873,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218881,7 +218881,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -218902,7 +218902,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -218959,20 +218959,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -218983,11 +218983,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -219065,7 +219065,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219073,16 +219073,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -219094,7 +219094,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -219151,20 +219151,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -219175,11 +219175,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -219256,8 +219256,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219265,16 +219265,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -219286,7 +219286,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -219735,7 +219735,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219743,7 +219743,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -219764,7 +219764,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -219821,20 +219821,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -219845,11 +219845,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -219927,7 +219927,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219935,16 +219935,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -219956,7 +219956,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -220013,20 +220013,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -220037,11 +220037,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -220118,8 +220118,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220127,16 +220127,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -220148,7 +220148,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -220597,7 +220597,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220605,7 +220605,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -220626,7 +220626,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -220683,20 +220683,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -220707,11 +220707,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -220789,7 +220789,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220797,16 +220797,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -220818,7 +220818,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -220875,20 +220875,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -220899,11 +220899,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -220980,8 +220980,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220989,16 +220989,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -221010,7 +221010,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -221459,7 +221459,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -221467,7 +221467,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -221488,7 +221488,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -221545,20 +221545,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -221569,11 +221569,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -221651,7 +221651,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -221659,16 +221659,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -221680,7 +221680,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -221737,20 +221737,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -221761,11 +221761,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -221842,8 +221842,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -221851,16 +221851,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -221872,7 +221872,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -222321,7 +222321,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -222329,7 +222329,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -222350,7 +222350,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -222407,20 +222407,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -222431,11 +222431,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -222513,7 +222513,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -222521,16 +222521,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -222542,7 +222542,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -222599,20 +222599,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -222623,11 +222623,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -222704,8 +222704,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -222713,16 +222713,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -222734,7 +222734,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -223183,7 +223183,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -223191,7 +223191,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -223212,7 +223212,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -223269,20 +223269,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -223293,11 +223293,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -223375,7 +223375,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -223383,16 +223383,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -223404,7 +223404,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -223461,20 +223461,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -223485,11 +223485,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -223566,8 +223566,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -223575,16 +223575,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -223596,7 +223596,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -224045,7 +224045,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224053,7 +224053,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -224074,7 +224074,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -224131,20 +224131,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -224155,11 +224155,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -224237,7 +224237,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224245,16 +224245,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -224266,7 +224266,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -224323,20 +224323,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -224347,11 +224347,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -224428,8 +224428,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224437,16 +224437,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -224458,7 +224458,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -224907,7 +224907,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224915,7 +224915,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -224936,7 +224936,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -224993,20 +224993,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -225017,11 +225017,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -225099,7 +225099,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225107,16 +225107,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -225128,7 +225128,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -225185,20 +225185,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -225209,11 +225209,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -225290,8 +225290,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225299,16 +225299,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -225320,7 +225320,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -225769,7 +225769,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225777,7 +225777,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -225798,7 +225798,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -225855,20 +225855,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -225879,11 +225879,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -225961,7 +225961,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225969,16 +225969,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -225990,7 +225990,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -226047,20 +226047,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -226071,11 +226071,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -226152,8 +226152,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -226161,16 +226161,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -226182,7 +226182,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -226631,7 +226631,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -226639,7 +226639,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -226660,7 +226660,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -226717,20 +226717,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -226741,11 +226741,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -226823,7 +226823,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -226831,16 +226831,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -226852,7 +226852,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -226909,20 +226909,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -226933,11 +226933,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -227014,8 +227014,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227023,16 +227023,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -227044,7 +227044,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -227493,7 +227493,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227501,7 +227501,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -227522,7 +227522,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -227579,20 +227579,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -227603,11 +227603,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -227685,7 +227685,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227693,16 +227693,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -227714,7 +227714,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -227771,20 +227771,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -227795,11 +227795,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -227876,8 +227876,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227885,16 +227885,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -227906,7 +227906,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -228355,7 +228355,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -228363,7 +228363,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -228384,7 +228384,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -228441,20 +228441,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -228465,11 +228465,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -228547,7 +228547,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -228555,16 +228555,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -228576,7 +228576,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -228633,20 +228633,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -228657,11 +228657,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -228738,8 +228738,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -228747,16 +228747,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -228768,7 +228768,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -229217,7 +229217,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -229225,7 +229225,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -229246,7 +229246,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -229303,20 +229303,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -229327,11 +229327,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -229409,7 +229409,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -229417,16 +229417,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -229438,7 +229438,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -229495,20 +229495,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -229519,11 +229519,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -229600,8 +229600,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -229609,16 +229609,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -229630,7 +229630,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -230079,7 +230079,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230087,7 +230087,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -230108,7 +230108,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -230165,20 +230165,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -230189,11 +230189,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -230271,7 +230271,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230279,16 +230279,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -230300,7 +230300,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -230357,20 +230357,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -230381,11 +230381,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -230462,8 +230462,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230471,16 +230471,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -230492,7 +230492,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -230941,7 +230941,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230949,7 +230949,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { "r": 1, @@ -230970,7 +230970,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -231027,20 +231027,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 104.5 + "x": 75.5, + "y": 105.5 }, "OffsetMin": { - "x": -45, - "y": 83.5 + "x": -49.5, + "y": 80.5 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 116, - "y": 21 + "x": 125, + "y": 25 }, "UIMode": 1, "UIScale": { @@ -231051,11 +231051,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 13, - "y": 94 + "y": 93 }, "Position": { "x": 13, - "y": 94, + "y": 93, "z": 0 }, "QuaternionRotation": { @@ -231133,7 +231133,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": false, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -231141,16 +231141,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 1, + "g": 0.92, + "b": 0.62, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -231162,7 +231162,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { @@ -231219,20 +231219,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 66, - "y": -48 + "x": 69.5, + "y": -38 }, "OffsetMin": { - "x": -66, - "y": -102 + "x": -69.5, + "y": -106 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 132, - "y": 54 + "x": 139, + "y": 68 }, "UIMode": 1, "UIScale": { @@ -231243,11 +231243,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -75 + "y": -72 }, "Position": { "x": 0, - "y": -75, + "y": -72, "z": 0 }, "QuaternionRotation": { @@ -231324,8 +231324,8 @@ { "@type": "MOD.Core.TextComponent", "Alignment": 4, - "Bold": false, - "DropShadow": false, + "Bold": true, + "DropShadow": true, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -231333,16 +231333,16 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 32, + "DropShadowDistance": 18, "Font": 0, "FontColor": { - "r": 0.13, - "g": 0.11, - "b": 0.09, + "r": 0.98, + "g": 0.96, + "b": 0.9, "a": 1 }, - "FontSize": 14, - "MaxSize": 14, + "FontSize": 12, + "MaxSize": 12, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -231354,7 +231354,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": true, "Padding": { From 709e6f8f99ccbce25d38e8f512c87e1db291fd86 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sun, 14 Jun 2026 21:26:51 +0900 Subject: [PATCH 04/14] =?UTF-8?q?fix(ui):=20=EC=B9=B4=EB=93=9C=20=ED=85=8D?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EA=B7=B8=EB=A6=BC=EC=9E=90=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/deck/gen-slaydeck.mjs | 6 +- ui/DefaultGroup.ui | 2352 +++++++++++++++++------------------ 2 files changed, 1179 insertions(+), 1179 deletions(-) diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 5fac7f9..0006a6c 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -226,9 +226,9 @@ function cardFaceLayout(W) { const r = (v) => Math.round(v * s); return { texts: [ - ['Cost', { size: { x: r(40), y: r(40) }, pos: { x: r(-70), y: r(104) }, fontSize: r(24), bold: true, color: WHITE, dropShadow: true, outlineWidth: 2 }], - ['Name', { size: { x: r(142), y: r(28) }, pos: { x: r(15), y: r(106) }, fontSize: r(17), bold: true, color: CARD_NAME_TEXT, dropShadow: true, outlineWidth: 2 }], - ['Desc', { size: { x: r(158), y: r(78) }, pos: { x: 0, y: r(-82) }, fontSize: r(14), bold: true, color: CARD_DESC_TEXT, dropShadow: true, outlineWidth: 2 }], + ['Cost', { size: { x: r(40), y: r(40) }, pos: { x: r(-70), y: r(104) }, fontSize: r(24), bold: true, color: WHITE, dropShadow: false, outlineWidth: 2 }], + ['Name', { size: { x: r(142), y: r(28) }, pos: { x: r(15), y: r(106) }, fontSize: r(17), bold: true, color: CARD_NAME_TEXT, dropShadow: false, outlineWidth: 2 }], + ['Desc', { size: { x: r(158), y: r(78) }, pos: { x: 0, y: r(-82) }, fontSize: r(14), bold: true, color: CARD_DESC_TEXT, dropShadow: false, outlineWidth: 2 }], ], art: { size: { x: r(112), y: r(112) }, pos: { x: 0, y: r(17) } }, }; diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index 9432b1a..fe74595 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -1539,7 +1539,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -1547,7 +1547,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -1727,7 +1727,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -1735,7 +1735,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -1915,7 +1915,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -1923,7 +1923,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -2295,7 +2295,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -2303,7 +2303,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -2483,7 +2483,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -2491,7 +2491,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -2671,7 +2671,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -2679,7 +2679,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -3051,7 +3051,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3059,7 +3059,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -3239,7 +3239,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3247,7 +3247,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -3427,7 +3427,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3435,7 +3435,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -3807,7 +3807,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -3815,7 +3815,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -3995,7 +3995,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4003,7 +4003,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -4183,7 +4183,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4191,7 +4191,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -4563,7 +4563,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4571,7 +4571,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -4751,7 +4751,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4759,7 +4759,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -4939,7 +4939,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -4947,7 +4947,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -6024,7 +6024,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6032,7 +6032,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -6212,7 +6212,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6220,7 +6220,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -6400,7 +6400,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6408,7 +6408,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -6921,7 +6921,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -6929,7 +6929,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -7109,7 +7109,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -7117,7 +7117,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -7297,7 +7297,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -7305,7 +7305,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -7818,7 +7818,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -7826,7 +7826,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -8006,7 +8006,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8014,7 +8014,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -8194,7 +8194,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8202,7 +8202,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -8715,7 +8715,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8723,7 +8723,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -8903,7 +8903,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -8911,7 +8911,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -9091,7 +9091,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9099,7 +9099,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -9612,7 +9612,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9620,7 +9620,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -9800,7 +9800,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9808,7 +9808,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -9988,7 +9988,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -9996,7 +9996,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -27724,7 +27724,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -27732,7 +27732,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -27912,7 +27912,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -27920,7 +27920,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -28100,7 +28100,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -28108,7 +28108,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -28621,7 +28621,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -28629,7 +28629,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -28809,7 +28809,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -28817,7 +28817,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -28997,7 +28997,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29005,7 +29005,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -29518,7 +29518,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29526,7 +29526,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -29706,7 +29706,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29714,7 +29714,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -29894,7 +29894,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -29902,7 +29902,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -63879,7 +63879,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -63887,7 +63887,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -64067,7 +64067,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -64075,7 +64075,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -64255,7 +64255,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -64263,7 +64263,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -64964,7 +64964,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -64972,7 +64972,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -65152,7 +65152,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -65160,7 +65160,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -65340,7 +65340,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -65348,7 +65348,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -66049,7 +66049,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -66057,7 +66057,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -66237,7 +66237,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -66245,7 +66245,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -66425,7 +66425,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -66433,7 +66433,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -74820,7 +74820,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -74828,7 +74828,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -75012,7 +75012,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75020,7 +75020,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -75204,7 +75204,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75212,7 +75212,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -75682,7 +75682,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75690,7 +75690,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -75874,7 +75874,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -75882,7 +75882,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -76066,7 +76066,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76074,7 +76074,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -76544,7 +76544,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76552,7 +76552,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -76736,7 +76736,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76744,7 +76744,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -76928,7 +76928,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -76936,7 +76936,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -77406,7 +77406,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -77414,7 +77414,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -77598,7 +77598,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -77606,7 +77606,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -77790,7 +77790,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -77798,7 +77798,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -78268,7 +78268,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -78276,7 +78276,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -78460,7 +78460,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -78468,7 +78468,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -78652,7 +78652,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -78660,7 +78660,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -79130,7 +79130,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -79138,7 +79138,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -79322,7 +79322,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -79330,7 +79330,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -79514,7 +79514,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -79522,7 +79522,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -79992,7 +79992,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80000,7 +80000,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -80184,7 +80184,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80192,7 +80192,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -80376,7 +80376,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80384,7 +80384,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -80854,7 +80854,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -80862,7 +80862,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -81046,7 +81046,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81054,7 +81054,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -81238,7 +81238,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81246,7 +81246,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -81716,7 +81716,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81724,7 +81724,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -81908,7 +81908,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -81916,7 +81916,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -82100,7 +82100,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82108,7 +82108,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -82578,7 +82578,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82586,7 +82586,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -82770,7 +82770,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82778,7 +82778,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -82962,7 +82962,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -82970,7 +82970,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -83440,7 +83440,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -83448,7 +83448,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -83632,7 +83632,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -83640,7 +83640,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -83824,7 +83824,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -83832,7 +83832,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -84302,7 +84302,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -84310,7 +84310,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -84494,7 +84494,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -84502,7 +84502,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -84686,7 +84686,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -84694,7 +84694,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -85164,7 +85164,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -85172,7 +85172,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -85356,7 +85356,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -85364,7 +85364,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -85548,7 +85548,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -85556,7 +85556,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -86026,7 +86026,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86034,7 +86034,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -86218,7 +86218,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86226,7 +86226,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -86410,7 +86410,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86418,7 +86418,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -86888,7 +86888,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -86896,7 +86896,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -87080,7 +87080,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87088,7 +87088,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -87272,7 +87272,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87280,7 +87280,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -87750,7 +87750,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87758,7 +87758,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -87942,7 +87942,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -87950,7 +87950,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -88134,7 +88134,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -88142,7 +88142,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -88612,7 +88612,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -88620,7 +88620,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -88804,7 +88804,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -88812,7 +88812,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -88996,7 +88996,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89004,7 +89004,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -89474,7 +89474,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89482,7 +89482,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -89666,7 +89666,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89674,7 +89674,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -89858,7 +89858,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -89866,7 +89866,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -90336,7 +90336,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -90344,7 +90344,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -90528,7 +90528,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -90536,7 +90536,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -90720,7 +90720,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -90728,7 +90728,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -91198,7 +91198,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -91206,7 +91206,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -91390,7 +91390,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -91398,7 +91398,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -91582,7 +91582,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -91590,7 +91590,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -92060,7 +92060,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92068,7 +92068,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -92252,7 +92252,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92260,7 +92260,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -92444,7 +92444,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92452,7 +92452,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -92922,7 +92922,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -92930,7 +92930,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -93114,7 +93114,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93122,7 +93122,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -93306,7 +93306,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93314,7 +93314,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -93784,7 +93784,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93792,7 +93792,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -93976,7 +93976,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -93984,7 +93984,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -94168,7 +94168,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -94176,7 +94176,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -94646,7 +94646,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -94654,7 +94654,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -94838,7 +94838,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -94846,7 +94846,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -95030,7 +95030,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95038,7 +95038,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -95508,7 +95508,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95516,7 +95516,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -95700,7 +95700,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95708,7 +95708,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -95892,7 +95892,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -95900,7 +95900,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -96370,7 +96370,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -96378,7 +96378,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -96562,7 +96562,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -96570,7 +96570,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -96754,7 +96754,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -96762,7 +96762,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -97232,7 +97232,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -97240,7 +97240,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -97424,7 +97424,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -97432,7 +97432,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -97616,7 +97616,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -97624,7 +97624,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -98094,7 +98094,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98102,7 +98102,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -98286,7 +98286,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98294,7 +98294,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -98478,7 +98478,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98486,7 +98486,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -98956,7 +98956,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -98964,7 +98964,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -99148,7 +99148,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -99156,7 +99156,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -99340,7 +99340,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -99348,7 +99348,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -99818,7 +99818,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -99826,7 +99826,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -100010,7 +100010,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100018,7 +100018,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -100202,7 +100202,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100210,7 +100210,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -100680,7 +100680,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100688,7 +100688,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -100872,7 +100872,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -100880,7 +100880,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -101064,7 +101064,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101072,7 +101072,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -101542,7 +101542,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101550,7 +101550,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -101734,7 +101734,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101742,7 +101742,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -101926,7 +101926,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -101934,7 +101934,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -102404,7 +102404,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -102412,7 +102412,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -102596,7 +102596,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -102604,7 +102604,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -102788,7 +102788,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -102796,7 +102796,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -103266,7 +103266,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -103274,7 +103274,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -103458,7 +103458,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -103466,7 +103466,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -103650,7 +103650,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -103658,7 +103658,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -104128,7 +104128,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104136,7 +104136,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -104320,7 +104320,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104328,7 +104328,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -104512,7 +104512,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104520,7 +104520,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -104990,7 +104990,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -104998,7 +104998,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -105182,7 +105182,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -105190,7 +105190,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -105374,7 +105374,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -105382,7 +105382,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -105852,7 +105852,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -105860,7 +105860,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -106044,7 +106044,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106052,7 +106052,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -106236,7 +106236,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106244,7 +106244,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -106714,7 +106714,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106722,7 +106722,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -106906,7 +106906,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -106914,7 +106914,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -107098,7 +107098,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107106,7 +107106,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -107576,7 +107576,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107584,7 +107584,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -107768,7 +107768,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107776,7 +107776,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -107960,7 +107960,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -107968,7 +107968,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -108438,7 +108438,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -108446,7 +108446,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -108630,7 +108630,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -108638,7 +108638,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -108822,7 +108822,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -108830,7 +108830,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -109300,7 +109300,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -109308,7 +109308,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -109492,7 +109492,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -109500,7 +109500,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -109684,7 +109684,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -109692,7 +109692,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -110162,7 +110162,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -110170,7 +110170,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -110354,7 +110354,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -110362,7 +110362,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -110546,7 +110546,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -110554,7 +110554,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -111024,7 +111024,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111032,7 +111032,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -111216,7 +111216,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111224,7 +111224,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -111408,7 +111408,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111416,7 +111416,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -111886,7 +111886,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -111894,7 +111894,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -112078,7 +112078,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112086,7 +112086,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -112270,7 +112270,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112278,7 +112278,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -112748,7 +112748,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112756,7 +112756,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -112940,7 +112940,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -112948,7 +112948,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -113132,7 +113132,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -113140,7 +113140,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -113610,7 +113610,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -113618,7 +113618,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -113802,7 +113802,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -113810,7 +113810,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -113994,7 +113994,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114002,7 +114002,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -114472,7 +114472,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114480,7 +114480,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -114664,7 +114664,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114672,7 +114672,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -114856,7 +114856,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -114864,7 +114864,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -115334,7 +115334,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -115342,7 +115342,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -115526,7 +115526,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -115534,7 +115534,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -115718,7 +115718,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -115726,7 +115726,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -116196,7 +116196,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -116204,7 +116204,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -116388,7 +116388,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -116396,7 +116396,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -116580,7 +116580,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -116588,7 +116588,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -117058,7 +117058,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117066,7 +117066,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -117250,7 +117250,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117258,7 +117258,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -117442,7 +117442,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117450,7 +117450,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -117920,7 +117920,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -117928,7 +117928,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -118112,7 +118112,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118120,7 +118120,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -118304,7 +118304,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118312,7 +118312,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -118782,7 +118782,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118790,7 +118790,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -118974,7 +118974,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -118982,7 +118982,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -119166,7 +119166,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -119174,7 +119174,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -119644,7 +119644,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -119652,7 +119652,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -119836,7 +119836,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -119844,7 +119844,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -120028,7 +120028,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120036,7 +120036,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -120506,7 +120506,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120514,7 +120514,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -120698,7 +120698,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120706,7 +120706,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -120890,7 +120890,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -120898,7 +120898,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -121368,7 +121368,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -121376,7 +121376,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -121560,7 +121560,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -121568,7 +121568,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -121752,7 +121752,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -121760,7 +121760,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -122230,7 +122230,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -122238,7 +122238,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -122422,7 +122422,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -122430,7 +122430,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -122614,7 +122614,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -122622,7 +122622,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -123092,7 +123092,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123100,7 +123100,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -123284,7 +123284,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123292,7 +123292,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -123476,7 +123476,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123484,7 +123484,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -123954,7 +123954,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -123962,7 +123962,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -124146,7 +124146,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -124154,7 +124154,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -124338,7 +124338,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -124346,7 +124346,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -124816,7 +124816,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -124824,7 +124824,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -125008,7 +125008,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125016,7 +125016,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -125200,7 +125200,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125208,7 +125208,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -125678,7 +125678,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125686,7 +125686,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -125870,7 +125870,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -125878,7 +125878,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -126062,7 +126062,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -126070,7 +126070,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -128363,7 +128363,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -128371,7 +128371,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -128555,7 +128555,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -128563,7 +128563,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -128747,7 +128747,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -128755,7 +128755,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -129225,7 +129225,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -129233,7 +129233,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -129417,7 +129417,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -129425,7 +129425,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -129609,7 +129609,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -129617,7 +129617,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -130087,7 +130087,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130095,7 +130095,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -130279,7 +130279,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130287,7 +130287,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -130471,7 +130471,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130479,7 +130479,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -130949,7 +130949,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -130957,7 +130957,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -131141,7 +131141,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -131149,7 +131149,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -131333,7 +131333,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -131341,7 +131341,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -131811,7 +131811,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -131819,7 +131819,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -132003,7 +132003,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132011,7 +132011,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -132195,7 +132195,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132203,7 +132203,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -132673,7 +132673,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132681,7 +132681,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -132865,7 +132865,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -132873,7 +132873,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -133057,7 +133057,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133065,7 +133065,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -133535,7 +133535,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133543,7 +133543,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -133727,7 +133727,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133735,7 +133735,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -133919,7 +133919,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -133927,7 +133927,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -134397,7 +134397,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -134405,7 +134405,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -134589,7 +134589,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -134597,7 +134597,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -134781,7 +134781,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -134789,7 +134789,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -135259,7 +135259,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -135267,7 +135267,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -135451,7 +135451,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -135459,7 +135459,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -135643,7 +135643,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -135651,7 +135651,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -136121,7 +136121,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136129,7 +136129,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -136313,7 +136313,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136321,7 +136321,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -136505,7 +136505,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136513,7 +136513,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -136983,7 +136983,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -136991,7 +136991,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -137175,7 +137175,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -137183,7 +137183,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -137367,7 +137367,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -137375,7 +137375,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -137845,7 +137845,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -137853,7 +137853,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -138037,7 +138037,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138045,7 +138045,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -138229,7 +138229,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138237,7 +138237,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -138707,7 +138707,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138715,7 +138715,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -138899,7 +138899,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -138907,7 +138907,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -139091,7 +139091,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139099,7 +139099,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -139569,7 +139569,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139577,7 +139577,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -139761,7 +139761,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139769,7 +139769,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -139953,7 +139953,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -139961,7 +139961,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -140431,7 +140431,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -140439,7 +140439,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -140623,7 +140623,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -140631,7 +140631,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -140815,7 +140815,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -140823,7 +140823,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -141293,7 +141293,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -141301,7 +141301,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -141485,7 +141485,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -141493,7 +141493,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -141677,7 +141677,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -141685,7 +141685,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -142155,7 +142155,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -142163,7 +142163,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -142347,7 +142347,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -142355,7 +142355,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -142539,7 +142539,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -142547,7 +142547,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -143017,7 +143017,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143025,7 +143025,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -143209,7 +143209,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143217,7 +143217,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -143401,7 +143401,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143409,7 +143409,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -143879,7 +143879,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -143887,7 +143887,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -144071,7 +144071,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144079,7 +144079,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -144263,7 +144263,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144271,7 +144271,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -144741,7 +144741,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144749,7 +144749,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -144933,7 +144933,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -144941,7 +144941,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -145125,7 +145125,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145133,7 +145133,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -145603,7 +145603,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145611,7 +145611,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -145795,7 +145795,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145803,7 +145803,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -145987,7 +145987,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -145995,7 +145995,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -146465,7 +146465,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -146473,7 +146473,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -146657,7 +146657,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -146665,7 +146665,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -146849,7 +146849,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -146857,7 +146857,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -147327,7 +147327,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -147335,7 +147335,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -147519,7 +147519,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -147527,7 +147527,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -147711,7 +147711,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -147719,7 +147719,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -148189,7 +148189,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -148197,7 +148197,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -148381,7 +148381,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -148389,7 +148389,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -148573,7 +148573,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -148581,7 +148581,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -149051,7 +149051,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149059,7 +149059,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -149243,7 +149243,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149251,7 +149251,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -149435,7 +149435,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149443,7 +149443,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -149913,7 +149913,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -149921,7 +149921,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -150105,7 +150105,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150113,7 +150113,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -150297,7 +150297,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150305,7 +150305,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -150775,7 +150775,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150783,7 +150783,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -150967,7 +150967,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -150975,7 +150975,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -151159,7 +151159,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -151167,7 +151167,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -151637,7 +151637,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -151645,7 +151645,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -151829,7 +151829,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -151837,7 +151837,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -152021,7 +152021,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152029,7 +152029,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -152499,7 +152499,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152507,7 +152507,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -152691,7 +152691,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152699,7 +152699,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -152883,7 +152883,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -152891,7 +152891,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -153361,7 +153361,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -153369,7 +153369,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -153553,7 +153553,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -153561,7 +153561,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -153745,7 +153745,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -153753,7 +153753,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -154223,7 +154223,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -154231,7 +154231,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -154415,7 +154415,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -154423,7 +154423,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -154607,7 +154607,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -154615,7 +154615,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -155085,7 +155085,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155093,7 +155093,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -155277,7 +155277,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155285,7 +155285,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -155469,7 +155469,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155477,7 +155477,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -155947,7 +155947,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -155955,7 +155955,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -156139,7 +156139,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -156147,7 +156147,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -156331,7 +156331,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -156339,7 +156339,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -156809,7 +156809,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -156817,7 +156817,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -157001,7 +157001,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157009,7 +157009,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -157193,7 +157193,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157201,7 +157201,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -157671,7 +157671,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157679,7 +157679,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -157863,7 +157863,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -157871,7 +157871,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -158055,7 +158055,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158063,7 +158063,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -158533,7 +158533,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158541,7 +158541,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -158725,7 +158725,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158733,7 +158733,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -158917,7 +158917,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -158925,7 +158925,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -159395,7 +159395,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -159403,7 +159403,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -159587,7 +159587,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -159595,7 +159595,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -159779,7 +159779,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -159787,7 +159787,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -160257,7 +160257,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -160265,7 +160265,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -160449,7 +160449,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -160457,7 +160457,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -160641,7 +160641,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -160649,7 +160649,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -161119,7 +161119,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161127,7 +161127,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -161311,7 +161311,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161319,7 +161319,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -161503,7 +161503,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161511,7 +161511,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -161981,7 +161981,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -161989,7 +161989,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -162173,7 +162173,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -162181,7 +162181,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -162365,7 +162365,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -162373,7 +162373,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -162843,7 +162843,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -162851,7 +162851,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -163035,7 +163035,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163043,7 +163043,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -163227,7 +163227,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163235,7 +163235,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -163705,7 +163705,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163713,7 +163713,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -163897,7 +163897,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -163905,7 +163905,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -164089,7 +164089,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164097,7 +164097,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -164567,7 +164567,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164575,7 +164575,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -164759,7 +164759,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164767,7 +164767,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -164951,7 +164951,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -164959,7 +164959,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -165429,7 +165429,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -165437,7 +165437,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -165621,7 +165621,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -165629,7 +165629,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -165813,7 +165813,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -165821,7 +165821,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -166291,7 +166291,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -166299,7 +166299,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -166483,7 +166483,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -166491,7 +166491,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -166675,7 +166675,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -166683,7 +166683,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -167153,7 +167153,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -167161,7 +167161,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -167345,7 +167345,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -167353,7 +167353,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -167537,7 +167537,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -167545,7 +167545,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -168015,7 +168015,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168023,7 +168023,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -168207,7 +168207,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168215,7 +168215,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -168399,7 +168399,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168407,7 +168407,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -168877,7 +168877,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -168885,7 +168885,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -169069,7 +169069,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169077,7 +169077,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -169261,7 +169261,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169269,7 +169269,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -169739,7 +169739,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169747,7 +169747,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -169931,7 +169931,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -169939,7 +169939,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -170123,7 +170123,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170131,7 +170131,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -170601,7 +170601,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170609,7 +170609,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -170793,7 +170793,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170801,7 +170801,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -170985,7 +170985,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -170993,7 +170993,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -171463,7 +171463,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -171471,7 +171471,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -171655,7 +171655,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -171663,7 +171663,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -171847,7 +171847,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -171855,7 +171855,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -172325,7 +172325,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -172333,7 +172333,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -172517,7 +172517,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -172525,7 +172525,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -172709,7 +172709,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -172717,7 +172717,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -173187,7 +173187,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -173195,7 +173195,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -173379,7 +173379,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -173387,7 +173387,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -173571,7 +173571,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -173579,7 +173579,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -174049,7 +174049,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174057,7 +174057,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -174241,7 +174241,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174249,7 +174249,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -174433,7 +174433,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174441,7 +174441,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -174911,7 +174911,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -174919,7 +174919,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -175103,7 +175103,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175111,7 +175111,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -175295,7 +175295,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175303,7 +175303,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -175773,7 +175773,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175781,7 +175781,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -175965,7 +175965,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -175973,7 +175973,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -176157,7 +176157,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -176165,7 +176165,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -176635,7 +176635,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -176643,7 +176643,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -176827,7 +176827,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -176835,7 +176835,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -177019,7 +177019,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177027,7 +177027,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -177497,7 +177497,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177505,7 +177505,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -177689,7 +177689,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177697,7 +177697,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -177881,7 +177881,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -177889,7 +177889,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -178359,7 +178359,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -178367,7 +178367,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -178551,7 +178551,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -178559,7 +178559,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -178743,7 +178743,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -178751,7 +178751,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -179221,7 +179221,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -179229,7 +179229,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -179413,7 +179413,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -179421,7 +179421,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -179605,7 +179605,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -179613,7 +179613,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -180083,7 +180083,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180091,7 +180091,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -180275,7 +180275,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180283,7 +180283,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -180467,7 +180467,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180475,7 +180475,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -180945,7 +180945,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -180953,7 +180953,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -181137,7 +181137,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -181145,7 +181145,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -181329,7 +181329,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -181337,7 +181337,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -181807,7 +181807,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -181815,7 +181815,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -181999,7 +181999,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182007,7 +182007,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -182191,7 +182191,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182199,7 +182199,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -182669,7 +182669,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182677,7 +182677,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -182861,7 +182861,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -182869,7 +182869,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -183053,7 +183053,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183061,7 +183061,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -183531,7 +183531,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183539,7 +183539,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -183723,7 +183723,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183731,7 +183731,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -183915,7 +183915,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -183923,7 +183923,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -184393,7 +184393,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -184401,7 +184401,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -184585,7 +184585,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -184593,7 +184593,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -184777,7 +184777,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -184785,7 +184785,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -185255,7 +185255,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -185263,7 +185263,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -185447,7 +185447,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -185455,7 +185455,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -185639,7 +185639,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -185647,7 +185647,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -186117,7 +186117,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186125,7 +186125,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -186309,7 +186309,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186317,7 +186317,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -186501,7 +186501,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186509,7 +186509,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -186979,7 +186979,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -186987,7 +186987,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -187171,7 +187171,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -187179,7 +187179,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -187363,7 +187363,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -187371,7 +187371,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -187841,7 +187841,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -187849,7 +187849,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -188033,7 +188033,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188041,7 +188041,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -188225,7 +188225,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188233,7 +188233,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -188703,7 +188703,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188711,7 +188711,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -188895,7 +188895,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -188903,7 +188903,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -189087,7 +189087,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189095,7 +189095,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -189565,7 +189565,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189573,7 +189573,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -189757,7 +189757,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189765,7 +189765,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -189949,7 +189949,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -189957,7 +189957,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -190427,7 +190427,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -190435,7 +190435,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -190619,7 +190619,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -190627,7 +190627,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -190811,7 +190811,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -190819,7 +190819,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -191289,7 +191289,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -191297,7 +191297,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -191481,7 +191481,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -191489,7 +191489,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -191673,7 +191673,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -191681,7 +191681,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -192151,7 +192151,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -192159,7 +192159,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -192343,7 +192343,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -192351,7 +192351,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -192535,7 +192535,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -192543,7 +192543,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -193013,7 +193013,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193021,7 +193021,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -193205,7 +193205,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193213,7 +193213,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -193397,7 +193397,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193405,7 +193405,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -193875,7 +193875,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -193883,7 +193883,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -194067,7 +194067,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194075,7 +194075,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -194259,7 +194259,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194267,7 +194267,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -194737,7 +194737,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194745,7 +194745,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -194929,7 +194929,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -194937,7 +194937,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -195121,7 +195121,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195129,7 +195129,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -195599,7 +195599,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195607,7 +195607,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -195791,7 +195791,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195799,7 +195799,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -195983,7 +195983,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -195991,7 +195991,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -196461,7 +196461,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -196469,7 +196469,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -196653,7 +196653,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -196661,7 +196661,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -196845,7 +196845,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -196853,7 +196853,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -197323,7 +197323,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -197331,7 +197331,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -197515,7 +197515,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -197523,7 +197523,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -197707,7 +197707,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -197715,7 +197715,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -198185,7 +198185,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -198193,7 +198193,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -198377,7 +198377,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -198385,7 +198385,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -198569,7 +198569,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -198577,7 +198577,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -199047,7 +199047,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199055,7 +199055,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -199239,7 +199239,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199247,7 +199247,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -199431,7 +199431,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199439,7 +199439,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -199909,7 +199909,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -199917,7 +199917,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -200101,7 +200101,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200109,7 +200109,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -200293,7 +200293,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200301,7 +200301,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -200771,7 +200771,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200779,7 +200779,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -200963,7 +200963,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -200971,7 +200971,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -201155,7 +201155,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -201163,7 +201163,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -201633,7 +201633,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -201641,7 +201641,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -201825,7 +201825,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -201833,7 +201833,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -202017,7 +202017,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202025,7 +202025,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -202495,7 +202495,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202503,7 +202503,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -202687,7 +202687,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202695,7 +202695,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -202879,7 +202879,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -202887,7 +202887,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -203357,7 +203357,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -203365,7 +203365,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -203549,7 +203549,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -203557,7 +203557,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -203741,7 +203741,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -203749,7 +203749,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -204219,7 +204219,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -204227,7 +204227,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -204411,7 +204411,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -204419,7 +204419,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -204603,7 +204603,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -204611,7 +204611,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -205081,7 +205081,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205089,7 +205089,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -205273,7 +205273,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205281,7 +205281,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -205465,7 +205465,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205473,7 +205473,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -205943,7 +205943,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -205951,7 +205951,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -206135,7 +206135,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -206143,7 +206143,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -206327,7 +206327,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -206335,7 +206335,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -206805,7 +206805,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -206813,7 +206813,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -206997,7 +206997,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207005,7 +207005,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -207189,7 +207189,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207197,7 +207197,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -207667,7 +207667,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207675,7 +207675,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -207859,7 +207859,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -207867,7 +207867,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -208051,7 +208051,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208059,7 +208059,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -208529,7 +208529,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208537,7 +208537,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -208721,7 +208721,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208729,7 +208729,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -208913,7 +208913,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -208921,7 +208921,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -209391,7 +209391,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -209399,7 +209399,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -209583,7 +209583,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -209591,7 +209591,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -209775,7 +209775,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -209783,7 +209783,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -210253,7 +210253,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -210261,7 +210261,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -210445,7 +210445,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -210453,7 +210453,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -210637,7 +210637,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -210645,7 +210645,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -211115,7 +211115,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211123,7 +211123,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -211307,7 +211307,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211315,7 +211315,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -211499,7 +211499,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211507,7 +211507,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -211977,7 +211977,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -211985,7 +211985,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -212169,7 +212169,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -212177,7 +212177,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -212361,7 +212361,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -212369,7 +212369,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -212839,7 +212839,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -212847,7 +212847,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -213031,7 +213031,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213039,7 +213039,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -213223,7 +213223,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213231,7 +213231,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -213701,7 +213701,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213709,7 +213709,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -213893,7 +213893,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -213901,7 +213901,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -214085,7 +214085,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214093,7 +214093,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -214563,7 +214563,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214571,7 +214571,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -214755,7 +214755,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214763,7 +214763,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -214947,7 +214947,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -214955,7 +214955,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -215425,7 +215425,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -215433,7 +215433,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -215617,7 +215617,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -215625,7 +215625,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -215809,7 +215809,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -215817,7 +215817,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -216287,7 +216287,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -216295,7 +216295,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -216479,7 +216479,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -216487,7 +216487,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -216671,7 +216671,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -216679,7 +216679,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -217149,7 +217149,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -217157,7 +217157,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -217341,7 +217341,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -217349,7 +217349,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -217533,7 +217533,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -217541,7 +217541,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -218011,7 +218011,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218019,7 +218019,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -218203,7 +218203,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218211,7 +218211,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -218395,7 +218395,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218403,7 +218403,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -218873,7 +218873,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -218881,7 +218881,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -219065,7 +219065,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219073,7 +219073,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -219257,7 +219257,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219265,7 +219265,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -219735,7 +219735,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219743,7 +219743,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -219927,7 +219927,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -219935,7 +219935,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -220119,7 +220119,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220127,7 +220127,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -220597,7 +220597,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220605,7 +220605,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -220789,7 +220789,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220797,7 +220797,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -220981,7 +220981,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -220989,7 +220989,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -221459,7 +221459,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -221467,7 +221467,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -221651,7 +221651,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -221659,7 +221659,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -221843,7 +221843,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -221851,7 +221851,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -222321,7 +222321,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -222329,7 +222329,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -222513,7 +222513,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -222521,7 +222521,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -222705,7 +222705,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -222713,7 +222713,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -223183,7 +223183,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -223191,7 +223191,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -223375,7 +223375,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -223383,7 +223383,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -223567,7 +223567,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -223575,7 +223575,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -224045,7 +224045,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224053,7 +224053,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -224237,7 +224237,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224245,7 +224245,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -224429,7 +224429,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224437,7 +224437,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -224907,7 +224907,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -224915,7 +224915,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -225099,7 +225099,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225107,7 +225107,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -225291,7 +225291,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225299,7 +225299,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -225769,7 +225769,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225777,7 +225777,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -225961,7 +225961,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -225969,7 +225969,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -226153,7 +226153,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -226161,7 +226161,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -226631,7 +226631,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -226639,7 +226639,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -226823,7 +226823,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -226831,7 +226831,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -227015,7 +227015,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227023,7 +227023,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -227493,7 +227493,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227501,7 +227501,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -227685,7 +227685,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227693,7 +227693,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -227877,7 +227877,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -227885,7 +227885,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -228355,7 +228355,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -228363,7 +228363,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -228547,7 +228547,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -228555,7 +228555,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -228739,7 +228739,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -228747,7 +228747,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -229217,7 +229217,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -229225,7 +229225,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -229409,7 +229409,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -229417,7 +229417,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -229601,7 +229601,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -229609,7 +229609,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -230079,7 +230079,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230087,7 +230087,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -230271,7 +230271,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230279,7 +230279,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -230463,7 +230463,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230471,7 +230471,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, @@ -230941,7 +230941,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -230949,7 +230949,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -231133,7 +231133,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -231141,7 +231141,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 1, @@ -231325,7 +231325,7 @@ "@type": "MOD.Core.TextComponent", "Alignment": 4, "Bold": true, - "DropShadow": true, + "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { "r": 0, @@ -231333,7 +231333,7 @@ "b": 0, "a": 0.72 }, - "DropShadowDistance": 18, + "DropShadowDistance": 32, "Font": 0, "FontColor": { "r": 0.98, From 05a06644cf65925536094a3ed7b57c26f6705907 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:06:53 +0900 Subject: [PATCH 05/14] feat(bandit): implement sly discard trigger --- RootDesk/MyDesk/SlayDeckController.codeblock | 121 +++++++++++++- data/cards.json | 48 ++++-- tools/balance/sim-balance.mjs | 128 ++++++++------- tools/balance/sim-balance.test.mjs | 15 ++ tools/deck/gen-slaydeck.mjs | 158 +++++++++++++------ 5 files changed, 345 insertions(+), 125 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 9c51948..19eb713 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -698,7 +698,7 @@ "Name": null }, "Arguments": [], - "Code": "self.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\" },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4 },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\" },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4 },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\" },\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n\tbandit = \"bandit\",\n\tcurse = \"bandit\",\n\tshiv = \"bandit\",\n\tpoisoner = \"bandit\",\n\ttrickster = \"bandit\",\n}\nself.SoulShopDef = {\n\t{ key = \"meso\", name = \"두둑한 지갑\", desc = \"런 시작 시 메소 +60\", cost = 3 },\n\t{ key = \"hp\", name = \"단련된 육체\", desc = \"시작 최대 HP +15\", cost = 4 },\n\t{ key = \"trim\", name = \"덱 정제\", desc = \"시작 덱에서 기본 카드 1장 제거\", cost = 5 },\n\t{ key = \"relic\", name = \"유물 수집가\", desc = \"런 시작 시 유물 1개 추가\", cost = 6 },\n}\nself.SoulUnlocks = {}\nself.SoulPoints = self.SoulPoints or 0\nself:ShowLobby()\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil then\n\tself:ReqLoadAscension(lp.PlayerComponent.UserId)\n\tself:ReqLoadSouls(lp.PlayerComponent.UserId)\nend\n_InputService:ConnectEvent(KeyDownEvent, function(e)\n\tif e.key == KeyboardKey.LeftControl then\n\t\tlocal lp2 = _UserService.LocalPlayer\n\t\tif lp2 ~= nil and lp2.CurrentMapName == \"lobby\" and self.RunActive ~= true then\n\t\t\tself:PlayerAttackMotion()\n\t\tend\n\tend\nend)", + "Code": "self.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n\tbandit = \"bandit\",\n\tcurse = \"bandit\",\n\tshiv = \"bandit\",\n\tpoisoner = \"bandit\",\n\ttrickster = \"bandit\",\n}\nself.SoulShopDef = {\n\t{ key = \"meso\", name = \"두둑한 지갑\", desc = \"런 시작 시 메소 +60\", cost = 3 },\n\t{ key = \"hp\", name = \"단련된 육체\", desc = \"시작 최대 HP +15\", cost = 4 },\n\t{ key = \"trim\", name = \"덱 정제\", desc = \"시작 덱에서 기본 카드 1장 제거\", cost = 5 },\n\t{ key = \"relic\", name = \"유물 수집가\", desc = \"런 시작 시 유물 1개 추가\", cost = 6 },\n}\nself.SoulUnlocks = {}\nself.SoulPoints = self.SoulPoints or 0\nself:ShowLobby()\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil then\n\tself:ReqLoadAscension(lp.PlayerComponent.UserId)\n\tself:ReqLoadSouls(lp.PlayerComponent.UserId)\nend\n_InputService:ConnectEvent(KeyDownEvent, function(e)\n\tif e.key == KeyboardKey.LeftControl then\n\t\tlocal lp2 = _UserService.LocalPlayer\n\t\tif lp2 ~= nil and lp2.CurrentMapName == \"lobby\" and self.RunActive ~= true then\n\t\t\tself:PlayerAttackMotion()\n\t\tend\n\tend\nend)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1451,7 +1451,7 @@ "Name": null }, "Arguments": [], - "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\" },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4 },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\" },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4 },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\" },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", + "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1631,7 +1631,7 @@ "Name": "animate" } ], - "Code": "local drawnSlots = {}\nfor i = 1, amount do\n\tif #self.DrawPile <= 0 then\n\t\tself:RecycleDiscardIntoDraw()\n\tend\n\tif #self.DrawPile <= 0 then\n\t\tbreak\n\tend\n\tlocal cardId = table.remove(self.DrawPile)\n\tif #self.Hand >= 10 then\n\t\ttable.insert(self.DiscardPile, cardId)\n\telse\n\t\ttable.insert(self.Hand, cardId)\n\t\tif #self.Hand <= 5 then\n\t\t\ttable.insert(drawnSlots, #self.Hand)\n\t\tend\n\tend\nend\nself:RenderPiles()\nif animate == true and #drawnSlots > 0 then\n\tself:RenderHand(false)\n\tlocal drawStart = Vector2(-590, 8)\n\tfor i = 1, #drawnSlots do\n\t\tlocal slot = drawnSlots[i]\n\t\tself:AnimateCardFrom(slot, drawStart, Vector2((slot - 3) * 200, 0), 0.08 + i * 0.045)\n\tend\nend", + "Code": "local drawnSlots = {}\nfor i = 1, amount do\n\tif #self.DrawPile <= 0 then\n\t\tself:RecycleDiscardIntoDraw()\n\tend\n\tif #self.DrawPile <= 0 then\n\t\tbreak\n\tend\n\tlocal cardId = table.remove(self.DrawPile)\n\tif #self.Hand >= 10 then\n\t\ttable.insert(self.DiscardPile, cardId)\n\t\tself:TriggerSly(cardId)\n\telse\n\t\ttable.insert(self.Hand, cardId)\n\t\tif #self.Hand <= 5 then\n\t\t\ttable.insert(drawnSlots, #self.Hand)\n\t\tend\n\tend\nend\nself:RenderPiles()\nif animate == true and #drawnSlots > 0 then\n\tself:RenderHand(false)\n\tlocal drawStart = Vector2(-590, 8)\n\tfor i = 1, #drawnSlots do\n\t\tlocal slot = drawnSlots[i]\n\t\tself:AnimateCardFrom(slot, drawStart, Vector2((slot - 3) * 200, 0), 0.08 + i * 0.045)\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2126,6 +2126,119 @@ "Attributes": [], "Name": "CalcPlayerAttack" }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "string", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "cardId" + }, + { + "Type": "any", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "c" + }, + { + "Type": "boolean", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "free" + } + ], + "Code": "if c == nil then\n\treturn\nend\nif c.kind == \"Attack\" then\n\tif c.damage ~= nil then\n\t\tself:PlayerAttackMotion()\n\t\tlocal total = 0\n\t\tlocal hitN = c.hits or 1\n\t\tfor h = 1, hitN do\n\t\t\ttotal = total + self:CalcPlayerAttack(c.damage)\n\t\tend\n\t\tif c.aoe == true then\n\t\t\tself:PlayAoeFx(c.fx or c.image, total)\n\t\telse\n\t\t\tself:PlayAttackFx(self.TargetIndex, c.fx or c.image, total, c.pierce == true)\n\t\tend\n\tend\n\tif c.block ~= nil then\n\t\tself.PlayerBlock = self.PlayerBlock + c.block\n\tend\n\tif free ~= true then\n\t\tself:ApplyRelics(\"cardPlayed\")\n\tend\nelseif c.kind == \"Skill\" then\n\tif c.block ~= nil then\n\t\tself.PlayerBlock = self.PlayerBlock + c.block\n\tend\nelseif c.kind == \"Power\" then\n\tif c.powerEffect ~= nil and free ~= true then\n\t\ttable.insert(self.PlayerPowers, cardId)\n\tend\nend\nif c.strength ~= nil then\n\tself.PlayerStr = self.PlayerStr + c.strength\nend\nif c.selfVuln ~= nil then\n\tself.PlayerVuln = self.PlayerVuln + c.selfVuln\nend\nif c.heal ~= nil then\n\tself.PlayerHp = math.min(self.PlayerHp + c.heal, self.PlayerMaxHp)\nend\nif c.weak ~= nil or c.vuln ~= nil or c.poison ~= nil then\n\tlocal tm = self.Monsters[self.TargetIndex]\n\tif tm == nil or tm.alive ~= true then\n\t\tfor i = 1, #self.Monsters do\n\t\t\tif self.Monsters[i].alive == true then tm = self.Monsters[i]; self.TargetIndex = i; break end\n\t\tend\n\tend\n\tif tm ~= nil and tm.alive == true then\n\t\tif c.weak ~= nil then tm.weak = tm.weak + c.weak end\n\t\tif c.poison ~= nil then tm.poison = (tm.poison or 0) + c.poison end\n\t\tif c.vuln ~= nil then\n\t\t\ttm.vuln = tm.vuln + c.vuln\n\t\t\tif self:HasRelic(\"championBelt\") then\n\t\t\t\ttm.weak = tm.weak + 1\n\t\t\tend\n\t\tend\n\tend\nend\nif c.draw ~= nil then\n\tself:DrawCards(c.draw, true)\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "ResolveCardEffects" + }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "string", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "cardId" + } + ], + "Code": "local c = self.Cards[cardId]\nif c == nil or c.sly ~= true then\n\treturn\nend\nself:Toast(\"교활 발동: \" .. c.name)\nself:ResolveCardEffects(cardId, c, true)", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "TriggerSly" + }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "number", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "slot" + }, + { + "Type": "boolean", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "triggerSly" + } + ], + "Code": "if self.Hand == nil then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\ntable.remove(self.Hand, slot)\ntable.insert(self.DiscardPile, cardId)\nif triggerSly == true then\n\tself:TriggerSly(cardId)\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "DiscardHandCard" + }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "any", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "c" + } + ], + "Code": "if c == nil or self.Hand == nil then\n\treturn\nend\nif c.discardAll == true then\n\twhile #self.Hand > 0 do\n\t\tself:DiscardHandCard(#self.Hand, true)\n\tend\nelseif c.discard ~= nil then\n\tlocal n = math.min(c.discard, #self.Hand)\n\tfor i = 1, n do\n\t\tself:DiscardHandCard(#self.Hand, true)\n\tend\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "DiscardCardEffects" + }, { "Return": { "Type": "void", @@ -2143,7 +2256,7 @@ "Name": "slot" } ], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.unplayable == true then\n\tself:Toast(\"사용할 수 없는 카드입니다\")\n\treturn\nend\nif self.Energy < c.cost then\n\tself:Toast(\"에너지가 부족합니다\")\n\treturn\nend\nself.Energy = self.Energy - c.cost\nif c.kind == \"Attack\" then\n\tif c.damage ~= nil then\n\t\tself:PlayerAttackMotion()\n\t\tlocal total = 0\n\t\tlocal hitN = c.hits or 1\n\t\tfor h = 1, hitN do\n\t\t\ttotal = total + self:CalcPlayerAttack(c.damage)\n\t\tend\n\t\tif c.aoe == true then\n\t\t\tself:PlayAoeFx(c.fx or c.image, total)\n\t\telse\n\t\t\tself:PlayAttackFx(self.TargetIndex, c.fx or c.image, total, c.pierce == true)\n\t\tend\n\tend\n\tif c.block ~= nil then\n\t\tself.PlayerBlock = self.PlayerBlock + c.block\n\tend\n\tself:ApplyRelics(\"cardPlayed\")\nelseif c.kind == \"Skill\" then\n\tif c.block ~= nil then\n\t\tself.PlayerBlock = self.PlayerBlock + c.block\n\tend\nelseif c.kind == \"Power\" then\n\tif c.powerEffect ~= nil then\n\t\ttable.insert(self.PlayerPowers, cardId)\n\tend\nend\nif c.strength ~= nil then\n\tself.PlayerStr = self.PlayerStr + c.strength\nend\nif c.selfVuln ~= nil then\n\tself.PlayerVuln = self.PlayerVuln + c.selfVuln\nend\nif c.heal ~= nil then\n\tself.PlayerHp = math.min(self.PlayerHp + c.heal, self.PlayerMaxHp)\nend\nif c.weak ~= nil or c.vuln ~= nil or c.poison ~= nil then\n\tlocal tm = self.Monsters[self.TargetIndex]\n\tif tm ~= nil and tm.alive == true then\n\t\tif c.weak ~= nil then tm.weak = tm.weak + c.weak end\n\t\tif c.poison ~= nil then tm.poison = (tm.poison or 0) + c.poison end\n\t\tif c.vuln ~= nil then\n\t\t\ttm.vuln = tm.vuln + c.vuln\n\t\t\tif self:HasRelic(\"championBelt\") then\n\t\t\t\ttm.weak = tm.weak + 1\n\t\t\tend\n\t\tend\n\tend\nend\ntable.remove(self.Hand, slot)\nif c.kind ~= \"Power\" then\n\ttable.insert(self.DiscardPile, cardId)\nend\nif c.draw ~= nil then\n\tself:DrawCards(c.draw, true)\nend\nself:RenderHand(false)\nself:RenderPiles()\nself:RenderCombat()\nself:CheckCombatEnd()", + "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.unplayable == true then\n\tself:Toast(\"사용할 수 없는 카드입니다\")\n\treturn\nend\nif self.Energy < c.cost then\n\tself:Toast(\"에너지가 부족합니다\")\n\treturn\nend\nself.Energy = self.Energy - c.cost\nself:ResolveCardEffects(cardId, c, false)\ntable.remove(self.Hand, slot)\nif c.kind ~= \"Power\" then\n\ttable.insert(self.DiscardPile, cardId)\nend\nself:DiscardCardEffects(c)\nself:RenderHand(false)\nself:RenderPiles()\nself:RenderCombat()\nself:CheckCombatEnd()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/data/cards.json b/data/cards.json index 9409b31..2b8dd81 100644 --- a/data/cards.json +++ b/data/cards.json @@ -396,7 +396,8 @@ "class": "bandit", "rarity": "normal", "desc": "방어도를 8 얻습니다. 카드를 1장 버립니다.", - "block": 8 + "block": 8, + "discard": 1 }, "SilentDefend": { "name": "수비", @@ -435,7 +436,8 @@ "rarity": "normal", "desc": "피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.", "draw": 1, - "damage": 9 + "damage": 9, + "discard": 1 }, "PoisonedStab": { "name": "독 찌르기", @@ -483,7 +485,8 @@ "rarity": "normal", "desc": "교활. 모든 적에게 피해를 6 줍니다.", "aoe": true, - "damage": 6 + "damage": 6, + "sly": true }, "Ricochet": { "name": "도탄", @@ -493,7 +496,8 @@ "rarity": "normal", "desc": "교활. 무작위 적에게 피해를 3만큼 4번 줍니다.", "damage": 3, - "hits": 4 + "hits": 4, + "sly": true }, "Prepared": { "name": "예비", @@ -502,7 +506,8 @@ "class": "bandit", "rarity": "normal", "desc": "카드를 1장 뽑습니다. 카드를 1장 버립니다.", - "draw": 1 + "draw": 1, + "discard": 1 }, "Anticipate": { "name": "예측", @@ -596,7 +601,8 @@ "class": "bandit", "rarity": "normal", "desc": "교활. 방어도를 6 얻습니다.", - "block": 6 + "block": 6, + "sly": true }, "Skewer": { "name": "꼬챙이", @@ -725,7 +731,8 @@ "rarity": "unique", "desc": "카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.", "damage": 4, - "hits": 2 + "hits": 2, + "discard": 2 }, "EscapePlan": { "name": "탈출구", @@ -744,7 +751,8 @@ "class": "bandit", "rarity": "unique", "desc": "카드를 3장 뽑습니다. 카드를 1장 버립니다.", - "draw": 3 + "draw": 3, + "discard": 1 }, "HandTrick": { "name": "손기술", @@ -827,7 +835,8 @@ "class": "bandit", "rarity": "unique", "desc": "교활. 카드를 2장 뽑습니다.", - "draw": 2 + "draw": 2, + "sly": true }, "Haze": { "name": "아지랑이", @@ -836,7 +845,8 @@ "class": "bandit", "rarity": "unique", "desc": "교활. 모든 적에게 중독을 4 부여합니다.", - "poison": 4 + "poison": 4, + "sly": true }, "Tactician": { "name": "전략가", @@ -846,7 +856,8 @@ "rarity": "unique", "desc": "교활. 을 얻습니다.", "powerEffect": "energyPerTurn", - "value": 1 + "value": 1, + "sly": true }, "WellLaidPlans": { "name": "괜찮은 전략", @@ -1008,7 +1019,8 @@ "class": "bandit", "rarity": "legend", "desc": "손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.", - "draw": 1 + "draw": 1, + "discardAll": true }, "ShadowStep": { "name": "그림자 걸음", @@ -1017,7 +1029,8 @@ "class": "bandit", "rarity": "legend", "desc": "손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.", - "draw": 1 + "draw": 1, + "discardAll": true }, "Shadowmeld": { "name": "그림자 은신", @@ -1093,7 +1106,8 @@ "desc": "내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.", "draw": 1, "powerEffect": "energyPerTurn", - "value": 1 + "value": 1, + "discard": 1 }, "Afterimage": { "name": "잔상", @@ -1178,7 +1192,8 @@ "rarity": "legend", "desc": "교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.", "powerEffect": "blockPerTurn", - "value": 2 + "value": 2, + "sly": true }, "Suppress": { "name": "진압", @@ -1216,7 +1231,8 @@ "class": "bandit", "rarity": "legend", "desc": "교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.", - "block": 1 + "block": 1, + "sly": true } }, "starterDecks": { diff --git a/tools/balance/sim-balance.mjs b/tools/balance/sim-balance.mjs index 3c0fafe..9b2775f 100644 --- a/tools/balance/sim-balance.mjs +++ b/tools/balance/sim-balance.mjs @@ -124,10 +124,81 @@ export function simulateCombat(data, rng, stats) { if (drawPile.length === 0) break; const card = drawPile.pop(); // 손패 10장 상한 — 초과 드로는 자동 버림 (Lua DrawCards 동기화) - if (hand.length >= 10) discard.push(card); else hand.push(card); + if (hand.length >= 10) { + discard.push(card); + triggerSly(card); + } else hand.push(card); } } const aliveList = () => mob.filter((m) => m.alive); + function resolveCardEffects(id, c, costSpent, recordStats = true) { + const alive = aliveList(); + let dmg = 0; + if (c.kind === 'Attack') { + if (alive.length && c.damage) { + const target = chooseTarget(alive, calcAttack(c.damage || 0, pStr, pWeak, 0)); + if (c.weak) target.weak += c.weak; + if (c.vuln) target.vuln += c.vuln; + const hitN = c.hits || 1; + let totalNv = 0; + for (let h = 0; h < hitN; h++) totalNv += calcAttack(c.damage || 0, pStr, pWeak, 0); + dmg = totalNv; + if (c.aoe === true) { + for (const m2 of aliveList()) { + const d2 = m2.vuln > 0 ? Math.floor(totalNv * 1.5) : totalNv; + const r2 = applyDamage(m2.hp, m2.block, d2); + m2.hp = r2.hp; m2.block = r2.block; + if (m2.hp <= 0) m2.alive = false; + } + } else { + dmg = target.vuln > 0 ? Math.floor(totalNv * 1.5) : totalNv; + if (c.pierce === true) { + target.hp -= dmg; + if (target.hp < 0) target.hp = 0; + } else { + const r = applyDamage(target.hp, target.block, dmg); + target.hp = r.hp; target.block = r.block; + } + if (target.hp <= 0) target.alive = false; + } + } + if (c.block) pBlock += c.block; + } else if (c.kind === 'Power') { + if (c.powerEffect && recordStats) powers.push(id); + } else { + pBlock += c.block || 0; + if ((c.weak || c.vuln || c.poison) && alive.length) { + const target = chooseTarget(alive, 0); + if (c.weak) target.weak += c.weak; + if (c.vuln) target.vuln += c.vuln; + if (c.poison) target.poison += c.poison; + } + } + if (c.strength) pStr += c.strength; + if (c.selfVuln) pVuln += c.selfVuln; + if (c.heal) pHp = Math.min(pHp + c.heal, PLAYER_HP); + if (c.draw) draw(c.draw); + if (recordStats && stats) stats[id] = bump(stats[id], costSpent, dmg, c.block || 0); + } + function triggerSly(id) { + const c = cards[id]; + if (!c?.sly) return; + resolveCardEffects(id, c, 0, false); + } + function discardHandCard(idx, trigger = true) { + const [id] = hand.splice(idx, 1); + if (!id) return; + discard.push(id); + if (trigger) triggerSly(id); + } + function applyDiscardEffects(c) { + if (c.discardAll) { + while (hand.length) discardHandCard(hand.length - 1, true); + } else if (c.discard) { + const n = Math.min(c.discard, hand.length); + for (let i = 0; i < n; i++) discardHandCard(hand.length - 1, true); + } + } while (turns < MAX_TURNS) { turns++; @@ -149,59 +220,10 @@ export function simulateCombat(data, rng, stats) { if (idx < 0) break; const id = hand[idx], c = cards[id]; energy -= c.cost; - if (c.kind === 'Attack') { - const target = chooseTarget(alive, calcAttack(c.damage || 0, pStr, pWeak, 0)); - // 카드 디버프는 피해보다 먼저 적용 — Lua PlayCard(즉시 부여) + 지연 데미지(0.35s) 동기화 - if (c.weak) target.weak += c.weak; - if (c.vuln) target.vuln += c.vuln; - // 다단히트: 타격마다 힘·약화 적용 합산, 취약은 합산값에 1회 (Lua 동기화) - const hitN = c.hits || 1; - let totalNv = 0; - for (let h = 0; h < hitN; h++) totalNv += calcAttack(c.damage || 0, pStr, pWeak, 0); - let dmg = totalNv; // 통계 보고용 (aoe는 1대상 기준) - if (c.aoe === true) { - // 전체 공격 — 대상마다 취약/방어 개별 적용 (Lua PlayAoeFx 동기화) - for (const m2 of aliveList()) { - const d2 = m2.vuln > 0 ? Math.floor(totalNv * 1.5) : totalNv; - const r2 = applyDamage(m2.hp, m2.block, d2); - m2.hp = r2.hp; m2.block = r2.block; - if (m2.hp <= 0) m2.alive = false; - } - } else { - dmg = target.vuln > 0 ? Math.floor(totalNv * 1.5) : totalNv; - if (c.pierce === true) { - target.hp -= dmg; // 방어 무시 - if (target.hp < 0) target.hp = 0; - } else { - const r = applyDamage(target.hp, target.block, dmg); - target.hp = r.hp; target.block = r.block; - } - if (target.hp <= 0) target.alive = false; - } - if (c.block) pBlock += c.block; - if (c.strength) pStr += c.strength; - if (c.selfVuln) pVuln += c.selfVuln; - if (c.heal) pHp = Math.min(pHp + c.heal, PLAYER_HP); - if (stats) stats[id] = bump(stats[id], c.cost, dmg, c.block || 0); - } else if (c.kind === 'Power') { - if (c.powerEffect) powers.push(id); - if (stats) stats[id] = bump(stats[id], c.cost, 0, 0); - } else { - pBlock += c.block || 0; - if (c.strength) pStr += c.strength; - if (c.selfVuln) pVuln += c.selfVuln; - if (c.heal) pHp = Math.min(pHp + c.heal, PLAYER_HP); - if (c.weak || c.vuln || c.poison) { - const target = chooseTarget(alive, 0); - if (c.weak) target.weak += c.weak; - if (c.vuln) target.vuln += c.vuln; - if (c.poison) target.poison += c.poison; - } - if (stats) stats[id] = bump(stats[id], c.cost, 0, c.block || 0); - } + resolveCardEffects(id, c, c.cost); hand.splice(idx, 1); - if (c.kind !== 'Power') discard.push(id); // 파워는 소멸 — Lua 동기화 - if (c.draw) draw(c.draw); + if (c.kind !== 'Power') discard.push(id); + applyDiscardEffects(c); if (aliveList().length === 0) return { win: true, turns, playerHpRemaining: pHp }; } // 화상(endTurnDamage) — 손패에 있으면 턴 종료 시 피해 (Lua EndPlayerTurn 동기화) diff --git a/tools/balance/sim-balance.test.mjs b/tools/balance/sim-balance.test.mjs index 82d77cf..b33764f 100644 --- a/tools/balance/sim-balance.test.mjs +++ b/tools/balance/sim-balance.test.mjs @@ -375,3 +375,18 @@ test('simulateCombat: endTurnDamage(화상)이 턴 종료 시 누적 피해', () assert.equal(r.win, false); assert.notEqual(r.draw, true); }); + +test("simulateCombat: sly discarded card resolves for free", () => { + const data = { + cards: { + Toss: { name: "Toss", cost: 1, kind: "Skill", discardAll: true }, + SlyHit: { name: "SlyHit", cost: 99, kind: "Attack", damage: 10, sly: true }, + Blank: { name: "Blank", cost: 99, kind: "Skill", block: 0 }, + }, + starterDeck: ["Toss", "SlyHit", "Blank", "Blank", "Blank"], + monsters: [{ name: "Dummy", maxHp: 10, intents: [{ kind: "Defend", value: 0 }] }], + }; + const r = simulateCombat(data, mulberry32(1)); + assert.equal(r.win, true); + assert.equal(r.turns, 1); +}); diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 0006a6c..3b2ec4b 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -149,6 +149,9 @@ function luaCardsTable(cards) { if (c.draw != null) fields.push(`draw = ${c.draw}`); if (c.heal != null) fields.push(`heal = ${c.heal}`); if (c.poison != null) fields.push(`poison = ${c.poison}`); + if (c.discard != null) fields.push(`discard = ${c.discard}`); + if (c.discardAll === true) fields.push('discardAll = true'); + if (c.sly === true) fields.push('sly = true'); if (c.aoe === true) fields.push('aoe = true'); if (c.unplayable === true) fields.push('unplayable = true'); if (c.curse === true) fields.push('curse = true'); @@ -3690,6 +3693,7 @@ for i = 1, amount do \tlocal cardId = table.remove(self.DrawPile) \tif #self.Hand >= 10 then \t\ttable.insert(self.DiscardPile, cardId) +\t\tself:TriggerSly(cardId) \telse \t\ttable.insert(self.Hand, cardId) \t\tif #self.Hand <= 5 then @@ -4139,6 +4143,106 @@ if dmg < 0 then dmg = 0 end return dmg`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'base' }], 0, 'number'), + method('ResolveCardEffects', `if c == nil then + return +end +if c.kind == "Attack" then + if c.damage ~= nil then + self:PlayerAttackMotion() + local total = 0 + local hitN = c.hits or 1 + for h = 1, hitN do + total = total + self:CalcPlayerAttack(c.damage) + end + if c.aoe == true then + self:PlayAoeFx(c.fx or c.image, total) + else + self:PlayAttackFx(self.TargetIndex, c.fx or c.image, total, c.pierce == true) + end + end + if c.block ~= nil then + self.PlayerBlock = self.PlayerBlock + c.block + end + if free ~= true then + self:ApplyRelics("cardPlayed") + end +elseif c.kind == "Skill" then + if c.block ~= nil then + self.PlayerBlock = self.PlayerBlock + c.block + end +elseif c.kind == "Power" then + if c.powerEffect ~= nil and free ~= true then + table.insert(self.PlayerPowers, cardId) + end +end +if c.strength ~= nil then + self.PlayerStr = self.PlayerStr + c.strength +end +if c.selfVuln ~= nil then + self.PlayerVuln = self.PlayerVuln + c.selfVuln +end +if c.heal ~= nil then + self.PlayerHp = math.min(self.PlayerHp + c.heal, self.PlayerMaxHp) +end +if c.weak ~= nil or c.vuln ~= nil or c.poison ~= nil then + local tm = self.Monsters[self.TargetIndex] + if tm == nil or tm.alive ~= true then + for i = 1, #self.Monsters do + if self.Monsters[i].alive == true then tm = self.Monsters[i]; self.TargetIndex = i; break end + end + end + if tm ~= nil and tm.alive == true then + if c.weak ~= nil then tm.weak = tm.weak + c.weak end + if c.poison ~= nil then tm.poison = (tm.poison or 0) + c.poison end + if c.vuln ~= nil then + tm.vuln = tm.vuln + c.vuln + if self:HasRelic("championBelt") then + tm.weak = tm.weak + 1 + end + end + end +end +if c.draw ~= nil then + self:DrawCards(c.draw, true) +end`, [ + { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, + { Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'c' }, + { Type: 'boolean', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'free' }, + ]), + method('TriggerSly', `local c = self.Cards[cardId] +if c == nil or c.sly ~= true then + return +end +self:Toast("교활 발동: " .. c.name) +self:ResolveCardEffects(cardId, c, true)`, [{ Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }]), + method('DiscardHandCard', `if self.Hand == nil then + return +end +local cardId = self.Hand[slot] +if cardId == nil then + return +end +table.remove(self.Hand, slot) +table.insert(self.DiscardPile, cardId) +if triggerSly == true then + self:TriggerSly(cardId) +end`, [ + { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, + { Type: 'boolean', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'triggerSly' }, + ]), + method('DiscardCardEffects', `if c == nil or self.Hand == nil then + return +end +if c.discardAll == true then + while #self.Hand > 0 do + self:DiscardHandCard(#self.Hand, true) + end +elseif c.discard ~= nil then + local n = math.min(c.discard, #self.Hand) + for i = 1, n do + self:DiscardHandCard(#self.Hand, true) + end +end`, [{ Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'c' }]), method('PlayCard', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return end @@ -4162,62 +4266,12 @@ if self.Energy < c.cost then return end self.Energy = self.Energy - c.cost -if c.kind == "Attack" then - if c.damage ~= nil then - self:PlayerAttackMotion() - local total = 0 - local hitN = c.hits or 1 - for h = 1, hitN do - total = total + self:CalcPlayerAttack(c.damage) - end - if c.aoe == true then - self:PlayAoeFx(c.fx or c.image, total) - else - self:PlayAttackFx(self.TargetIndex, c.fx or c.image, total, c.pierce == true) - end - end - if c.block ~= nil then - self.PlayerBlock = self.PlayerBlock + c.block - end - self:ApplyRelics("cardPlayed") -elseif c.kind == "Skill" then - if c.block ~= nil then - self.PlayerBlock = self.PlayerBlock + c.block - end -elseif c.kind == "Power" then - if c.powerEffect ~= nil then - table.insert(self.PlayerPowers, cardId) - end -end -if c.strength ~= nil then - self.PlayerStr = self.PlayerStr + c.strength -end -if c.selfVuln ~= nil then - self.PlayerVuln = self.PlayerVuln + c.selfVuln -end -if c.heal ~= nil then - self.PlayerHp = math.min(self.PlayerHp + c.heal, self.PlayerMaxHp) -end -if c.weak ~= nil or c.vuln ~= nil or c.poison ~= nil then - local tm = self.Monsters[self.TargetIndex] - if tm ~= nil and tm.alive == true then - if c.weak ~= nil then tm.weak = tm.weak + c.weak end - if c.poison ~= nil then tm.poison = (tm.poison or 0) + c.poison end - if c.vuln ~= nil then - tm.vuln = tm.vuln + c.vuln - if self:HasRelic("championBelt") then - tm.weak = tm.weak + 1 - end - end - end -end +self:ResolveCardEffects(cardId, c, false) table.remove(self.Hand, slot) if c.kind ~= "Power" then table.insert(self.DiscardPile, cardId) end -if c.draw ~= nil then - self:DrawCards(c.draw, true) -end +self:DiscardCardEffects(c) self:RenderHand(false) self:RenderPiles() self:RenderCombat() From 256433d3f3468d5b98d62c1fce8285644ab82ea8 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:14:08 +0900 Subject: [PATCH 06/14] feat(bandit): add discard card selection --- RootDesk/MyDesk/SlayDeckController.codeblock | 119 +++++++++++- tools/deck/gen-slaydeck.mjs | 107 +++++++++-- ui/DefaultGroup.ui | 188 +++++++++++++++++++ 3 files changed, 395 insertions(+), 19 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 19eb713..a966842 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -686,6 +686,20 @@ "SyncDirection": 0, "Attributes": [], "Name": "PlayerJob" + }, + { + "Type": "number", + "DefaultValue": "0", + "SyncDirection": 0, + "Attributes": [], + "Name": "DiscardSelectRemaining" + }, + { + "Type": "number", + "DefaultValue": "0", + "SyncDirection": 0, + "Attributes": [], + "Name": "DiscardSelectTotal" } ], "Methods": [ @@ -1451,7 +1465,7 @@ "Name": null }, "Arguments": [], - "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", + "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/DiscardPrompt\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.DiscardSelectRemaining = 0\nself.DiscardSelectTotal = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1571,7 +1585,7 @@ "Name": null }, "Arguments": [], - "Code": "local endTurn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/EndTurnButton\")\nif endTurn ~= nil and endTurn.ButtonComponent ~= nil then\n\tif self.EndTurnHandler ~= nil then\n\t\tendTurn:DisconnectEvent(ButtonClickEvent, self.EndTurnHandler)\n\t\tself.EndTurnHandler = nil\n\tend\n\tself.EndTurnHandler = endTurn:ConnectEvent(ButtonClickEvent, function() self:EndPlayerTurn() end)\nend\nlocal drawPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DrawPile\")\nif drawPile ~= nil and drawPile.ButtonComponent ~= nil then\n\tif self.DrawPileHandler ~= nil then\n\t\tdrawPile:DisconnectEvent(ButtonClickEvent, self.DrawPileHandler)\n\t\tself.DrawPileHandler = nil\n\tend\n\tself.DrawPileHandler = drawPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"draw\") end)\nend\nlocal discardPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DiscardPile\")\nif discardPile ~= nil and discardPile.ButtonComponent ~= nil then\n\tif self.DiscardPileHandler ~= nil then\n\t\tdiscardPile:DisconnectEvent(ButtonClickEvent, self.DiscardPileHandler)\n\t\tself.DiscardPileHandler = nil\n\tend\n\tself.DiscardPileHandler = discardPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"discard\") end)\nend\nlocal inspectClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckInspectHud/Close\")\nif inspectClose ~= nil and inspectClose.ButtonComponent ~= nil then\n\tif self.DeckInspectCloseHandler ~= nil then\n\t\tinspectClose:DisconnectEvent(ButtonClickEvent, self.DeckInspectCloseHandler)\n\t\tself.DeckInspectCloseHandler = nil\n\tend\n\tself.DeckInspectCloseHandler = inspectClose:ConnectEvent(ButtonClickEvent, function() self:CloseDeckInspect() end)\nend\nlocal allDeckButton = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/AllDeckButton\")\nif allDeckButton ~= nil and allDeckButton.ButtonComponent ~= nil then\n\tif self.AllDeckHandler ~= nil then\n\t\tallDeckButton:DisconnectEvent(ButtonClickEvent, self.AllDeckHandler)\n\t\tself.AllDeckHandler = nil\n\tend\n\tself.AllDeckHandler = allDeckButton:ConnectEvent(ButtonClickEvent, function() self:OpenAllDeck() end)\nend\nlocal allDeckClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud/Close\")\nif allDeckClose ~= nil and allDeckClose.ButtonComponent ~= nil then\n\tif self.AllDeckCloseHandler ~= nil then\n\t\tallDeckClose:DisconnectEvent(ButtonClickEvent, self.AllDeckCloseHandler)\n\t\tself.AllDeckCloseHandler = nil\n\tend\n\tself.AllDeckCloseHandler = allDeckClose:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end)\nend\nself:BindClassDeckTabs()\nfor i = 1, 10 do\n\tlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif cardEntity ~= nil and cardEntity.UITouchReceiveComponent ~= nil then\n\t\tlocal cardPath = \"/ui/DefaultGroup/CardHand/Card\" .. tostring(i)\n\t\tcardEntity:ConnectEvent(UITouchEnterEvent, function() self:SetCardHover(cardPath, true) end)\n\t\tcardEntity:ConnectEvent(UITouchExitEvent, function() self:SetCardHover(cardPath, false) end)\n\t\tcardEntity:ConnectEvent(UITouchBeginDragEvent, function(ev) self:OnCardDragBegin(i) end)\n\t\tcardEntity:ConnectEvent(UITouchDragEvent, function(ev) self:OnCardDrag(i, ev.TouchPoint) end)\n\t\tcardEntity:ConnectEvent(UITouchEndDragEvent, function(ev) self:OnCardDragEnd(i, ev.TouchPoint) end)\n\t\tcardEntity:ConnectEvent(UITouchEnterEvent, function() self:HoverCard(i) end)\n\t\tcardEntity:ConnectEvent(UITouchExitEvent, function() self:UnhoverCard(i) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal rc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(i))\n\tif rc ~= nil and rc.ButtonComponent ~= nil then\n\t\trc:ConnectEvent(ButtonClickEvent, function() self:PickReward(i) end)\n\t\tif rc.UITouchReceiveComponent ~= nil then\n\t\t\tlocal cardPath = \"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(i)\n\t\t\trc:ConnectEvent(UITouchEnterEvent, function() self:SetCardHover(cardPath, true) end)\n\t\t\trc:ConnectEvent(UITouchExitEvent, function() self:SetCardHover(cardPath, false) end)\n\t\tend\n\tend\nend\nlocal skip = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Skip\")\nif skip ~= nil and skip.ButtonComponent ~= nil then\n\tskip:ConnectEvent(ButtonClickEvent, function() self:PickReward(0) end)\nend\nlocal mapNodeIds = {}\nfor r = 1, 6 do\n\tfor c = 1, 4 do\n\t\ttable.insert(mapNodeIds, \"r\" .. tostring(r) .. \"c\" .. tostring(c))\n\tend\nend\ntable.insert(mapNodeIds, \"boss\")\nfor i = 1, #mapNodeIds do\n\tlocal nid = mapNodeIds[i]\n\tlocal mn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/MapHud/Node_\" .. nid)\n\tif mn ~= nil and mn.ButtonComponent ~= nil then\n\t\tmn:ConnectEvent(ButtonClickEvent, function() self:PickNode(nid) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal sc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i))\n\tif sc ~= nil and sc.ButtonComponent ~= nil then\n\t\tsc:ConnectEvent(ButtonClickEvent, function() self:BuyCard(i) end)\n\t\tif sc.UITouchReceiveComponent ~= nil then\n\t\t\tlocal cardPath = \"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i)\n\t\t\tsc:ConnectEvent(UITouchEnterEvent, function() self:SetCardHover(cardPath, true) end)\n\t\t\tsc:ConnectEvent(UITouchExitEvent, function() self:SetCardHover(cardPath, false) end)\n\t\tend\n\tend\nend\nlocal shopLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Leave\")\nif shopLeave ~= nil and shopLeave.ButtonComponent ~= nil then\n\tshopLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal shopRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Relic\")\nif shopRelic ~= nil and shopRelic.ButtonComponent ~= nil then\n\tshopRelic:ConnectEvent(ButtonClickEvent, function() self:BuyRelic() end)\nend\nlocal restLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RestHud/Leave\")\nif restLeave ~= nil and restLeave.ButtonComponent ~= nil then\n\trestLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nfor i = 1, 4 do\n\tlocal ms = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i))\n\tif ms ~= nil and ms.ButtonComponent ~= nil then\n\t\tms:ConnectEvent(ButtonClickEvent, function() self:SetTarget(i) end)\n\tend\nend\nfor i = 1, 10 do\n\tlocal rs = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/RelicSlot\" .. tostring(i))\n\tif rs ~= nil and rs.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\trs:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal rid = nil\n\t\t\tif self.RunRelics ~= nil then rid = self.RunRelics[idx] end\n\t\t\tif rid ~= nil and self.Relics[rid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Relics[rid].name, self.Relics[rid].desc, -240 + (idx - 1) * 48)\n\t\t\tend\n\t\tend)\n\t\trs:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\tend\nend\nfor i = 1, 5 do\n\tlocal ps = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/PotionSlot\" .. tostring(i))\n\tif ps ~= nil and ps.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\tps:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal pid = nil\n\t\t\tif self.RunPotions ~= nil then pid = self.RunPotions[idx] end\n\t\t\tif pid ~= nil and self.Potions[pid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Potions[pid].name, self.Potions[pid].desc, 240 + (idx - 1) * 44)\n\t\t\tend\n\t\tend)\n\t\tps:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\t\tps:ConnectEvent(UITouchDownEvent, function() self:OpenPotionMenu(idx) end)\n\tend\nend\nlocal pmUse = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Use\")\nif pmUse ~= nil and pmUse.ButtonComponent ~= nil then\n\tpmUse:ConnectEvent(ButtonClickEvent, function() self:UsePotion() end)\nend\nlocal pmToss = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Toss\")\nif pmToss ~= nil and pmToss.ButtonComponent ~= nil then\n\tpmToss:ConnectEvent(ButtonClickEvent, function() self:TossPotion() end)\nend\nlocal pmClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Close\")\nif pmClose ~= nil and pmClose.ButtonComponent ~= nil then\n\tpmClose:ConnectEvent(ButtonClickEvent, function() self:ClosePotionMenu() end)\nend\nlocal shopPotion = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Potion\")\nif shopPotion ~= nil and shopPotion.ButtonComponent ~= nil then\n\tshopPotion:ConnectEvent(ButtonClickEvent, function() self:BuyPotion() end)\nend\nlocal chest = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Chest\")\nif chest ~= nil and chest.ButtonComponent ~= nil then\n\tchest:ConnectEvent(ButtonClickEvent, function() self:OpenChest() end)\nend\nlocal treasureLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Leave\")\nif treasureLeave ~= nil and treasureLeave.ButtonComponent ~= nil then\n\ttreasureLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal jcRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/RelicButton\")\nif jcRelic ~= nil and jcRelic.ButtonComponent ~= nil then\n\tjcRelic:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"relic\") end)\nend\nlocal jcJob = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/JobButton\")\nif jcJob ~= nil and jcJob.ButtonComponent ~= nil then\n\tjcJob:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"job\") end)\nend\nfor i = 1, 3 do\n\tlocal slotIdx = i\n\tlocal jb = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobSelectHud/Job_slot\" .. tostring(i))\n\tif jb ~= nil and jb.ButtonComponent ~= nil then\n\t\tjb:ConnectEvent(ButtonClickEvent, function()\n\t\t\tif self.JobOpts ~= nil and self.JobOpts[slotIdx] ~= nil then\n\t\t\t\tself:SetJob(self.JobOpts[slotIdx].id)\n\t\t\tend\n\t\tend)\n\tend\nend", + "Code": "local endTurn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/EndTurnButton\")\nif endTurn ~= nil and endTurn.ButtonComponent ~= nil then\n\tif self.EndTurnHandler ~= nil then\n\t\tendTurn:DisconnectEvent(ButtonClickEvent, self.EndTurnHandler)\n\t\tself.EndTurnHandler = nil\n\tend\n\tself.EndTurnHandler = endTurn:ConnectEvent(ButtonClickEvent, function() self:EndPlayerTurn() end)\nend\nlocal drawPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DrawPile\")\nif drawPile ~= nil and drawPile.ButtonComponent ~= nil then\n\tif self.DrawPileHandler ~= nil then\n\t\tdrawPile:DisconnectEvent(ButtonClickEvent, self.DrawPileHandler)\n\t\tself.DrawPileHandler = nil\n\tend\n\tself.DrawPileHandler = drawPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"draw\") end)\nend\nlocal discardPile = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckHud/DiscardPile\")\nif discardPile ~= nil and discardPile.ButtonComponent ~= nil then\n\tif self.DiscardPileHandler ~= nil then\n\t\tdiscardPile:DisconnectEvent(ButtonClickEvent, self.DiscardPileHandler)\n\t\tself.DiscardPileHandler = nil\n\tend\n\tself.DiscardPileHandler = discardPile:ConnectEvent(ButtonClickEvent, function() self:OpenDeckInspect(\"discard\") end)\nend\nlocal inspectClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckInspectHud/Close\")\nif inspectClose ~= nil and inspectClose.ButtonComponent ~= nil then\n\tif self.DeckInspectCloseHandler ~= nil then\n\t\tinspectClose:DisconnectEvent(ButtonClickEvent, self.DeckInspectCloseHandler)\n\t\tself.DeckInspectCloseHandler = nil\n\tend\n\tself.DeckInspectCloseHandler = inspectClose:ConnectEvent(ButtonClickEvent, function() self:CloseDeckInspect() end)\nend\nlocal allDeckButton = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/AllDeckButton\")\nif allDeckButton ~= nil and allDeckButton.ButtonComponent ~= nil then\n\tif self.AllDeckHandler ~= nil then\n\t\tallDeckButton:DisconnectEvent(ButtonClickEvent, self.AllDeckHandler)\n\t\tself.AllDeckHandler = nil\n\tend\n\tself.AllDeckHandler = allDeckButton:ConnectEvent(ButtonClickEvent, function() self:OpenAllDeck() end)\nend\nlocal allDeckClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/DeckAllHud/Close\")\nif allDeckClose ~= nil and allDeckClose.ButtonComponent ~= nil then\n\tif self.AllDeckCloseHandler ~= nil then\n\t\tallDeckClose:DisconnectEvent(ButtonClickEvent, self.AllDeckCloseHandler)\n\t\tself.AllDeckCloseHandler = nil\n\tend\n\tself.AllDeckCloseHandler = allDeckClose:ConnectEvent(ButtonClickEvent, function() self:CloseAllDeck() end)\nend\nself:BindClassDeckTabs()\nfor i = 1, 10 do\n\tlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif cardEntity ~= nil and cardEntity.UITouchReceiveComponent ~= nil then\n\t\tlocal cardPath = \"/ui/DefaultGroup/CardHand/Card\" .. tostring(i)\n\t\tcardEntity:ConnectEvent(UITouchEnterEvent, function() self:SetCardHover(cardPath, true) end)\n\t\tcardEntity:ConnectEvent(UITouchExitEvent, function() self:SetCardHover(cardPath, false) end)\n\t\tcardEntity:ConnectEvent(UITouchBeginDragEvent, function(ev) self:OnCardDragBegin(i) end)\n\t\tcardEntity:ConnectEvent(UITouchDragEvent, function(ev) self:OnCardDrag(i, ev.TouchPoint) end)\n\t\tcardEntity:ConnectEvent(UITouchEndDragEvent, function(ev) self:OnCardDragEnd(i, ev.TouchPoint) end)\n\t\tcardEntity:ConnectEvent(UITouchEnterEvent, function() self:HoverCard(i) end)\n\t\tcardEntity:ConnectEvent(UITouchExitEvent, function() self:UnhoverCard(i) end)\n\t\tif cardEntity.ButtonComponent ~= nil then\n\t\t\tcardEntity:ConnectEvent(ButtonClickEvent, function() self:OnCardButton(i) end)\n\t\tend\n\tend\nend\nfor i = 1, 3 do\n\tlocal rc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(i))\n\tif rc ~= nil and rc.ButtonComponent ~= nil then\n\t\trc:ConnectEvent(ButtonClickEvent, function() self:PickReward(i) end)\n\t\tif rc.UITouchReceiveComponent ~= nil then\n\t\t\tlocal cardPath = \"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(i)\n\t\t\trc:ConnectEvent(UITouchEnterEvent, function() self:SetCardHover(cardPath, true) end)\n\t\t\trc:ConnectEvent(UITouchExitEvent, function() self:SetCardHover(cardPath, false) end)\n\t\tend\n\tend\nend\nlocal skip = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RewardHud/Skip\")\nif skip ~= nil and skip.ButtonComponent ~= nil then\n\tskip:ConnectEvent(ButtonClickEvent, function() self:PickReward(0) end)\nend\nlocal mapNodeIds = {}\nfor r = 1, 6 do\n\tfor c = 1, 4 do\n\t\ttable.insert(mapNodeIds, \"r\" .. tostring(r) .. \"c\" .. tostring(c))\n\tend\nend\ntable.insert(mapNodeIds, \"boss\")\nfor i = 1, #mapNodeIds do\n\tlocal nid = mapNodeIds[i]\n\tlocal mn = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/MapHud/Node_\" .. nid)\n\tif mn ~= nil and mn.ButtonComponent ~= nil then\n\t\tmn:ConnectEvent(ButtonClickEvent, function() self:PickNode(nid) end)\n\tend\nend\nfor i = 1, 3 do\n\tlocal sc = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i))\n\tif sc ~= nil and sc.ButtonComponent ~= nil then\n\t\tsc:ConnectEvent(ButtonClickEvent, function() self:BuyCard(i) end)\n\t\tif sc.UITouchReceiveComponent ~= nil then\n\t\t\tlocal cardPath = \"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i)\n\t\t\tsc:ConnectEvent(UITouchEnterEvent, function() self:SetCardHover(cardPath, true) end)\n\t\t\tsc:ConnectEvent(UITouchExitEvent, function() self:SetCardHover(cardPath, false) end)\n\t\tend\n\tend\nend\nlocal shopLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Leave\")\nif shopLeave ~= nil and shopLeave.ButtonComponent ~= nil then\n\tshopLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal shopRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Relic\")\nif shopRelic ~= nil and shopRelic.ButtonComponent ~= nil then\n\tshopRelic:ConnectEvent(ButtonClickEvent, function() self:BuyRelic() end)\nend\nlocal restLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/RestHud/Leave\")\nif restLeave ~= nil and restLeave.ButtonComponent ~= nil then\n\trestLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nfor i = 1, 4 do\n\tlocal ms = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i))\n\tif ms ~= nil and ms.ButtonComponent ~= nil then\n\t\tms:ConnectEvent(ButtonClickEvent, function() self:SetTarget(i) end)\n\tend\nend\nfor i = 1, 10 do\n\tlocal rs = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/RelicSlot\" .. tostring(i))\n\tif rs ~= nil and rs.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\trs:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal rid = nil\n\t\t\tif self.RunRelics ~= nil then rid = self.RunRelics[idx] end\n\t\t\tif rid ~= nil and self.Relics[rid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Relics[rid].name, self.Relics[rid].desc, -240 + (idx - 1) * 48)\n\t\t\tend\n\t\tend)\n\t\trs:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\tend\nend\nfor i = 1, 5 do\n\tlocal ps = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/TopBar/PotionSlot\" .. tostring(i))\n\tif ps ~= nil and ps.UITouchReceiveComponent ~= nil then\n\t\tlocal idx = i\n\t\tps:ConnectEvent(UITouchEnterEvent, function()\n\t\t\tlocal pid = nil\n\t\t\tif self.RunPotions ~= nil then pid = self.RunPotions[idx] end\n\t\t\tif pid ~= nil and self.Potions[pid] ~= nil then\n\t\t\t\tself:ShowTooltip(self.Potions[pid].name, self.Potions[pid].desc, 240 + (idx - 1) * 44)\n\t\t\tend\n\t\tend)\n\t\tps:ConnectEvent(UITouchExitEvent, function() self:HideTooltip() end)\n\t\tps:ConnectEvent(UITouchDownEvent, function() self:OpenPotionMenu(idx) end)\n\tend\nend\nlocal pmUse = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Use\")\nif pmUse ~= nil and pmUse.ButtonComponent ~= nil then\n\tpmUse:ConnectEvent(ButtonClickEvent, function() self:UsePotion() end)\nend\nlocal pmToss = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Toss\")\nif pmToss ~= nil and pmToss.ButtonComponent ~= nil then\n\tpmToss:ConnectEvent(ButtonClickEvent, function() self:TossPotion() end)\nend\nlocal pmClose = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/PotionMenu/Close\")\nif pmClose ~= nil and pmClose.ButtonComponent ~= nil then\n\tpmClose:ConnectEvent(ButtonClickEvent, function() self:ClosePotionMenu() end)\nend\nlocal shopPotion = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Potion\")\nif shopPotion ~= nil and shopPotion.ButtonComponent ~= nil then\n\tshopPotion:ConnectEvent(ButtonClickEvent, function() self:BuyPotion() end)\nend\nlocal chest = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Chest\")\nif chest ~= nil and chest.ButtonComponent ~= nil then\n\tchest:ConnectEvent(ButtonClickEvent, function() self:OpenChest() end)\nend\nlocal treasureLeave = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/TreasureHud/Leave\")\nif treasureLeave ~= nil and treasureLeave.ButtonComponent ~= nil then\n\ttreasureLeave:ConnectEvent(ButtonClickEvent, function() self:LeaveNode() end)\nend\nlocal jcRelic = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/RelicButton\")\nif jcRelic ~= nil and jcRelic.ButtonComponent ~= nil then\n\tjcRelic:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"relic\") end)\nend\nlocal jcJob = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobChoiceHud/JobButton\")\nif jcJob ~= nil and jcJob.ButtonComponent ~= nil then\n\tjcJob:ConnectEvent(ButtonClickEvent, function() self:PickJobReward(\"job\") end)\nend\nfor i = 1, 3 do\n\tlocal slotIdx = i\n\tlocal jb = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/JobSelectHud/Job_slot\" .. tostring(i))\n\tif jb ~= nil and jb.ButtonComponent ~= nil then\n\t\tjb:ConnectEvent(ButtonClickEvent, function()\n\t\t\tif self.JobOpts ~= nil and self.JobOpts[slotIdx] ~= nil then\n\t\t\t\tself:SetJob(self.JobOpts[slotIdx].id)\n\t\t\tend\n\t\tend)\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1601,7 +1615,7 @@ "Name": null }, "Arguments": [], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nlocal burn = 0\nfor bi = 1, #self.Hand do\n\tlocal hc = self.Cards[self.Hand[bi]]\n\tif hc ~= nil and hc.endTurnDamage ~= nil then burn = burn + hc.endTurnDamage end\nend\nif burn > 0 then\n\tself.PlayerHp = self.PlayerHp - burn\n\tif self.PlayerHp < 0 then self.PlayerHp = 0 end\n\tself:ShowPlayerDmgPop(burn)\n\tself:RenderCombat()\nend\nfor i = 1, #self.Hand do\n\ttable.insert(self.DiscardPile, self.Hand[i])\nend\nself.Hand = {}\nif self.PlayerWeak > 0 then self.PlayerWeak = self.PlayerWeak - 1 end\nif self.PlayerVuln > 0 then self.PlayerVuln = self.PlayerVuln - 1 end\nself:RenderHand(false)\nself:RenderPiles()\nself:EnemyTurn()", + "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self:IsDiscardSelecting() == true then\n\tself:Toast(\"버릴 카드를 먼저 선택하세요\")\n\treturn\nend\nlocal burn = 0\nfor bi = 1, #self.Hand do\n\tlocal hc = self.Cards[self.Hand[bi]]\n\tif hc ~= nil and hc.endTurnDamage ~= nil then burn = burn + hc.endTurnDamage end\nend\nif burn > 0 then\n\tself.PlayerHp = self.PlayerHp - burn\n\tif self.PlayerHp < 0 then self.PlayerHp = 0 end\n\tself:ShowPlayerDmgPop(burn)\n\tself:RenderCombat()\nend\nfor i = 1, #self.Hand do\n\ttable.insert(self.DiscardPile, self.Hand[i])\nend\nself.Hand = {}\nif self.PlayerWeak > 0 then self.PlayerWeak = self.PlayerWeak - 1 end\nif self.PlayerVuln > 0 then self.PlayerVuln = self.PlayerVuln - 1 end\nself:RenderHand(false)\nself:RenderPiles()\nself:EnemyTurn()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2216,6 +2230,21 @@ "Attributes": [], "Name": "DiscardHandCard" }, + { + "Return": { + "Type": "boolean", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [], + "Code": "return self.DiscardSelectRemaining ~= nil and self.DiscardSelectRemaining > 0", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "IsDiscardSelecting" + }, { "Return": { "Type": "void", @@ -2224,6 +2253,21 @@ "Attributes": [], "Name": null }, + "Arguments": [], + "Code": "local e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CombatHud/DiscardPrompt\")\nif e == nil then\n\treturn\nend\nif self:IsDiscardSelecting() == true then\n\tlocal picked = self.DiscardSelectTotal - self.DiscardSelectRemaining\n\tself:SetText(\"/ui/DefaultGroup/CombatHud/DiscardPrompt\", \"버릴 카드 선택 \" .. tostring(picked + 1) .. \"/\" .. tostring(self.DiscardSelectTotal))\n\te.Enable = true\nelse\n\te.Enable = false\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "UpdateDiscardPrompt" + }, + { + "Return": { + "Type": "boolean", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, "Arguments": [ { "Type": "any", @@ -2233,11 +2277,49 @@ "Name": "c" } ], - "Code": "if c == nil or self.Hand == nil then\n\treturn\nend\nif c.discardAll == true then\n\twhile #self.Hand > 0 do\n\t\tself:DiscardHandCard(#self.Hand, true)\n\tend\nelseif c.discard ~= nil then\n\tlocal n = math.min(c.discard, #self.Hand)\n\tfor i = 1, n do\n\t\tself:DiscardHandCard(#self.Hand, true)\n\tend\nend", + "Code": "if c == nil or self.Hand == nil then\n\treturn false\nend\nlocal n = 0\nif c.discardAll == true then\n\tn = #self.Hand\nelseif c.discard ~= nil then\n\tn = math.min(c.discard, #self.Hand)\nend\nif n <= 0 then\n\treturn false\nend\nself.DiscardSelectRemaining = n\nself.DiscardSelectTotal = n\nself:UpdateDiscardPrompt()\nself:Toast(\"버릴 카드를 선택하세요\")\nreturn true", "Scope": 2, "ExecSpace": 6, "Attributes": [], - "Name": "DiscardCardEffects" + "Name": "BeginDiscardSelection" + }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [], + "Code": "self.DiscardSelectRemaining = 0\nself.DiscardSelectTotal = 0\nself:UpdateDiscardPrompt()\nself:RenderHand(false)\nself:RenderPiles()\nself:RenderCombat()\nself:CheckCombatEnd()", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "FinishDiscardSelection" + }, + { + "Return": { + "Type": "boolean", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "number", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "slot" + } + ], + "Code": "if self:IsDiscardSelecting() ~= true then\n\treturn false\nend\nif self.Hand == nil or self.Hand[slot] == nil then\n\treturn true\nend\nself:DiscardHandCard(slot, true)\nself.DiscardSelectRemaining = self.DiscardSelectRemaining - 1\nif self.DiscardSelectRemaining <= 0 or #self.Hand <= 0 then\n\tself:FinishDiscardSelection()\nelse\n\tself:UpdateDiscardPrompt()\n\tself:RenderHand(false)\n\tself:RenderPiles()\n\tself:RenderCombat()\nend\nreturn true", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "SelectDiscardSlot" }, { "Return": { @@ -2256,12 +2338,35 @@ "Name": "slot" } ], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.unplayable == true then\n\tself:Toast(\"사용할 수 없는 카드입니다\")\n\treturn\nend\nif self.Energy < c.cost then\n\tself:Toast(\"에너지가 부족합니다\")\n\treturn\nend\nself.Energy = self.Energy - c.cost\nself:ResolveCardEffects(cardId, c, false)\ntable.remove(self.Hand, slot)\nif c.kind ~= \"Power\" then\n\ttable.insert(self.DiscardPile, cardId)\nend\nself:DiscardCardEffects(c)\nself:RenderHand(false)\nself:RenderPiles()\nself:RenderCombat()\nself:CheckCombatEnd()", + "Code": "if self:IsDiscardSelecting() == true then\n\tself:SelectDiscardSlot(slot)\n\treturn\nend\nif self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.unplayable == true then\n\tself:Toast(\"사용할 수 없는 카드입니다\")\n\treturn\nend\nif self.Energy < c.cost then\n\tself:Toast(\"에너지가 부족합니다\")\n\treturn\nend\nself.Energy = self.Energy - c.cost\nself:ResolveCardEffects(cardId, c, false)\ntable.remove(self.Hand, slot)\nif c.kind ~= \"Power\" then\n\ttable.insert(self.DiscardPile, cardId)\nend\nself:RenderHand(false)\nself:RenderPiles()\nself:RenderCombat()\nif self:BeginDiscardSelection(c) == true then\n\treturn\nend\nself:RenderHand(false)\nself:RenderPiles()\nself:RenderCombat()\nself:CheckCombatEnd()", "Scope": 2, "ExecSpace": 6, "Attributes": [], "Name": "PlayCard" }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "number", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "slot" + } + ], + "Code": "if self:IsDiscardSelecting() == true then\n\tself:SelectDiscardSlot(slot)\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "OnCardButton" + }, { "Return": { "Type": "void", @@ -2369,7 +2474,7 @@ "Name": "touchPoint" } ], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.kind == \"Attack\" then\n\tlocal best = 0\n\tlocal bestDist = 200\n\tfor i = 1, #self.Monsters do\n\t\tlocal m = self.Monsters[i]\n\t\tif m.alive == true and m.entity ~= nil and isvalid(m.entity) and m.entity.TransformComponent ~= nil then\n\t\t\tlocal wp = m.entity.TransformComponent.WorldPosition\n\t\t\tlocal sp = _UILogic:WorldToScreenPosition(Vector2(wp.x, wp.y + 0.7))\n\t\t\tlocal dx = sp.x - touchPoint.x\n\t\t\tlocal dy = sp.y - touchPoint.y\n\t\t\tlocal d = math.sqrt(dx * dx + dy * dy)\n\t\t\tif d < bestDist then\n\t\t\t\tbestDist = d\n\t\t\t\tbest = i\n\t\t\tend\n\t\tend\n\tend\n\tif best > 0 then\n\t\tself.TargetIndex = best\n\t\tself:PlayCard(slot)\n\tend\nelse\n\tlocal ui = _UILogic:ScreenToUIPosition(touchPoint)\n\tif ui.y > -180 then\n\t\tself:PlayCard(slot)\n\tend\nend", + "Code": "if self:IsDiscardSelecting() == true then\n\tself:SelectDiscardSlot(slot)\n\treturn\nend\nif self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.kind == \"Attack\" then\n\tlocal best = 0\n\tlocal bestDist = 200\n\tfor i = 1, #self.Monsters do\n\t\tlocal m = self.Monsters[i]\n\t\tif m.alive == true and m.entity ~= nil and isvalid(m.entity) and m.entity.TransformComponent ~= nil then\n\t\t\tlocal wp = m.entity.TransformComponent.WorldPosition\n\t\t\tlocal sp = _UILogic:WorldToScreenPosition(Vector2(wp.x, wp.y + 0.7))\n\t\t\tlocal dx = sp.x - touchPoint.x\n\t\t\tlocal dy = sp.y - touchPoint.y\n\t\t\tlocal d = math.sqrt(dx * dx + dy * dy)\n\t\t\tif d < bestDist then\n\t\t\t\tbestDist = d\n\t\t\t\tbest = i\n\t\t\tend\n\t\tend\n\tend\n\tif best > 0 then\n\t\tself.TargetIndex = best\n\t\tself:PlayCard(slot)\n\tend\nelse\n\tlocal ui = _UILogic:ScreenToUIPosition(touchPoint)\n\tif ui.y > -180 then\n\t\tself:PlayCard(slot)\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 3b2ec4b..f8d2092 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -1412,6 +1412,21 @@ function upsertUi() { text({ value: '', fontSize: 15, bold: false, color: { r: 0.92, g: 0.92, b: 0.95, a: 1 }, alignment: 4 }), ], })); + const discardPrompt = entity({ + id: guid('cmb', 333), + path: '/ui/DefaultGroup/CombatHud/DiscardPrompt', + modelId: 'uitext', + entryId: 'UIText', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', + displayOrder: 22, + components: [ + transform({ parentW: 1920, parentH: 1080, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 520, y: 48 }, pos: { x: 0, y: -260 }, align: ALIGN_CENTER }), + sprite({ color: { r: 0.05, g: 0.06, b: 0.09, a: 0.86 }, type: 1 }), + text({ value: '', fontSize: 22, bold: true, color: GOLD, alignment: 4 }), + ], + }); + discardPrompt.jsonString.enable = false; + combat.push(discardPrompt); const potionMenu = entity({ id: guid('cmb', 340), path: '/ui/DefaultGroup/CombatHud/PotionMenu', @@ -2832,6 +2847,8 @@ function writeCodeblocks() { prop('any', 'VisitedNodes'), prop('boolean', 'ChestOpened', 'false'), prop('string', 'PlayerJob', '""'), + prop('number', 'DiscardSelectRemaining', '0'), + prop('number', 'DiscardSelectTotal', '0'), ], [ method('OnBeginPlay', `${luaCardsTable(CARDS.cards)} ${luaFramesTable()} @@ -3301,6 +3318,7 @@ self:ShowMap()`), self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/Result", false) self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/PotionMenu", false) self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/TooltipBox", false) +self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/DiscardPrompt", false) self:SetText("/ui/DefaultGroup/CombatHud/PlayerPanel/Name", self:JobLabel()) self.MaxEnergy = 3 self.Turn = 0 @@ -3312,6 +3330,8 @@ self.PlayerPowers = {} self.FightAttackCount = 0 self.FirstHpLossDone = false self.ClayBlockNext = 0 +self.DiscardSelectRemaining = 0 +self.DiscardSelectTotal = 0 self.CombatOver = false self.DiscardPile = {} self.Hand = {} @@ -3502,6 +3522,9 @@ for i = 1, 10 do cardEntity:ConnectEvent(UITouchEndDragEvent, function(ev) self:OnCardDragEnd(i, ev.TouchPoint) end) cardEntity:ConnectEvent(UITouchEnterEvent, function() self:HoverCard(i) end) cardEntity:ConnectEvent(UITouchExitEvent, function() self:UnhoverCard(i) end) + if cardEntity.ButtonComponent ~= nil then + cardEntity:ConnectEvent(ButtonClickEvent, function() self:OnCardButton(i) end) + end end end for i = 1, 3 do @@ -3662,6 +3685,10 @@ self:RenderCombat()`), method('EndPlayerTurn', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return end +if self:IsDiscardSelecting() == true then + self:Toast("버릴 카드를 먼저 선택하세요") + return +end local burn = 0 for bi = 1, #self.Hand do \tlocal hc = self.Cards[self.Hand[bi]] @@ -4230,20 +4257,64 @@ end`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'boolean', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'triggerSly' }, ]), - method('DiscardCardEffects', `if c == nil or self.Hand == nil then + method('IsDiscardSelecting', `return self.DiscardSelectRemaining ~= nil and self.DiscardSelectRemaining > 0`, [], 0, 'boolean'), + method('UpdateDiscardPrompt', `local e = _EntityService:GetEntityByPath("/ui/DefaultGroup/CombatHud/DiscardPrompt") +if e == nil then return end +if self:IsDiscardSelecting() == true then + local picked = self.DiscardSelectTotal - self.DiscardSelectRemaining + self:SetText("/ui/DefaultGroup/CombatHud/DiscardPrompt", "버릴 카드 선택 " .. tostring(picked + 1) .. "/" .. tostring(self.DiscardSelectTotal)) + e.Enable = true +else + e.Enable = false +end`), + method('BeginDiscardSelection', `if c == nil or self.Hand == nil then + return false +end +local n = 0 if c.discardAll == true then - while #self.Hand > 0 do - self:DiscardHandCard(#self.Hand, true) - end + n = #self.Hand elseif c.discard ~= nil then - local n = math.min(c.discard, #self.Hand) - for i = 1, n do - self:DiscardHandCard(#self.Hand, true) - end -end`, [{ Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'c' }]), - method('PlayCard', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then + n = math.min(c.discard, #self.Hand) +end +if n <= 0 then + return false +end +self.DiscardSelectRemaining = n +self.DiscardSelectTotal = n +self:UpdateDiscardPrompt() +self:Toast("버릴 카드를 선택하세요") +return true`, [{ Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'c' }], 0, 'boolean'), + method('FinishDiscardSelection', `self.DiscardSelectRemaining = 0 +self.DiscardSelectTotal = 0 +self:UpdateDiscardPrompt() +self:RenderHand(false) +self:RenderPiles() +self:RenderCombat() +self:CheckCombatEnd()`), + method('SelectDiscardSlot', `if self:IsDiscardSelecting() ~= true then + return false +end +if self.Hand == nil or self.Hand[slot] == nil then + return true +end +self:DiscardHandCard(slot, true) +self.DiscardSelectRemaining = self.DiscardSelectRemaining - 1 +if self.DiscardSelectRemaining <= 0 or #self.Hand <= 0 then + self:FinishDiscardSelection() +else + self:UpdateDiscardPrompt() + self:RenderHand(false) + self:RenderPiles() + self:RenderCombat() +end +return true`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }], 0, 'boolean'), + method('PlayCard', `if self:IsDiscardSelecting() == true then + self:SelectDiscardSlot(slot) + return +end +if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return end if self.Hand == nil then @@ -4271,11 +4342,19 @@ table.remove(self.Hand, slot) if c.kind ~= "Power" then table.insert(self.DiscardPile, cardId) end -self:DiscardCardEffects(c) +self:RenderHand(false) +self:RenderPiles() +self:RenderCombat() +if self:BeginDiscardSelection(c) == true then + return +end self:RenderHand(false) self:RenderPiles() self:RenderCombat() self:CheckCombatEnd()`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }]), + method('OnCardButton', `if self:IsDiscardSelecting() == true then + self:SelectDiscardSlot(slot) +end`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }]), method('OnCardDragBegin', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return end @@ -4320,7 +4399,11 @@ self:ResolveCardDrop(slot, touchPoint)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'touchPoint' }, ]), - method('ResolveCardDrop', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then + method('ResolveCardDrop', `if self:IsDiscardSelecting() == true then + self:SelectDiscardSlot(slot) + return +end +if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return end local cardId = self.Hand[slot] diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index fe74595..8ccce1a 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -25464,6 +25464,194 @@ "@version": 1 } }, + { + "id": "0cb0014d-0000-4000-8000-00000cb0014d", + "path": "/ui/DefaultGroup/CombatHud/DiscardPrompt", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "DiscardPrompt", + "path": "/ui/DefaultGroup/CombatHud/DiscardPrompt", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 22, + "pathConstraints": "////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 260, + "y": -236 + }, + "OffsetMin": { + "x": -260, + "y": -284 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 520, + "y": 48 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -260 + }, + "Position": { + "x": 0, + "y": -260, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.05, + "g": 0.06, + "b": 0.09, + "a": 0.86 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 0.94, + "g": 0.74, + "b": 0.26, + "a": 1 + }, + "FontSize": 22, + "MaxSize": 22, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 1, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, { "id": "0cb00154-0000-4000-8000-00000cb00154", "path": "/ui/DefaultGroup/CombatHud/PotionMenu", From f9e7bc3603e6a09f65a10761cb5a3acd5098b661 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:29:48 +0900 Subject: [PATCH 07/14] fix(cards): support large hand drag positions --- RootDesk/MyDesk/SlayDeckController.codeblock | 33 +++++++++++++++++--- tools/deck/gen-slaydeck.mjs | 30 ++++++++++++------ 2 files changed, 49 insertions(+), 14 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index a966842..b867e66 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -1645,7 +1645,7 @@ "Name": "animate" } ], - "Code": "local drawnSlots = {}\nfor i = 1, amount do\n\tif #self.DrawPile <= 0 then\n\t\tself:RecycleDiscardIntoDraw()\n\tend\n\tif #self.DrawPile <= 0 then\n\t\tbreak\n\tend\n\tlocal cardId = table.remove(self.DrawPile)\n\tif #self.Hand >= 10 then\n\t\ttable.insert(self.DiscardPile, cardId)\n\t\tself:TriggerSly(cardId)\n\telse\n\t\ttable.insert(self.Hand, cardId)\n\t\tif #self.Hand <= 5 then\n\t\t\ttable.insert(drawnSlots, #self.Hand)\n\t\tend\n\tend\nend\nself:RenderPiles()\nif animate == true and #drawnSlots > 0 then\n\tself:RenderHand(false)\n\tlocal drawStart = Vector2(-590, 8)\n\tfor i = 1, #drawnSlots do\n\t\tlocal slot = drawnSlots[i]\n\t\tself:AnimateCardFrom(slot, drawStart, Vector2((slot - 3) * 200, 0), 0.08 + i * 0.045)\n\tend\nend", + "Code": "local drawnSlots = {}\nfor i = 1, amount do\n\tif #self.DrawPile <= 0 then\n\t\tself:RecycleDiscardIntoDraw()\n\tend\n\tif #self.DrawPile <= 0 then\n\t\tbreak\n\tend\n\tlocal cardId = table.remove(self.DrawPile)\n\tif #self.Hand >= 10 then\n\t\ttable.insert(self.DiscardPile, cardId)\n\t\tself:TriggerSly(cardId)\n\telse\n\t\ttable.insert(self.Hand, cardId)\n\t\tif #self.Hand <= 5 then\n\t\t\ttable.insert(drawnSlots, #self.Hand)\n\t\tend\n\tend\nend\nself:RenderPiles()\nif animate == true and #drawnSlots > 0 then\n\tself:RenderHand(false)\n\tlocal drawStart = Vector2(-590, 8)\n\tfor i = 1, #drawnSlots do\n\t\tlocal slot = drawnSlots[i]\n\t\tself:AnimateCardFrom(slot, drawStart, Vector2(self:GetHandSlotX(slot), 0), 0.08 + i * 0.045)\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1930,6 +1930,29 @@ "Attributes": [], "Name": "ApplyAllDeckCardVisual" }, + { + "Return": { + "Type": "number", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "number", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "slot" + } + ], + "Code": "local n = 0\nif self.Hand ~= nil then\n\tn = #self.Hand\nend\nif n <= 0 then\n\treturn 0\nend\nlocal spacing = 175\nif n > 8 then spacing = math.floor(1400 / n) end\nlocal startX = -((n - 1) * spacing) / 2\nreturn startX + (slot - 1) * spacing", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "GetHandSlotX" + }, { "Return": { "Type": "void", @@ -1947,7 +1970,7 @@ "Name": "animate" } ], - "Code": "local n = #self.Hand\nlocal spacing = 175\nif n > 8 then spacing = math.floor(1400 / n) end\nlocal startX = -((n - 1) * spacing) / 2\nlocal drawStart = Vector2(-590, 8)\nfor i = 1, 10 do\n\tlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif cardEntity ~= nil then\n\t\tlocal cardId = self.Hand[i]\n\t\tif cardId == nil then\n\t\t\tcardEntity.Enable = false\n\t\telse\n\t\t\tcardEntity.Enable = true\n\t\t\tif cardEntity.UITransformComponent ~= nil then cardEntity.UITransformComponent.UIScale = Vector3(1, 1, 1) end\n\t\t\tself:ApplyCardVisual(i, cardId)\n\t\t\tlocal tx = startX + (i - 1) * spacing\n\t\t\tif animate == true then\n\t\t\t\tself:AnimateCardFrom(i, drawStart, Vector2(tx, 0), 0.16 + i * 0.03)\n\t\t\telse\n\t\t\t\tif cardEntity.UITransformComponent ~= nil then cardEntity.UITransformComponent.anchoredPosition = Vector2(tx, 0) end\n\t\t\tend\n\t\tend\n\tend\nend\nself:RenderPiles()", + "Code": "local n = #self.Hand\nlocal spacing = 175\nif n > 8 then spacing = math.floor(1400 / n) end\nlocal startX = -((n - 1) * spacing) / 2\nlocal drawStart = Vector2(-590, 8)\nfor i = 1, 10 do\n\tlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif cardEntity ~= nil then\n\t\tlocal cardId = self.Hand[i]\n\t\tif cardId == nil then\n\t\t\tcardEntity.Enable = false\n\t\telse\n\t\t\tcardEntity.Enable = true\n\t\t\tif cardEntity.UITransformComponent ~= nil then cardEntity.UITransformComponent.UIScale = Vector3(1, 1, 1) end\n\t\t\tself:ApplyCardVisual(i, cardId)\n\t\t\tlocal tx = self:GetHandSlotX(i)\n\t\t\tif animate == true then\n\t\t\t\tself:AnimateCardFrom(i, drawStart, Vector2(tx, 0), 0.16 + i * 0.03)\n\t\t\telse\n\t\t\t\tif cardEntity.UITransformComponent ~= nil then cardEntity.UITransformComponent.anchoredPosition = Vector2(tx, 0) end\n\t\t\tend\n\t\tend\n\tend\nend\nself:RenderPiles()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2007,7 +2030,7 @@ "Name": "hover" } ], - "Code": "local prefix = \"\"\nlocal count = 0\nlocal xs = {}\nlocal baseY = 0\nlocal hoverIndex = 0\nlocal push = 110\nif string.find(path, \"/ui/DefaultGroup/CardHand/Card\") == 1 then\n\tif self.DragSlot ~= nil and self.DragSlot > 0 then\n\t\treturn\n\tend\n\tprefix = \"/ui/DefaultGroup/CardHand/Card\"\n\tcount = 5\n\txs = { -400, -200, 0, 200, 400 }\n\tbaseY = 0\n\thoverIndex = tonumber(string.match(path, \"Card(%d+)\")) or 0\nelseif string.find(path, \"/ui/DefaultGroup/RewardHud/Reward\") == 1 then\n\tprefix = \"/ui/DefaultGroup/RewardHud/Reward\"\n\tcount = 3\n\txs = { -300, 0, 300 }\n\tbaseY = 0\n\thoverIndex = tonumber(string.match(path, \"Reward(%d+)\")) or 0\nelseif string.find(path, \"/ui/DefaultGroup/ShopHud/Card\") == 1 then\n\tprefix = \"/ui/DefaultGroup/ShopHud/Card\"\n\tcount = 3\n\txs = { -300, 0, 300 }\n\tbaseY = 20\n\thoverIndex = tonumber(string.match(path, \"Card(%d+)\")) or 0\nend\nif count <= 0 then\n\treturn\nend\nif self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then\n\t_TimerService:ClearTimer(self.CardHoverTweenId)\n\tself.CardHoverTweenId = 0\nend\nlocal items = {}\nfor i = 1, count do\n\tlocal e = _EntityService:GetEntityByPath(prefix .. tostring(i))\n\tif e ~= nil and e.UITransformComponent ~= nil then\n\t\tlocal tr = e.UITransformComponent\n\t\tlocal tx = xs[i]\n\t\tlocal ty = baseY\n\t\tlocal sc = 1\n\t\tif hover == true and hoverIndex > 0 then\n\t\t\tif i == hoverIndex and e.Enable == true then\n\t\t\t\tsc = 1.5\n\t\t\telseif i < hoverIndex then\n\t\t\t\ttx = tx - push\n\t\t\telseif i > hoverIndex then\n\t\t\t\ttx = tx + push\n\t\t\tend\n\t\tend\n\t\ttable.insert(items, { tr = tr, sx = tr.anchoredPosition.x, sy = tr.anchoredPosition.y, ss = tr.UIScale.x, tx = tx, ty = ty, ts = sc })\n\tend\nend\nlocal elapsed = 0\nlocal duration = 0.12\nlocal eventId = 0\neventId = _TimerService:SetTimerRepeat(function()\n\telapsed = elapsed + 1 / 60\n\tlocal t = math.min(elapsed / duration, 1)\n\tlocal eased = _TweenLogic:Ease(0, 1, 1, EaseType.SineEaseOut, t)\n\tfor i = 1, #items do\n\t\tlocal it = items[i]\n\t\tlocal x = it.sx + (it.tx - it.sx) * eased\n\t\tlocal y = it.sy + (it.ty - it.sy) * eased\n\t\tlocal s = it.ss + (it.ts - it.ss) * eased\n\t\tit.tr.anchoredPosition = Vector2(x, y)\n\t\tit.tr.UIScale = Vector3(s, s, 1)\n\tend\n\tif t >= 1 then\n\t\t_TimerService:ClearTimer(eventId)\n\t\tif self.CardHoverTweenId == eventId then\n\t\t\tself.CardHoverTweenId = 0\n\t\tend\n\tend\nend, 1 / 60)\nself.CardHoverTweenId = eventId", + "Code": "local prefix = \"\"\nlocal count = 0\nlocal xs = {}\nlocal baseY = 0\nlocal hoverIndex = 0\nlocal push = 110\nif string.find(path, \"/ui/DefaultGroup/CardHand/Card\") == 1 then\n\tif self.DragSlot ~= nil and self.DragSlot > 0 then\n\t\treturn\n\tend\n\tprefix = \"/ui/DefaultGroup/CardHand/Card\"\n\tcount = 0\n\tif self.Hand ~= nil then count = #self.Hand end\n\tfor i = 1, count do\n\t\txs[i] = self:GetHandSlotX(i)\n\tend\n\tbaseY = 0\n\thoverIndex = tonumber(string.match(path, \"Card(%d+)\")) or 0\nelseif string.find(path, \"/ui/DefaultGroup/RewardHud/Reward\") == 1 then\n\tprefix = \"/ui/DefaultGroup/RewardHud/Reward\"\n\tcount = 3\n\txs = { -300, 0, 300 }\n\tbaseY = 0\n\thoverIndex = tonumber(string.match(path, \"Reward(%d+)\")) or 0\nelseif string.find(path, \"/ui/DefaultGroup/ShopHud/Card\") == 1 then\n\tprefix = \"/ui/DefaultGroup/ShopHud/Card\"\n\tcount = 3\n\txs = { -300, 0, 300 }\n\tbaseY = 20\n\thoverIndex = tonumber(string.match(path, \"Card(%d+)\")) or 0\nend\nif count <= 0 then\n\treturn\nend\nif self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then\n\t_TimerService:ClearTimer(self.CardHoverTweenId)\n\tself.CardHoverTweenId = 0\nend\nlocal items = {}\nfor i = 1, count do\n\tlocal e = _EntityService:GetEntityByPath(prefix .. tostring(i))\n\tif e ~= nil and e.UITransformComponent ~= nil then\n\t\tlocal tr = e.UITransformComponent\n\t\tlocal tx = xs[i]\n\t\tlocal ty = baseY\n\t\tlocal sc = 1\n\t\tif hover == true and hoverIndex > 0 then\n\t\t\tif i == hoverIndex and e.Enable == true then\n\t\t\t\tsc = 1.5\n\t\t\telseif i < hoverIndex then\n\t\t\t\ttx = tx - push\n\t\t\telseif i > hoverIndex then\n\t\t\t\ttx = tx + push\n\t\t\tend\n\t\tend\n\t\ttable.insert(items, { tr = tr, sx = tr.anchoredPosition.x, sy = tr.anchoredPosition.y, ss = tr.UIScale.x, tx = tx, ty = ty, ts = sc })\n\tend\nend\nlocal elapsed = 0\nlocal duration = 0.12\nlocal eventId = 0\neventId = _TimerService:SetTimerRepeat(function()\n\telapsed = elapsed + 1 / 60\n\tlocal t = math.min(elapsed / duration, 1)\n\tlocal eased = _TweenLogic:Ease(0, 1, 1, EaseType.SineEaseOut, t)\n\tfor i = 1, #items do\n\t\tlocal it = items[i]\n\t\tlocal x = it.sx + (it.tx - it.sx) * eased\n\t\tlocal y = it.sy + (it.ty - it.sy) * eased\n\t\tlocal s = it.ss + (it.ts - it.ss) * eased\n\t\tit.tr.anchoredPosition = Vector2(x, y)\n\t\tit.tr.UIScale = Vector3(s, s, 1)\n\tend\n\tif t >= 1 then\n\t\t_TimerService:ClearTimer(eventId)\n\t\tif self.CardHoverTweenId == eventId then\n\t\t\tself.CardHoverTweenId = 0\n\t\tend\n\tend\nend, 1 / 60)\nself.CardHoverTweenId = eventId", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2384,7 +2407,7 @@ "Name": "slot" } ], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil or self.Hand[slot] == nil then\n\treturn\nend\nif self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then\n\t_TimerService:ClearTimer(self.CardHoverTweenId)\n\tself.CardHoverTweenId = 0\nend\nlocal cardXs = { -400, -200, 0, 200, 400 }\nfor i = 1, 5 do\n\tlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif e ~= nil and e.UITransformComponent ~= nil then\n\t\te.UITransformComponent.UIScale = Vector3(1, 1, 1)\n\t\te.UITransformComponent.anchoredPosition = Vector2(cardXs[i], 0)\n\tend\nend\nself.DragSlot = slot", + "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil or self.Hand[slot] == nil then\n\treturn\nend\nif self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then\n\t_TimerService:ClearTimer(self.CardHoverTweenId)\n\tself.CardHoverTweenId = 0\nend\nfor i = 1, 10 do\n\tlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif e ~= nil and e.UITransformComponent ~= nil then\n\t\te.UITransformComponent.UIScale = Vector3(1, 1, 1)\n\t\te.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(i), 0)\n\tend\nend\nself.DragSlot = slot", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2444,7 +2467,7 @@ "Name": "touchPoint" } ], - "Code": "if self.DragSlot ~= slot then\n\treturn\nend\nself.DragSlot = 0\nlocal cardXs = { -400, -200, 0, 200, 400 }\nlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot))\nif e ~= nil and e.UITransformComponent ~= nil then\n\te.UITransformComponent.anchoredPosition = Vector2(cardXs[slot], 0)\n\te.UITransformComponent.UIScale = Vector3(1, 1, 1)\nend\nself:ResolveCardDrop(slot, touchPoint)", + "Code": "if self.DragSlot ~= slot then\n\treturn\nend\nself.DragSlot = 0\nlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot))\nif e ~= nil and e.UITransformComponent ~= nil then\n\te.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(slot), 0)\n\te.UITransformComponent.UIScale = Vector3(1, 1, 1)\nend\nself:ResolveCardDrop(slot, touchPoint)", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index f8d2092..f54f370 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -3734,7 +3734,7 @@ if animate == true and #drawnSlots > 0 then \tlocal drawStart = Vector2(-590, 8) \tfor i = 1, #drawnSlots do \t\tlocal slot = drawnSlots[i] -\t\tself:AnimateCardFrom(slot, drawStart, Vector2((slot - 3) * 200, 0), 0.08 + i * 0.045) +\t\tself:AnimateCardFrom(slot, drawStart, Vector2(self:GetHandSlotX(slot), 0), 0.08 + i * 0.045) \tend end`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'amount' }, @@ -3976,6 +3976,17 @@ end`), { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, ]), + method('GetHandSlotX', `local n = 0 +if self.Hand ~= nil then + n = #self.Hand +end +if n <= 0 then + return 0 +end +local spacing = 175 +if n > 8 then spacing = math.floor(1400 / n) end +local startX = -((n - 1) * spacing) / 2 +return startX + (slot - 1) * spacing`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }], 0, 'number'), method('RenderHand', `local n = #self.Hand local spacing = 175 if n > 8 then spacing = math.floor(1400 / n) end @@ -3991,7 +4002,7 @@ for i = 1, 10 do \t\t\tcardEntity.Enable = true \t\t\tif cardEntity.UITransformComponent ~= nil then cardEntity.UITransformComponent.UIScale = Vector3(1, 1, 1) end \t\t\tself:ApplyCardVisual(i, cardId) -\t\t\tlocal tx = startX + (i - 1) * spacing +\t\t\tlocal tx = self:GetHandSlotX(i) \t\t\tif animate == true then \t\t\t\tself:AnimateCardFrom(i, drawStart, Vector2(tx, 0), 0.16 + i * 0.03) \t\t\telse @@ -4048,8 +4059,11 @@ if string.find(path, "/ui/DefaultGroup/CardHand/Card") == 1 then return end prefix = "/ui/DefaultGroup/CardHand/Card" - count = 5 - xs = { ${CARD_XS.join(', ')} } + count = 0 + if self.Hand ~= nil then count = #self.Hand end + for i = 1, count do + xs[i] = self:GetHandSlotX(i) + end baseY = 0 hoverIndex = tonumber(string.match(path, "Card(%d+)")) or 0 elseif string.find(path, "/ui/DefaultGroup/RewardHud/Reward") == 1 then @@ -4365,12 +4379,11 @@ if self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then _TimerService:ClearTimer(self.CardHoverTweenId) self.CardHoverTweenId = 0 end -local cardXs = { ${CARD_XS.join(', ')} } -for i = 1, 5 do +for i = 1, 10 do local e = _EntityService:GetEntityByPath("/ui/DefaultGroup/CardHand/Card" .. tostring(i)) if e ~= nil and e.UITransformComponent ~= nil then e.UITransformComponent.UIScale = Vector3(1, 1, 1) - e.UITransformComponent.anchoredPosition = Vector2(cardXs[i], 0) + e.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(i), 0) end end self.DragSlot = slot`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }]), @@ -4389,10 +4402,9 @@ end`, [ return end self.DragSlot = 0 -local cardXs = { ${CARD_XS.join(', ')} } local e = _EntityService:GetEntityByPath("/ui/DefaultGroup/CardHand/Card" .. tostring(slot)) if e ~= nil and e.UITransformComponent ~= nil then - e.UITransformComponent.anchoredPosition = Vector2(cardXs[slot], 0) + e.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(slot), 0) e.UITransformComponent.UIScale = Vector3(1, 1, 1) end self:ResolveCardDrop(slot, touchPoint)`, [ From b40c8d11d8135bc93947209eb30da2e4f4339c59 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:37:57 +0900 Subject: [PATCH 08/14] fix(combat): clear temporary curse cards after combat --- RootDesk/MyDesk/SlayDeckController.codeblock | 17 ++++++++++++++++- tools/deck/gen-slaydeck.mjs | 9 +++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index b867e66..57385ca 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -2745,7 +2745,22 @@ "Name": null }, "Arguments": [], - "Code": "local anyAlive = false\nfor i = 1, #self.Monsters do\n\tif self.Monsters[i].alive == true then anyAlive = true; break end\nend\nif anyAlive == false then\n\tself.CombatOver = true\n\tself.Gold = self.Gold + math.floor(25 * self:AscGoldMult())\n\tself:ApplyRelics(\"combatEnd\")\n\tself:ApplyRelics(\"combatReward\")\n\tself:MaybeDropPotion()\n\tself:RenderRun()\n\tlocal node = self.MapNodes[self.CurrentNodeId]\n\tif node ~= nil and node.type == \"elite\" then\n\t\tself.Gold = self.Gold + 15\n\t\tlocal nid = self:PickNewRelic()\n\t\tif nid ~= \"\" then\n\t\t\tself:AddRelic(nid)\n\t\t\tlocal nr = self.Relics[nid]\n\t\t\tif nr ~= nil then\n\t\t\t\tself:Toast(\"유물 획득: \" .. nr.name)\n\t\t\tend\n\t\tend\n\tend\n\tif node ~= nil and node.type == \"boss\" then\n\t\tif self.PlayerJob == \"\" and self.Floor < self.RunLength then\n\t\t\tself:ShowJobChoice()\n\t\telse\n\t\t\tif self.PlayerJob ~= \"\" then self:AwardSouls(1) end\n\t\t\tlocal bid = self:PickNewRelic()\n\t\t\tif bid ~= \"\" then\n\t\t\t\tself:AddRelic(bid)\n\t\t\t\tlocal br = self.Relics[bid]\n\t\t\t\tif br ~= nil then\n\t\t\t\t\tself:Toast(\"유물 획득: \" .. br.name)\n\t\t\t\tend\n\t\t\tend\n\t\t\tself:ContinueAfterBoss()\n\t\tend\n\telse\n\t\tself:OfferReward()\n\tend\nelseif self.PlayerHp <= 0 then\n\tself.CombatOver = true\n\tself:EndRun(\"패배...\")\nend", + "Code": "self.DrawPile = {}\nself.DiscardPile = {}\nself.Hand = {}\nself.DiscardSelectRemaining = 0\nself.DiscardSelectTotal = 0\nself:UpdateDiscardPrompt()\nself:RenderHand(false)\nself:RenderPiles()", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "ClearCombatCards" + }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [], + "Code": "local anyAlive = false\nfor i = 1, #self.Monsters do\n\tif self.Monsters[i].alive == true then anyAlive = true; break end\nend\nif anyAlive == false then\n\tself.CombatOver = true\n\tself:ClearCombatCards()\n\tself.Gold = self.Gold + math.floor(25 * self:AscGoldMult())\n\tself:ApplyRelics(\"combatEnd\")\n\tself:ApplyRelics(\"combatReward\")\n\tself:MaybeDropPotion()\n\tself:RenderRun()\n\tlocal node = self.MapNodes[self.CurrentNodeId]\n\tif node ~= nil and node.type == \"elite\" then\n\t\tself.Gold = self.Gold + 15\n\t\tlocal nid = self:PickNewRelic()\n\t\tif nid ~= \"\" then\n\t\t\tself:AddRelic(nid)\n\t\t\tlocal nr = self.Relics[nid]\n\t\t\tif nr ~= nil then\n\t\t\t\tself:Toast(\"유물 획득: \" .. nr.name)\n\t\t\tend\n\t\tend\n\tend\n\tif node ~= nil and node.type == \"boss\" then\n\t\tif self.PlayerJob == \"\" and self.Floor < self.RunLength then\n\t\t\tself:ShowJobChoice()\n\t\telse\n\t\t\tif self.PlayerJob ~= \"\" then self:AwardSouls(1) end\n\t\t\tlocal bid = self:PickNewRelic()\n\t\t\tif bid ~= \"\" then\n\t\t\t\tself:AddRelic(bid)\n\t\t\t\tlocal br = self.Relics[bid]\n\t\t\t\tif br ~= nil then\n\t\t\t\t\tself:Toast(\"유물 획득: \" .. br.name)\n\t\t\t\tend\n\t\t\tend\n\t\t\tself:ContinueAfterBoss()\n\t\tend\n\telse\n\t\tself:OfferReward()\n\tend\nelseif self.PlayerHp <= 0 then\n\tself.CombatOver = true\n\tself:EndRun(\"패배...\")\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index f54f370..352f3a3 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -4690,12 +4690,21 @@ if self.CombatOver == true then return end _TimerService:SetTimerOnce(function() self:StartPlayerTurn() end, 0.45)`), + method('ClearCombatCards', `self.DrawPile = {} +self.DiscardPile = {} +self.Hand = {} +self.DiscardSelectRemaining = 0 +self.DiscardSelectTotal = 0 +self:UpdateDiscardPrompt() +self:RenderHand(false) +self:RenderPiles()`), method('CheckCombatEnd', `local anyAlive = false for i = 1, #self.Monsters do if self.Monsters[i].alive == true then anyAlive = true; break end end if anyAlive == false then self.CombatOver = true + self:ClearCombatCards() self.Gold = self.Gold + math.floor(${GOLD_PER_WIN} * self:AscGoldMult()) self:ApplyRelics("combatEnd") self:ApplyRelics("combatReward") From 6427d23f50700733fc115cf46cbde01f03f0e756 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:42:40 +0900 Subject: [PATCH 09/14] feat(cards): highlight drag target monster --- RootDesk/MyDesk/SlayDeckController.codeblock | 53 +++++++++++++-- tools/deck/gen-slaydeck.mjs | 69 +++++++++++++++----- 2 files changed, 100 insertions(+), 22 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 57385ca..5299757 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -554,6 +554,13 @@ "Attributes": [], "Name": "DragSlot" }, + { + "Type": "number", + "DefaultValue": "0", + "SyncDirection": 0, + "Attributes": [], + "Name": "DragTargetIndex" + }, { "Type": "boolean", "DefaultValue": "false", @@ -2390,6 +2397,44 @@ "Attributes": [], "Name": "OnCardButton" }, + { + "Return": { + "Type": "number", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "any", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "touchPoint" + } + ], + "Code": "local best = 0\nlocal bestDist = 200\nfor i = 1, #self.Monsters do\n\tlocal m = self.Monsters[i]\n\tif m.alive == true and m.entity ~= nil and isvalid(m.entity) and m.entity.TransformComponent ~= nil then\n\t\tlocal wp = m.entity.TransformComponent.WorldPosition\n\t\tlocal sp = _UILogic:WorldToScreenPosition(Vector2(wp.x, wp.y + 0.7))\n\t\tlocal dx = sp.x - touchPoint.x\n\t\tlocal dy = sp.y - touchPoint.y\n\t\tlocal d = math.sqrt(dx * dx + dy * dy)\n\t\tif d < bestDist then\n\t\t\tbestDist = d\n\t\t\tbest = i\n\t\tend\n\tend\nend\nreturn best", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "FindMonsterAtTouch" + }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [], + "Code": "local shownTarget = self.TargetIndex\nif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then\n\tshownTarget = self.DragTargetIndex\nend\nfor i = 1, #self.Monsters do\n\tlocal m = self.Monsters[i]\n\tlocal active = false\n\tif m ~= nil and m.alive == true and i == shownTarget then active = true end\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetFrame\", active)\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "RenderTargetFrames" + }, { "Return": { "Type": "void", @@ -2407,7 +2452,7 @@ "Name": "slot" } ], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil or self.Hand[slot] == nil then\n\treturn\nend\nif self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then\n\t_TimerService:ClearTimer(self.CardHoverTweenId)\n\tself.CardHoverTweenId = 0\nend\nfor i = 1, 10 do\n\tlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif e ~= nil and e.UITransformComponent ~= nil then\n\t\te.UITransformComponent.UIScale = Vector3(1, 1, 1)\n\t\te.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(i), 0)\n\tend\nend\nself.DragSlot = slot", + "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self.Hand == nil or self.Hand[slot] == nil then\n\treturn\nend\nif self.CardHoverTweenId ~= nil and self.CardHoverTweenId ~= 0 then\n\t_TimerService:ClearTimer(self.CardHoverTweenId)\n\tself.CardHoverTweenId = 0\nend\nfor i = 1, 10 do\n\tlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(i))\n\tif e ~= nil and e.UITransformComponent ~= nil then\n\t\te.UITransformComponent.UIScale = Vector3(1, 1, 1)\n\t\te.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(i), 0)\n\tend\nend\nself.DragSlot = slot\nself.DragTargetIndex = 0\nself:RenderTargetFrames()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2437,7 +2482,7 @@ "Name": "touchPoint" } ], - "Code": "if self.DragSlot ~= slot then\n\treturn\nend\nlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot))\nif e ~= nil and e.UITransformComponent ~= nil then\n\tlocal ui = _UILogic:ScreenToUIPosition(touchPoint)\n\te.UITransformComponent.anchoredPosition = Vector2(ui.x, ui.y + 360)\nend", + "Code": "if self.DragSlot ~= slot then\n\treturn\nend\nlocal e = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot))\nif e ~= nil and e.UITransformComponent ~= nil then\n\tlocal ui = _UILogic:ScreenToUIPosition(touchPoint)\n\te.UITransformComponent.anchoredPosition = Vector2(ui.x, ui.y + 360)\nend\nlocal cardId = self.Hand[slot]\nlocal c = nil\nif cardId ~= nil then c = self.Cards[cardId] end\nif c ~= nil and c.kind == \"Attack\" then\n\tlocal best = self:FindMonsterAtTouch(touchPoint)\n\tif best ~= self.DragTargetIndex then\n\t\tself.DragTargetIndex = best\n\t\tself:RenderTargetFrames()\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2497,7 +2542,7 @@ "Name": "touchPoint" } ], - "Code": "if self:IsDiscardSelecting() == true then\n\tself:SelectDiscardSlot(slot)\n\treturn\nend\nif self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.kind == \"Attack\" then\n\tlocal best = 0\n\tlocal bestDist = 200\n\tfor i = 1, #self.Monsters do\n\t\tlocal m = self.Monsters[i]\n\t\tif m.alive == true and m.entity ~= nil and isvalid(m.entity) and m.entity.TransformComponent ~= nil then\n\t\t\tlocal wp = m.entity.TransformComponent.WorldPosition\n\t\t\tlocal sp = _UILogic:WorldToScreenPosition(Vector2(wp.x, wp.y + 0.7))\n\t\t\tlocal dx = sp.x - touchPoint.x\n\t\t\tlocal dy = sp.y - touchPoint.y\n\t\t\tlocal d = math.sqrt(dx * dx + dy * dy)\n\t\t\tif d < bestDist then\n\t\t\t\tbestDist = d\n\t\t\t\tbest = i\n\t\t\tend\n\t\tend\n\tend\n\tif best > 0 then\n\t\tself.TargetIndex = best\n\t\tself:PlayCard(slot)\n\tend\nelse\n\tlocal ui = _UILogic:ScreenToUIPosition(touchPoint)\n\tif ui.y > -180 then\n\t\tself:PlayCard(slot)\n\tend\nend", + "Code": "if self:IsDiscardSelecting() == true then\n\tself:SelectDiscardSlot(slot)\n\treturn\nend\nif self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nlocal cardId = self.Hand[slot]\nif cardId == nil then\n\treturn\nend\nlocal c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nif c.kind == \"Attack\" then\n\tlocal best = self.DragTargetIndex or 0\n\tif best <= 0 then best = self:FindMonsterAtTouch(touchPoint) end\n\tself.DragTargetIndex = 0\n\tif best > 0 then\n\t\tself.TargetIndex = best\n\t\tself:PlayCard(slot)\n\telse\n\t\tself:RenderTargetFrames()\n\tend\nelse\n\tself.DragTargetIndex = 0\n\tself:RenderTargetFrames()\n\tlocal ui = _UILogic:ScreenToUIPosition(touchPoint)\n\tif ui.y > -180 then\n\t\tself:PlayCard(slot)\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -2986,7 +3031,7 @@ "Name": null }, "Arguments": [], - "Code": "for i = 1, 4 do\n\tlocal base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i)\n\tlocal m = self.Monsters[i]\n\tif m ~= nil and m.alive == true then\n\t\tself:SetEntityEnabled(base, true)\n\t\tself:SetText(base .. \"/Name\", m.name)\n\t\tself:SetText(base .. \"/Hp\", string.format(\"%d\", m.hp) .. \"/\" .. string.format(\"%d\", m.maxHp))\n\t\tlocal intent = m.intents[m.intentIdx]\n\t\tlocal t = \"\"\n\t\tif intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tlocal atk = intent.value + m.str\n\t\t\t\tif m.weak > 0 then atk = math.floor(atk * 0.75) end\n\t\t\t\tif self.PlayerVuln > 0 then atk = math.floor(atk * 1.5) end\n\t\t\t\tt = \"공격 \" .. tostring(atk)\n\t\t\telseif intent.kind == \"Defend\" then t = \"방어 \" .. tostring(intent.value)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tif intent.effect == \"weak\" then t = \"약화 \" .. tostring(intent.value) .. \" 부여\"\n\t\t\t\telse t = \"취약 \" .. tostring(intent.value) .. \" 부여\" end\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tt = \"저주 카드 추가\"\n\t\t\tend\n\t\tend\n\t\tself:SetText(base .. \"/Intent\", t)\n\t\tself:SetEntityEnabled(base .. \"/TargetFrame\", i == self.TargetIndex)\n\t\tlocal intentEntity = _EntityService:GetEntityByPath(base .. \"/Intent\")\n\t\tif intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(1, 0.45, 0.35, 1)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.8, 0.5, 1, 1)\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.6, 0.85, 0.4, 1)\n\t\t\telse\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.5, 0.75, 1, 1)\n\t\t\tend\n\t\tend\n\t\tself:SetHpBar(base .. \"/HpBarFill\", m.hp, m.maxHp, 140)\n\t\tself:SetEntityEnabled(base .. \"/BlockBadge\", m.block > 0)\n\t\tself:SetText(base .. \"/BlockBadge/Value\", string.format(\"%d\", m.block))\n\t\tself:SetText(base .. \"/Buffs\", self:BuffsLabel(m.str, m.weak, m.vuln, m.poison or 0))\n\telse\n\t\tself:SetEntityEnabled(base, false)\n\tend\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpText\", string.format(\"%d\", self.PlayerHp) .. \"/\" .. string.format(\"%d\", self.PlayerMaxHp))\nself:SetHpBar(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpBarFill\", self.PlayerHp, self.PlayerMaxHp, 220)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge\", self.PlayerBlock > 0)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge/Value\", string.format(\"%d\", self.PlayerBlock))\nlocal pb = self:BuffsLabel(self.PlayerStr, self.PlayerWeak, self.PlayerVuln, 0)\nif self.PlayerPowers ~= nil and #self.PlayerPowers > 0 then\n\tlocal names = {}\n\tfor i = 1, #self.PlayerPowers do\n\t\tlocal pc = self.Cards[self.PlayerPowers[i]]\n\t\tif pc ~= nil then table.insert(names, pc.name) end\n\tend\n\tif pb ~= \"\" then pb = pb .. \" · \" end\n\tpb = pb .. table.concat(names, \" \")\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs\", pb)\nself:RenderRun()", + "Code": "for i = 1, 4 do\n\tlocal base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i)\n\tlocal m = self.Monsters[i]\n\tif m ~= nil and m.alive == true then\n\t\tself:SetEntityEnabled(base, true)\n\t\tself:SetText(base .. \"/Name\", m.name)\n\t\tself:SetText(base .. \"/Hp\", string.format(\"%d\", m.hp) .. \"/\" .. string.format(\"%d\", m.maxHp))\n\t\tlocal intent = m.intents[m.intentIdx]\n\t\tlocal t = \"\"\n\t\tif intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tlocal atk = intent.value + m.str\n\t\t\t\tif m.weak > 0 then atk = math.floor(atk * 0.75) end\n\t\t\t\tif self.PlayerVuln > 0 then atk = math.floor(atk * 1.5) end\n\t\t\t\tt = \"공격 \" .. tostring(atk)\n\t\t\telseif intent.kind == \"Defend\" then t = \"방어 \" .. tostring(intent.value)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tif intent.effect == \"weak\" then t = \"약화 \" .. tostring(intent.value) .. \" 부여\"\n\t\t\t\telse t = \"취약 \" .. tostring(intent.value) .. \" 부여\" end\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tt = \"저주 카드 추가\"\n\t\t\tend\n\t\tend\n\t\tself:SetText(base .. \"/Intent\", t)\n\t\tlocal shownTarget = self.TargetIndex\n\t\tif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end\n\t\tself:SetEntityEnabled(base .. \"/TargetFrame\", i == shownTarget)\n\t\tlocal intentEntity = _EntityService:GetEntityByPath(base .. \"/Intent\")\n\t\tif intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(1, 0.45, 0.35, 1)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.8, 0.5, 1, 1)\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.6, 0.85, 0.4, 1)\n\t\t\telse\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.5, 0.75, 1, 1)\n\t\t\tend\n\t\tend\n\t\tself:SetHpBar(base .. \"/HpBarFill\", m.hp, m.maxHp, 140)\n\t\tself:SetEntityEnabled(base .. \"/BlockBadge\", m.block > 0)\n\t\tself:SetText(base .. \"/BlockBadge/Value\", string.format(\"%d\", m.block))\n\t\tself:SetText(base .. \"/Buffs\", self:BuffsLabel(m.str, m.weak, m.vuln, m.poison or 0))\n\telse\n\t\tself:SetEntityEnabled(base, false)\n\tend\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpText\", string.format(\"%d\", self.PlayerHp) .. \"/\" .. string.format(\"%d\", self.PlayerMaxHp))\nself:SetHpBar(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpBarFill\", self.PlayerHp, self.PlayerMaxHp, 220)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge\", self.PlayerBlock > 0)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge/Value\", string.format(\"%d\", self.PlayerBlock))\nlocal pb = self:BuffsLabel(self.PlayerStr, self.PlayerWeak, self.PlayerVuln, 0)\nif self.PlayerPowers ~= nil and #self.PlayerPowers > 0 then\n\tlocal names = {}\n\tfor i = 1, #self.PlayerPowers do\n\t\tlocal pc = self.Cards[self.PlayerPowers[i]]\n\t\tif pc ~= nil then table.insert(names, pc.name) end\n\tend\n\tif pb ~= \"\" then pb = pb .. \" · \" end\n\tpb = pb .. table.concat(names, \" \")\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs\", pb)\nself:RenderRun()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 352f3a3..bfde31e 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -2828,6 +2828,7 @@ function writeCodeblocks() { prop('string', 'ShopRelic', '""'), prop('boolean', 'ShopRelicBought', 'false'), prop('number', 'DragSlot', '0'), + prop('number', 'DragTargetIndex', '0'), prop('boolean', 'FxBusy', 'false'), prop('boolean', 'TurnBusy', 'false'), prop('number', 'PlayerStr', '0'), @@ -4369,6 +4370,33 @@ self:CheckCombatEnd()`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, method('OnCardButton', `if self:IsDiscardSelecting() == true then self:SelectDiscardSlot(slot) end`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }]), + method('FindMonsterAtTouch', `local best = 0 +local bestDist = 200 +for i = 1, #self.Monsters do + local m = self.Monsters[i] + if m.alive == true and m.entity ~= nil and isvalid(m.entity) and m.entity.TransformComponent ~= nil then + local wp = m.entity.TransformComponent.WorldPosition + local sp = _UILogic:WorldToScreenPosition(Vector2(wp.x, wp.y + 0.7)) + local dx = sp.x - touchPoint.x + local dy = sp.y - touchPoint.y + local d = math.sqrt(dx * dx + dy * dy) + if d < bestDist then + bestDist = d + best = i + end + end +end +return best`, [{ Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'touchPoint' }], 0, 'number'), + method('RenderTargetFrames', `local shownTarget = self.TargetIndex +if self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then + shownTarget = self.DragTargetIndex +end +for i = 1, #self.Monsters do + local m = self.Monsters[i] + local active = false + if m ~= nil and m.alive == true and i == shownTarget then active = true end + self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetFrame", active) +end`), method('OnCardDragBegin', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return end @@ -4386,7 +4414,9 @@ for i = 1, 10 do e.UITransformComponent.anchoredPosition = Vector2(self:GetHandSlotX(i), 0) end end -self.DragSlot = slot`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }]), +self.DragSlot = slot +self.DragTargetIndex = 0 +self:RenderTargetFrames()`, [{ Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }]), method('OnCardDrag', `if self.DragSlot ~= slot then return end @@ -4394,6 +4424,16 @@ local e = _EntityService:GetEntityByPath("/ui/DefaultGroup/CardHand/Card" .. tos if e ~= nil and e.UITransformComponent ~= nil then local ui = _UILogic:ScreenToUIPosition(touchPoint) e.UITransformComponent.anchoredPosition = Vector2(ui.x, ui.y + 360) +end +local cardId = self.Hand[slot] +local c = nil +if cardId ~= nil then c = self.Cards[cardId] end +if c ~= nil and c.kind == "Attack" then + local best = self:FindMonsterAtTouch(touchPoint) + if best ~= self.DragTargetIndex then + self.DragTargetIndex = best + self:RenderTargetFrames() + end end`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'touchPoint' }, @@ -4427,27 +4467,18 @@ if c == nil then return end if c.kind == "Attack" then - local best = 0 - local bestDist = 200 - for i = 1, #self.Monsters do - local m = self.Monsters[i] - if m.alive == true and m.entity ~= nil and isvalid(m.entity) and m.entity.TransformComponent ~= nil then - local wp = m.entity.TransformComponent.WorldPosition - local sp = _UILogic:WorldToScreenPosition(Vector2(wp.x, wp.y + 0.7)) - local dx = sp.x - touchPoint.x - local dy = sp.y - touchPoint.y - local d = math.sqrt(dx * dx + dy * dy) - if d < bestDist then - bestDist = d - best = i - end - end - end + local best = self.DragTargetIndex or 0 + if best <= 0 then best = self:FindMonsterAtTouch(touchPoint) end + self.DragTargetIndex = 0 if best > 0 then self.TargetIndex = best self:PlayCard(slot) + else + self:RenderTargetFrames() end else + self.DragTargetIndex = 0 + self:RenderTargetFrames() local ui = _UILogic:ScreenToUIPosition(touchPoint) if ui.y > -180 then self:PlayCard(slot) @@ -4894,7 +4925,9 @@ return table.concat(parts, " ")`, [ end end self:SetText(base .. "/Intent", t) - self:SetEntityEnabled(base .. "/TargetFrame", i == self.TargetIndex) + local shownTarget = self.TargetIndex + if self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end + self:SetEntityEnabled(base .. "/TargetFrame", i == shownTarget) local intentEntity = _EntityService:GetEntityByPath(base .. "/Intent") if intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then if intent.kind == "Attack" then From b43ee02014279ff50f7201902a511c6eeb8d6a51 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:45:11 +0900 Subject: [PATCH 10/14] feat(cards): implement retain keyword --- RootDesk/MyDesk/SlayDeckController.codeblock | 6 +++--- data/cards.json | 3 ++- tools/balance/sim-balance.mjs | 10 ++++++++-- tools/balance/sim-balance.test.mjs | 15 +++++++++++++++ tools/deck/gen-slaydeck.mjs | 12 ++++++++++-- 5 files changed, 38 insertions(+), 8 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 5299757..c3339de 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -719,7 +719,7 @@ "Name": null }, "Arguments": [], - "Code": "self.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n\tbandit = \"bandit\",\n\tcurse = \"bandit\",\n\tshiv = \"bandit\",\n\tpoisoner = \"bandit\",\n\ttrickster = \"bandit\",\n}\nself.SoulShopDef = {\n\t{ key = \"meso\", name = \"두둑한 지갑\", desc = \"런 시작 시 메소 +60\", cost = 3 },\n\t{ key = \"hp\", name = \"단련된 육체\", desc = \"시작 최대 HP +15\", cost = 4 },\n\t{ key = \"trim\", name = \"덱 정제\", desc = \"시작 덱에서 기본 카드 1장 제거\", cost = 5 },\n\t{ key = \"relic\", name = \"유물 수집가\", desc = \"런 시작 시 유물 1개 추가\", cost = 6 },\n}\nself.SoulUnlocks = {}\nself.SoulPoints = self.SoulPoints or 0\nself:ShowLobby()\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil then\n\tself:ReqLoadAscension(lp.PlayerComponent.UserId)\n\tself:ReqLoadSouls(lp.PlayerComponent.UserId)\nend\n_InputService:ConnectEvent(KeyDownEvent, function(e)\n\tif e.key == KeyboardKey.LeftControl then\n\t\tlocal lp2 = _UserService.LocalPlayer\n\t\tif lp2 ~= nil and lp2.CurrentMapName == \"lobby\" and self.RunActive ~= true then\n\t\t\tself:PlayerAttackMotion()\n\t\tend\n\tend\nend)", + "Code": "self.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7, retain = true },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.CardFrames = {\n\twarrior = { normal = \"4bb57ef88ef449fdaf958f6cf37fe44b\", unique = \"4f71c124c8bc4e13b5e9fad392995f68\", legend = \"6d741a60c60743cb98ee740a1e2dbfed\" },\n\tmagician = { normal = \"d788d09f6f50467ebc67f01dec45f9e2\", unique = \"f5def2e8022b4e59a17d3c16414034fe\", legend = \"cff71f2e472041ce80c6fbd296f42e2d\" },\n\tbandit = { normal = \"9487b06867bc46269ed1d855420f457f\", unique = \"b3081fb2fb1445fa90b12b01481a78ef\", legend = \"c357d2daf31a489d95b8fa47e50dd879\" },\n}\nself.ClassToFrame = {\n\twarrior = \"warrior\",\n\tfighter = \"warrior\",\n\tpage = \"warrior\",\n\tspearman = \"warrior\",\n\tmagician = \"magician\",\n\tfirepoison = \"magician\",\n\ticelightning = \"magician\",\n\tcleric = \"magician\",\n\tbandit = \"bandit\",\n\tcurse = \"bandit\",\n\tshiv = \"bandit\",\n\tpoisoner = \"bandit\",\n\ttrickster = \"bandit\",\n}\nself.SoulShopDef = {\n\t{ key = \"meso\", name = \"두둑한 지갑\", desc = \"런 시작 시 메소 +60\", cost = 3 },\n\t{ key = \"hp\", name = \"단련된 육체\", desc = \"시작 최대 HP +15\", cost = 4 },\n\t{ key = \"trim\", name = \"덱 정제\", desc = \"시작 덱에서 기본 카드 1장 제거\", cost = 5 },\n\t{ key = \"relic\", name = \"유물 수집가\", desc = \"런 시작 시 유물 1개 추가\", cost = 6 },\n}\nself.SoulUnlocks = {}\nself.SoulPoints = self.SoulPoints or 0\nself:ShowLobby()\nlocal lp = _UserService.LocalPlayer\nif lp ~= nil then\n\tself:ReqLoadAscension(lp.PlayerComponent.UserId)\n\tself:ReqLoadSouls(lp.PlayerComponent.UserId)\nend\n_InputService:ConnectEvent(KeyDownEvent, function(e)\n\tif e.key == KeyboardKey.LeftControl then\n\t\tlocal lp2 = _UserService.LocalPlayer\n\t\tif lp2 ~= nil and lp2.CurrentMapName == \"lobby\" and self.RunActive ~= true then\n\t\t\tself:PlayerAttackMotion()\n\t\tend\n\tend\nend)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1472,7 +1472,7 @@ "Name": null }, "Arguments": [], - "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/DiscardPrompt\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.DiscardSelectRemaining = 0\nself.DiscardSelectTotal = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7 },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", + "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PotionMenu\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/TooltipBox\", false)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/DiscardPrompt\", false)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Name\", self:JobLabel())\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.PlayerStr = 0\nself.PlayerWeak = 0\nself.PlayerVuln = 0\nself.PlayerPowers = {}\nself.FightAttackCount = 0\nself.FirstHpLossDone = false\nself.ClayBlockNext = 0\nself.DiscardSelectRemaining = 0\nself.DiscardSelectTotal = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"warrior\", rarity = \"normal\", fx = \"291b2298db88476f8ae3c6c78f53c9b7\", image = \"e4acdf27d68549db8858d6082169c70c\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"warrior\", rarity = \"normal\", image = \"7648c3b8e1ca44fc8ec353561207a670\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, class = \"warrior\", rarity = \"normal\", fx = \"863812c5c2f84132ac7465b50ec2283e\", image = \"4cbbe8cfc3e840e4a76379498d8eb012\" },\n\tWarLeap = { name = \"워 리프\", cost = 1, desc = \"피해 4, 방어도 3\", kind = \"Attack\", damage = 4, block = 3, class = \"warrior\", rarity = \"normal\", image = \"992dabf6aff2400e92b2f4f705d8ebe7\" },\n\tBrandish = { name = \"브랜디시\", cost = 2, desc = \"피해 13\", kind = \"Attack\", damage = 13, class = \"warrior\", rarity = \"unique\", fx = \"e8a145a6c43d493f9ad50fab03b200aa\", image = \"21af4bccc5054a5dbc8245dfa7f08681\" },\n\tChargedBlow = { name = \"차지 블로우\", cost = 2, desc = \"피해 8, 취약 2\", kind = \"Attack\", damage = 8, vuln = 2, class = \"warrior\", rarity = \"unique\", image = \"fe83c7635b0e49ed83d75a2833adb53e\" },\n\tThreaten = { name = \"위협\", cost = 0, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"warrior\", rarity = \"normal\", image = \"64daadf1a98e490d9c14ef52ec776e63\" },\n\tEnrage = { name = \"인레이지\", cost = 1, desc = \"힘 +2\", kind = \"Skill\", strength = 2, class = \"warrior\", rarity = \"unique\", image = \"09370fc7551e47238fd103a80fba558e\" },\n\tRage = { name = \"분노\", cost = 1, desc = \"매 턴 시작 시 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"warrior\", rarity = \"legend\", image = \"379d86e3de064959aa4612f71e84ccfb\" },\n\tComboAttack = { name = \"콤보 어택\", cost = 1, desc = \"피해 5 × 2회\", kind = \"Attack\", damage = 5, class = \"fighter\", rarity = \"unique\", hits = 2, fx = \"48754be05be344358cddd55aa8fe11f4\", image = \"1bc3e52b330648faae9eafd5a205e37b\" },\n\tBerserk = { name = \"버서크\", cost = 2, desc = \"매턴 에너지 +1, 취약 1 자가\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"fighter\", rarity = \"legend\", selfVuln = 1, image = \"e2580523efc6457385114b78ad0d7cce\" },\n\tRisingAttack = { name = \"라이징 어택\", cost = 2, desc = \"피해 12\", kind = \"Attack\", damage = 12, class = \"fighter\", rarity = \"unique\", fx = \"6f283d96d5804b4fb88009685a11c1f8\", image = \"115e309771604743853abad2d8d186bc\" },\n\tThunderCharge = { name = \"썬더 차지\", cost = 1, desc = \"피해 7, 약화 1\", kind = \"Attack\", damage = 7, weak = 1, class = \"page\", rarity = \"unique\", fx = \"997fa6999aa04dbb97a1dd99025fa2ba\", image = \"b7030d8caedc4fbc9f38fe1e541d6e6b\" },\n\tBlizzardCharge = { name = \"블리자드 차지\", cost = 1, desc = \"피해 7, 취약 1\", kind = \"Attack\", damage = 7, vuln = 1, class = \"page\", rarity = \"unique\", fx = \"2799562e984c4a4da3b73e1f3431057c\", image = \"9aac955d159f49c1bc913ef96128e781\" },\n\tPowerGuard = { name = \"파워 가드\", cost = 1, desc = \"방어도 10\", kind = \"Skill\", block = 10, class = \"page\", rarity = \"unique\", image = \"90a9bf8eeb844b578b4e2d93ac43fedf\" },\n\tPierce = { name = \"피어스\", cost = 1, desc = \"피해 9, 방어 무시\", kind = \"Attack\", damage = 9, class = \"spearman\", rarity = \"unique\", pierce = true, fx = \"1b0afc410a1a458598eb7ca2fb26e97d\", image = \"251b6e12329048429490049a4f3cf564\" },\n\tIronWall = { name = \"아이언 월\", cost = 2, desc = \"방어도 12\", kind = \"Skill\", block = 12, class = \"spearman\", rarity = \"unique\", image = \"92021d62341a4bce9cfd09d1b4b865db\" },\n\tHyperBody = { name = \"하이퍼 바디\", cost = 1, desc = \"매턴 방어도 +3\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 3, class = \"spearman\", rarity = \"legend\", image = \"b4020dbadee6401f9893a020fe4154b1\" },\n\tEnergyBolt = { name = \"에너지 볼트\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, class = \"magician\", rarity = \"normal\", fx = \"1d5877e1120a42d0907f204c959888b1\", image = \"e84880eaf89442128d3af2be5c80a74f\" },\n\tMagicGuard = { name = \"매직 가드\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, class = \"magician\", rarity = \"normal\", image = \"01b249c26eb34b8aaab774bf221907a1\" },\n\tMagicClaw = { name = \"매직 클로\", cost = 1, desc = \"피해 3 × 2회\", kind = \"Attack\", damage = 3, class = \"magician\", rarity = \"normal\", hits = 2, fx = \"ba4ac7c8f24845b68b7e689b7effcc93\", image = \"f3fcac2d460041b288cc1973caaaf30f\" },\n\tTeleport = { name = \"텔레포트\", cost = 1, desc = \"방어도 3, 드로 1\", kind = \"Skill\", block = 3, class = \"magician\", rarity = \"normal\", draw = 1, image = \"7f70a9dc7e304433bb8121dd9c4df98b\" },\n\tSlow = { name = \"슬로우\", cost = 1, desc = \"약화 2 부여\", kind = \"Skill\", weak = 2, class = \"magician\", rarity = \"normal\", image = \"7224cd3f9b7e497d9dd65f32a50865e4\" },\n\tFireArrow = { name = \"파이어 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"firepoison\", rarity = \"unique\", fx = \"4a937e208875468eb63d891806fba3cd\", image = \"6fa15fd3a0004b409ea516c11a67e533\" },\n\tPoisonBreath = { name = \"포이즌 브레스\", cost = 1, desc = \"독 4 부여\", kind = \"Skill\", class = \"firepoison\", rarity = \"unique\", poison = 4, image = \"07200f3c74854022baa7ebbefdc4ad8c\" },\n\tElementAmp = { name = \"엘레멘트 앰플\", cost = 1, desc = \"매 턴 힘 +1\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"firepoison\", rarity = \"legend\", image = \"06865473977849bebe79062dbd608944\" },\n\tThunderBolt = { name = \"썬더 볼트\", cost = 2, desc = \"모든 적에게 피해 6\", kind = \"Attack\", damage = 6, class = \"icelightning\", rarity = \"legend\", aoe = true, fx = \"7d52f5e389bd4d44a30cf7cc54538f8f\", image = \"c6685d33cb2641f09d11cfa2d5cc820c\" },\n\tColdBeam = { name = \"콜드 빔\", cost = 2, desc = \"피해 7, 약화 2\", kind = \"Attack\", damage = 7, weak = 2, class = \"icelightning\", rarity = \"unique\", image = \"e8f7c148c79f497d83014e3361f59f5c\" },\n\tChillingStep = { name = \"칠링 스텝\", cost = 1, desc = \"방어도 8\", kind = \"Skill\", block = 8, class = \"icelightning\", rarity = \"unique\", image = \"bef20873a68a4651a91d74be457c2cfc\" },\n\tHeal = { name = \"힐\", cost = 1, desc = \"HP 10 회복\", kind = \"Skill\", class = \"cleric\", rarity = \"unique\", heal = 10, image = \"8b935b7d7066493cb462834bbe287c74\" },\n\tBless = { name = \"블레스\", cost = 1, desc = \"힘 +1, 방어도 5\", kind = \"Skill\", block = 5, strength = 1, class = \"cleric\", rarity = \"unique\", image = \"607fc5457c1c44a0993a5c2fe3fb0c68\" },\n\tHolyArrow = { name = \"홀리 애로우\", cost = 1, desc = \"피해 8\", kind = \"Attack\", damage = 8, class = \"cleric\", rarity = \"unique\", fx = \"4faa7b78e09643cf86339b8b7cf2abac\", image = \"a80127195bf7471f9545b70e491f4719\" },\n\tWound = { name = \"상처\", cost = 0, desc = \"사용할 수 없다. 손패를 막는 저주.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true },\n\tBurn = { name = \"화상\", cost = 0, desc = \"사용 불가. 손패에 있으면 턴 종료 시 피해 2.\", kind = \"Status\", class = \"curse\", rarity = \"normal\", unplayable = true, curse = true, endTurnDamage = 2 },\n\tNeutralize = { name = \"무력화\", cost = 0, desc = \"피해를 3 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 3, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tSilentStrike = { name = \"타격\", cost = 1, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tSurvivor = { name = \"생존자\", cost = 1, desc = \"방어도를 8 얻습니다. 카드를 1장 버립니다.\", kind = \"Skill\", block = 8, class = \"bandit\", rarity = \"normal\", discard = 1 },\n\tSilentDefend = { name = \"수비\", cost = 1, desc = \"방어도를 5 얻습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\" },\n\tSlice = { name = \"칼질\", cost = 0, desc = \"피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\" },\n\tDaggerSpray = { name = \"단검 분사\", cost = 1, desc = \"모든 적에게 피해를 4만큼 2번 줍니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 2, aoe = true },\n\tDaggerThrow = { name = \"단검 투척\", cost = 1, desc = \"피해를 9 줍니다. 카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tPoisonedStab = { name = \"독 찌르기\", cost = 1, desc = \"피해를 6 줍니다. 중독을 3 부여합니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", poison = 3 },\n\tSuckerPunch = { name = \"불의의 일격\", cost = 1, desc = \"피해를 8 줍니다. 약화를 1 부여합니다.\", kind = \"Attack\", damage = 8, weak = 1, class = \"bandit\", rarity = \"normal\" },\n\tLeadingStrike = { name = \"선제 타격\", cost = 1, desc = \"피해를 3 줍니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\" },\n\tFollowThrough = { name = \"완수\", cost = 1, desc = \"피해를 7 줍니다. 손에 다른 카드가 5장 이상 있다면, 1번 추가로 적중합니다.\", kind = \"Attack\", damage = 7, class = \"bandit\", rarity = \"normal\" },\n\tFlickFlack = { name = \"재주넘기\", cost = 1, desc = \"교활. 모든 적에게 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"normal\", sly = true, aoe = true },\n\tRicochet = { name = \"도탄\", cost = 2, desc = \"교활. 무작위 적에게 피해를 3만큼 4번 줍니다.\", kind = \"Attack\", damage = 3, class = \"bandit\", rarity = \"normal\", hits = 4, sly = true },\n\tPrepared = { name = \"예비\", cost = 0, desc = \"카드를 1장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1, discard = 1 },\n\tAnticipate = { name = \"예측\", cost = 0, desc = \"이번 턴 동안 민첩을 2 얻습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tDeflect = { name = \"튕겨내기\", cost = 0, desc = \"방어도를 4 얻습니다.\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tBladeDance = { name = \"검무\", cost = 1, desc = \"단도를 3장 손으로 가져옵니다. 소멸.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"normal\", hits = 3 },\n\tBackflip = { name = \"공중제비\", cost = 1, desc = \"방어도를 5 얻습니다. 카드를 2장 뽑습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"normal\", draw = 2 },\n\tDodgeAndRoll = { name = \"구르기\", cost = 1, desc = \"방어도를 4 얻습니다. 다음 턴에, 방어도를 4 얻습니다\", kind = \"Skill\", block = 4, class = \"bandit\", rarity = \"normal\" },\n\tPiercingWail = { name = \"귀를 찢는 비명\", cost = 1, desc = \"이번 턴 동안 모든 적이 힘을 6 잃습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", draw = 1 },\n\tCloakAndDagger = { name = \"망토와 단검\", cost = 1, desc = \"방어도를 6 얻습니다. 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, block = 6, class = \"bandit\", rarity = \"normal\", hits = 1 },\n\tDeadlyPoison = { name = \"맹독\", cost = 1, desc = \"중독을 5 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 5 },\n\tSnakebite = { name = \"뱀 물기\", cost = 2, desc = \"보존. 중독을 7 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"normal\", poison = 7, retain = true },\n\tUntouchable = { name = \"범접 불가\", cost = 2, desc = \"교활. 방어도를 6 얻습니다.\", kind = \"Skill\", block = 6, class = \"bandit\", rarity = \"normal\", sly = true },\n\tSkewer = { name = \"꼬챙이\", cost = 2, desc = \"피해를 8만큼 X번 줍니다.\", kind = \"Attack\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBackstab = { name = \"배신\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 소멸.\", kind = \"Attack\", damage = 11, class = \"bandit\", rarity = \"unique\" },\n\tPreciseCut = { name = \"정밀한 베기\", cost = 0, desc = \"피해를 13 줍니다. 손에 있는 다른 카드 1장당 피해량이 2 감소합니다.\", kind = \"Attack\", damage = 13, class = \"bandit\", rarity = \"unique\" },\n\tFinisher = { name = \"마무리\", cost = 1, desc = \"이번 턴에 사용한 공격 카드 1장당 피해를 6 줍니다.\", kind = \"Attack\", damage = 6, class = \"bandit\", rarity = \"unique\" },\n\tMementoMori = { name = \"메멘토 모리\", cost = 1, desc = \"피해를 9 줍니다. 이번 턴에 버린 카드 1장당 피해량이 4 증가합니다.\", kind = \"Attack\", damage = 9, class = \"bandit\", rarity = \"unique\" },\n\tStrangle = { name = \"목 조르기\", cost = 1, desc = \"피해를 8 줍니다. 이번 턴에 카드를 사용할 때마다, 대상 적이 체력을 2 잃습니다.\", kind = \"Attack\", damage = 8, class = \"bandit\", rarity = \"unique\" },\n\tFlechettes = { name = \"프레췌\", cost = 1, desc = \"손에 있는 스킬 카드 1장당 피해를 5 줍니다.\", kind = \"Attack\", damage = 5, class = \"bandit\", rarity = \"unique\" },\n\tPounce = { name = \"덮치기\", cost = 2, desc = \"피해를 12 줍니다. 다음에 사용하는 스킬 카드의 비용이 0 이 됩니다.\", kind = \"Attack\", damage = 12, class = \"bandit\", rarity = \"unique\" },\n\tDash = { name = \"돌진\", cost = 2, desc = \"방어도를 10 얻습니다. 피해를 10 줍니다.\", kind = \"Attack\", damage = 10, block = 10, class = \"bandit\", rarity = \"unique\" },\n\tPredator = { name = \"천적\", cost = 2, desc = \"피해를 15 줍니다. 다음 턴에, 카드를 2장 뽑습니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\", draw = 2 },\n\tPinpoint = { name = \"정밀 사격\", cost = 3, desc = \"피해를 15 줍니다. 이번 턴에 스킬을 사용할 때마다 비용이 1 감소합니다.\", kind = \"Attack\", damage = 15, class = \"bandit\", rarity = \"unique\" },\n\tCalculatedGamble = { name = \"계산된 도박\", cost = 0, desc = \"손에 있는 모든 카드를 버린 뒤, 버린 카드의 수만큼 카드를 뽑습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpose = { name = \"들춰내기\", cost = 0, desc = \"대상 적의 모든 인공물과 방어도를 제거합니다. 취약을 2 부여합니다. 소멸.\", kind = \"Skill\", vuln = 2, class = \"bandit\", rarity = \"unique\" },\n\tHiddenDaggers = { name = \"숨겨진 단검\", cost = 0, desc = \"카드를 2장 버립니다. 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 2, discard = 2 },\n\tEscapePlan = { name = \"탈출구\", cost = 0, desc = \"카드를 1장 뽑습니다. 뽑은 카드가 스킬 카드라면, 방어도를 3 얻습니다.\", kind = \"Skill\", block = 3, class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tAcrobatics = { name = \"곡예\", cost = 1, desc = \"카드를 3장 뽑습니다. 카드를 1장 버립니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 3, discard = 1 },\n\tHandTrick = { name = \"손기술\", cost = 1, desc = \"방어도를 7 얻습니다. 이번 턴 동안 손에 있는 스킬 카드 1장에 교활을 추가합니다.\", kind = \"Skill\", block = 7, class = \"bandit\", rarity = \"unique\" },\n\tMirage = { name = \"신기루\", cost = 1, desc = \"모든 적에게 부여된 중독과 동일한 만큼의 방어도를 얻습니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tExpertise = { name = \"전문성\", cost = 1, desc = \"손에 있는 카드가 6장이 될 때까지 카드를 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 1 },\n\tBubbleBubble = { name = \"차오르는 독\", cost = 1, desc = \"적이 중독을 보유하고 있다면, 중독을 9 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tBlur = { name = \"흐릿함\", cost = 1, desc = \"방어도를 5 얻습니다. 다음 턴 시작 시 방어도가 사라지지 않습니다.\", kind = \"Skill\", block = 5, class = \"bandit\", rarity = \"unique\" },\n\tLegSweep = { name = \"다리 걸기\", cost = 2, desc = \"약화를 2 부여합니다. 방어도를 11 얻습니다.\", kind = \"Skill\", block = 11, weak = 2, class = \"bandit\", rarity = \"unique\" },\n\tUpMySleeve = { name = \"비책\", cost = 2, desc = \"단도를 3장 손으로 가져옵니다. 이 카드의 비용이 1 감소합니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 3 },\n\tBouncingFlask = { name = \"탄성 플라스크\", cost = 2, desc = \"무작위 적에게 중독을 3만큼 3번 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 9 },\n\tReflex = { name = \"반사신경\", cost = 3, desc = \"교활. 카드를 2장 뽑습니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", draw = 2, sly = true },\n\tHaze = { name = \"아지랑이\", cost = 3, desc = \"교활. 모든 적에게 중독을 4 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"unique\", poison = 4, sly = true },\n\tTactician = { name = \"전략가\", cost = 3, desc = \"교활. 을 얻습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", sly = true },\n\tWellLaidPlans = { name = \"괜찮은 전략\", cost = 1, desc = \"내 턴 종료 시, 카드를 최대 1장까지 보존합니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tInfiniteBlades = { name = \"무한의 검날\", cost = 1, desc = \"내 턴 시작 시, 단도를 1장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"unique\", hits = 1 },\n\tFootwork = { name = \"발놀림\", cost = 1, desc = \"민첩을 2 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"unique\" },\n\tOutbreak = { name = \"발병\", cost = 1, desc = \"중독을 3번 부여할 때마다, 모든 적에게 피해를 11 줍니다.\", kind = \"Power\", damage = 11, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tNoxiousFumes = { name = \"유독 가스\", cost = 1, desc = \"내 턴 시작 시, 모든 적에게 중독을 2 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", poison = 2 },\n\tAccuracy = { name = \"정밀\", cost = 1, desc = \"단도의 피해량이 4 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tPhantomBlades = { name = \"환영검\", cost = 1, desc = \"단도가 보존을 얻습니다. 매 턴마다 처음으로 사용하는 단도의 피해량이 9 증가합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\" },\n\tSpeedster = { name = \"스피드스터\", cost = 2, desc = \"내 턴 동안 카드를 뽑을 때마다, 모든 적에게 피해를 2 줍니다.\", kind = \"Power\", damage = 2, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"unique\", aoe = true },\n\tGrandFinale = { name = \"대단원의 막\", cost = 0, desc = \"뽑을 카드 더미에 카드가 없을 때만 사용할 수 있습니다. 모든 적에게 피해를 60 줍니다.\", kind = \"Attack\", damage = 60, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tAssassinate = { name = \"암살\", cost = 0, desc = \"선천성. 피해를 10 줍니다. 취약을 1 부여합니다. 소멸.\", kind = \"Attack\", damage = 10, vuln = 1, class = \"bandit\", rarity = \"legend\" },\n\tEchoingSlash = { name = \"메아리 참격\", cost = 1, desc = \"모든 적에게 피해를 10 줍니다. 적을 처치할 때마다 이 효과를 반복합니다.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\", aoe = true },\n\tTheHunt = { name = \"사냥\", cost = 1, desc = \"피해를 10 줍니다. 치명타라면, 카드 보상을 추가로 얻습니다. 소멸.\", kind = \"Attack\", damage = 10, class = \"bandit\", rarity = \"legend\" },\n\tMurder = { name = \"살해\", cost = 3, desc = \"피해를 1 줍니다. 이번 전투 동안 뽑은 카드 1장당 피해량이 1 증가합니다.\", kind = \"Attack\", damage = 1, class = \"bandit\", rarity = \"legend\" },\n\tMalaise = { name = \"불쾌\", cost = 2, desc = \"적이 힘을 X 잃습니다. 약화를 X 부여합니다. 소멸.\", kind = \"Skill\", weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tAdrenaline = { name = \"아드레날린\", cost = 0, desc = \"를 얻습니다. 카드를 2장 뽑습니다. 소멸.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 2 },\n\tStormOfSteel = { name = \"강철의 폭풍\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 버린 카드의 수만큼 단도를 손으로 가져옵니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowStep = { name = \"그림자 걸음\", cost = 1, desc = \"손에 있는 모든 카드를 버립니다. 다음 턴에, 공격 카드의 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1, discardAll = true },\n\tShadowmeld = { name = \"그림자 은신\", cost = 1, desc = \"이번 턴 동안 얻는 방어도가 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tCorrosiveWave = { name = \"부식성 파도\", cost = 1, desc = \"이번 턴에 카드를 뽑을 때마다, 모든 적에게 중독을 2 부여합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", poison = 2 },\n\tBladeOfInk = { name = \"잉크 칼날\", cost = 1, desc = \"잉크투성이 단도를 2장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, class = \"bandit\", rarity = \"legend\", hits = 2 },\n\tBurst = { name = \"폭주\", cost = 1, desc = \"이번 턴에 다음에 사용하는 스킬 카드가 1번 추가로 사용됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tKnifeTrap = { name = \"칼날 함정\", cost = 2, desc = \"대상 적에게 소멸된 카드 더미에 있는 모든 단도를 사용합니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tBulletTime = { name = \"불릿 타임\", cost = 3, desc = \"이번 턴 동안 더 이상 카드를 뽑을 수 없습니다. 이번 턴 동안 손에 있는 모든 카드를 비용 없이 사용할 수 있습니다.\", kind = \"Skill\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tNightmare = { name = \"악몽\", cost = 3, desc = \"카드를 1장 선택합니다. 다음 턴에, 그 카드의 복사본을 3장 손으로 가져옵니다. 소멸.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tToolsOfTheTrade = { name = \"작업 도구\", cost = 1, desc = \"내 턴 시작 시, 카드를 1장 뽑고 카드를 1장 버립니다.\", kind = \"Power\", powerEffect = \"energyPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", draw = 1, discard = 1 },\n\tAfterimage = { name = \"잔상\", cost = 1, desc = \"카드를 사용할 때마다, 방어도를 1 얻습니다.\", kind = \"Power\", block = 1, powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\" },\n\tAccelerant = { name = \"촉진제\", cost = 1, desc = \"중독이 1번 추가로 발동합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tEnvenom = { name = \"독 바르기\", cost = 2, desc = \"공격 카드가 막히지 않은 피해를 줄 때마다, 중독을 1 부여합니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", poison = 1 },\n\tMasterPlanner = { name = \"설계의 대가\", cost = 2, desc = \"스킬 카드를 사용 시, 그 카드가 교활을 얻습니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tTracking = { name = \"추적\", cost = 2, desc = \"약화 상태의 적이 공격 카드로 받는 피해가 2배가 됩니다.\", kind = \"Power\", powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tFanOfKnives = { name = \"칼날 부채\", cost = 2, desc = \"단도가 이제 모든 적을 대상으로 합니다. 단도를 4장 손으로 가져옵니다.\", kind = \"Attack\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\", hits = 4 },\n\tSerpentForm = { name = \"구렁이의 형상\", cost = 3, desc = \"카드를 사용할 때마다, 무작위 적에게 피해를 4 줍니다.\", kind = \"Power\", damage = 4, powerEffect = \"strengthPerTurn\", value = 1, class = \"bandit\", rarity = \"legend\" },\n\tAbrasive = { name = \"연마\", cost = 3, desc = \"교활. 민첩을 1 얻습니다. 가시를 4 얻습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 2, class = \"bandit\", rarity = \"legend\", sly = true },\n\tSuppress = { name = \"진압\", cost = 0, desc = \"선천성. 피해를 11 줍니다. 약화를 3 부여합니다.\", kind = \"Attack\", damage = 11, weak = 3, class = \"bandit\", rarity = \"legend\" },\n\tWraithForm = { name = \"유령의 형상\", cost = 3, desc = \"불가침을 2 얻습니다. 내 턴 종료 시 민첩을 1 잃습니다.\", kind = \"Power\", powerEffect = \"blockPerTurn\", value = 8, class = \"bandit\", rarity = \"legend\" },\n\tFlanking = { name = \"측면 공격\", cost = 2, desc = \"이번 턴에 대상 적이 다른 플레이어에게 받는 피해량이 2배가 됩니다.\", kind = \"Skill\", class = \"bandit\", rarity = \"legend\", draw = 1 },\n\tSneaky = { name = \"비열함\", cost = 2, desc = \"교활. 다른 플레이어가 적을 공격할 때마다, 방어도를 1 얻습니다.\", kind = \"Skill\", block = 1, class = \"bandit\", rarity = \"legend\", sly = true },\n}\nself.DrawPile = {}\nfor i = 1, #self.RunDeck do\n\tself.DrawPile[i] = self.RunDeck[i]\nend\nself:Shuffle(self.DrawPile)\nself:BuildMonsters()\nself:RenderCombat()\nself:StartPlayerTurn()\nself:ApplyRelics(\"combatStart\")\nself:RenderCombat()", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1622,7 +1622,7 @@ "Name": null }, "Arguments": [], - "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self:IsDiscardSelecting() == true then\n\tself:Toast(\"버릴 카드를 먼저 선택하세요\")\n\treturn\nend\nlocal burn = 0\nfor bi = 1, #self.Hand do\n\tlocal hc = self.Cards[self.Hand[bi]]\n\tif hc ~= nil and hc.endTurnDamage ~= nil then burn = burn + hc.endTurnDamage end\nend\nif burn > 0 then\n\tself.PlayerHp = self.PlayerHp - burn\n\tif self.PlayerHp < 0 then self.PlayerHp = 0 end\n\tself:ShowPlayerDmgPop(burn)\n\tself:RenderCombat()\nend\nfor i = 1, #self.Hand do\n\ttable.insert(self.DiscardPile, self.Hand[i])\nend\nself.Hand = {}\nif self.PlayerWeak > 0 then self.PlayerWeak = self.PlayerWeak - 1 end\nif self.PlayerVuln > 0 then self.PlayerVuln = self.PlayerVuln - 1 end\nself:RenderHand(false)\nself:RenderPiles()\nself:EnemyTurn()", + "Code": "if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then\n\treturn\nend\nif self:IsDiscardSelecting() == true then\n\tself:Toast(\"버릴 카드를 먼저 선택하세요\")\n\treturn\nend\nlocal burn = 0\nfor bi = 1, #self.Hand do\n\tlocal hc = self.Cards[self.Hand[bi]]\n\tif hc ~= nil and hc.endTurnDamage ~= nil then burn = burn + hc.endTurnDamage end\nend\nif burn > 0 then\n\tself.PlayerHp = self.PlayerHp - burn\n\tif self.PlayerHp < 0 then self.PlayerHp = 0 end\n\tself:ShowPlayerDmgPop(burn)\n\tself:RenderCombat()\nend\nlocal kept = {}\nfor i = 1, #self.Hand do\n\tlocal cardId = self.Hand[i]\n\tlocal c = self.Cards[cardId]\n\tif c ~= nil and c.retain == true then\n\t\ttable.insert(kept, cardId)\n\telse\n\t\ttable.insert(self.DiscardPile, cardId)\n\tend\nend\nself.Hand = kept\nif self.PlayerWeak > 0 then self.PlayerWeak = self.PlayerWeak - 1 end\nif self.PlayerVuln > 0 then self.PlayerVuln = self.PlayerVuln - 1 end\nself:RenderHand(false)\nself:RenderPiles()\nself:EnemyTurn()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/data/cards.json b/data/cards.json index 2b8dd81..d418efe 100644 --- a/data/cards.json +++ b/data/cards.json @@ -592,7 +592,8 @@ "class": "bandit", "rarity": "normal", "desc": "보존. 중독을 7 부여합니다.", - "poison": 7 + "poison": 7, + "retain": true }, "Untouchable": { "name": "범접 불가", diff --git a/tools/balance/sim-balance.mjs b/tools/balance/sim-balance.mjs index 9b2775f..183a278 100644 --- a/tools/balance/sim-balance.mjs +++ b/tools/balance/sim-balance.mjs @@ -212,7 +212,7 @@ export function simulateCombat(data, rng, stats) { else if (pc.powerEffect === 'energyPerTurn') energyBonus += pc.value; else if (pc.powerEffect === 'blockPerTurn') pBlock += pc.value; } - let energy = ENERGY + energyBonus; hand = []; draw(HAND_SIZE); + let energy = ENERGY + energyBonus; draw(HAND_SIZE); while (true) { const alive = aliveList(); if (alive.length === 0) break; @@ -230,7 +230,13 @@ export function simulateCombat(data, rng, stats) { let burn = 0; for (const hid of hand) { const hc = cards[hid]; if (hc && hc.endTurnDamage) burn += hc.endTurnDamage; } if (burn > 0) { pHp -= burn; if (pHp < 0) pHp = 0; } - discard.push(...hand); hand = []; + const kept = []; + for (const hid of hand) { + const hc = cards[hid]; + if (hc?.retain === true) kept.push(hid); + else discard.push(hid); + } + hand = kept; if (pHp <= 0) return { win: false, turns, playerHpRemaining: 0 }; // 플레이어 디버프 감소 — Lua EndPlayerTurn 동기화 (적 행동 전) if (pWeak > 0) pWeak--; diff --git a/tools/balance/sim-balance.test.mjs b/tools/balance/sim-balance.test.mjs index b33764f..6cc6b7d 100644 --- a/tools/balance/sim-balance.test.mjs +++ b/tools/balance/sim-balance.test.mjs @@ -390,3 +390,18 @@ test("simulateCombat: sly discarded card resolves for free", () => { assert.equal(r.win, true); assert.equal(r.turns, 1); }); + +test("simulateCombat: retain keeps card in hand across turns", () => { + const data = { + cards: { + Boost: { name: "Boost", cost: 3, kind: "Power", powerEffect: "energyPerTurn", value: 98 }, + Hold: { name: "Hold", cost: 100, kind: "Attack", damage: 10, retain: true }, + Blank: { name: "Blank", cost: 99, kind: "Skill", block: 0 }, + }, + starterDeck: ["Blank", "Blank", "Blank", "Blank", "Blank", "Boost", "Hold", "Blank", "Blank", "Blank"], + monsters: [{ name: "Dummy", maxHp: 10, intents: [{ kind: "Defend", value: 0 }] }], + }; + const r = simulateCombat(data, () => 0.999999); + assert.equal(r.win, true); + assert.equal(r.turns, 2); +}); diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index bfde31e..d94ebd6 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -152,6 +152,7 @@ function luaCardsTable(cards) { if (c.discard != null) fields.push(`discard = ${c.discard}`); if (c.discardAll === true) fields.push('discardAll = true'); if (c.sly === true) fields.push('sly = true'); + if (c.retain === true) fields.push('retain = true'); if (c.aoe === true) fields.push('aoe = true'); if (c.unplayable === true) fields.push('unplayable = true'); if (c.curse === true) fields.push('curse = true'); @@ -3701,10 +3702,17 @@ if burn > 0 then \tself:ShowPlayerDmgPop(burn) \tself:RenderCombat() end +local kept = {} for i = 1, #self.Hand do -\ttable.insert(self.DiscardPile, self.Hand[i]) +\tlocal cardId = self.Hand[i] +\tlocal c = self.Cards[cardId] +\tif c ~= nil and c.retain == true then +\t\ttable.insert(kept, cardId) +\telse +\t\ttable.insert(self.DiscardPile, cardId) +\tend end -self.Hand = {} +self.Hand = kept if self.PlayerWeak > 0 then self.PlayerWeak = self.PlayerWeak - 1 end if self.PlayerVuln > 0 then self.PlayerVuln = self.PlayerVuln - 1 end self:RenderHand(false) From bd91c674839336c1689de2e9728e17abf0103dcc Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:47:24 +0900 Subject: [PATCH 11/14] feat(ui): add prominent target marker --- RootDesk/MyDesk/SlayDeckController.codeblock | 4 +- tools/deck/gen-slaydeck.mjs | 28 + ui/DefaultGroup.ui | 1504 ++++++++++++++++++ 3 files changed, 1534 insertions(+), 2 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index c3339de..eecd9d4 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -2429,7 +2429,7 @@ "Name": null }, "Arguments": [], - "Code": "local shownTarget = self.TargetIndex\nif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then\n\tshownTarget = self.DragTargetIndex\nend\nfor i = 1, #self.Monsters do\n\tlocal m = self.Monsters[i]\n\tlocal active = false\n\tif m ~= nil and m.alive == true and i == shownTarget then active = true end\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetFrame\", active)\nend", + "Code": "local shownTarget = self.TargetIndex\nif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then\n\tshownTarget = self.DragTargetIndex\nend\nfor i = 1, #self.Monsters do\n\tlocal m = self.Monsters[i]\n\tlocal active = false\n\tif m ~= nil and m.alive == true and i == shownTarget then active = true end\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetFrame\", active)\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetMarker\", active)\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetMarker/Label\", active)\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -3031,7 +3031,7 @@ "Name": null }, "Arguments": [], - "Code": "for i = 1, 4 do\n\tlocal base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i)\n\tlocal m = self.Monsters[i]\n\tif m ~= nil and m.alive == true then\n\t\tself:SetEntityEnabled(base, true)\n\t\tself:SetText(base .. \"/Name\", m.name)\n\t\tself:SetText(base .. \"/Hp\", string.format(\"%d\", m.hp) .. \"/\" .. string.format(\"%d\", m.maxHp))\n\t\tlocal intent = m.intents[m.intentIdx]\n\t\tlocal t = \"\"\n\t\tif intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tlocal atk = intent.value + m.str\n\t\t\t\tif m.weak > 0 then atk = math.floor(atk * 0.75) end\n\t\t\t\tif self.PlayerVuln > 0 then atk = math.floor(atk * 1.5) end\n\t\t\t\tt = \"공격 \" .. tostring(atk)\n\t\t\telseif intent.kind == \"Defend\" then t = \"방어 \" .. tostring(intent.value)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tif intent.effect == \"weak\" then t = \"약화 \" .. tostring(intent.value) .. \" 부여\"\n\t\t\t\telse t = \"취약 \" .. tostring(intent.value) .. \" 부여\" end\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tt = \"저주 카드 추가\"\n\t\t\tend\n\t\tend\n\t\tself:SetText(base .. \"/Intent\", t)\n\t\tlocal shownTarget = self.TargetIndex\n\t\tif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end\n\t\tself:SetEntityEnabled(base .. \"/TargetFrame\", i == shownTarget)\n\t\tlocal intentEntity = _EntityService:GetEntityByPath(base .. \"/Intent\")\n\t\tif intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(1, 0.45, 0.35, 1)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.8, 0.5, 1, 1)\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.6, 0.85, 0.4, 1)\n\t\t\telse\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.5, 0.75, 1, 1)\n\t\t\tend\n\t\tend\n\t\tself:SetHpBar(base .. \"/HpBarFill\", m.hp, m.maxHp, 140)\n\t\tself:SetEntityEnabled(base .. \"/BlockBadge\", m.block > 0)\n\t\tself:SetText(base .. \"/BlockBadge/Value\", string.format(\"%d\", m.block))\n\t\tself:SetText(base .. \"/Buffs\", self:BuffsLabel(m.str, m.weak, m.vuln, m.poison or 0))\n\telse\n\t\tself:SetEntityEnabled(base, false)\n\tend\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpText\", string.format(\"%d\", self.PlayerHp) .. \"/\" .. string.format(\"%d\", self.PlayerMaxHp))\nself:SetHpBar(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpBarFill\", self.PlayerHp, self.PlayerMaxHp, 220)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge\", self.PlayerBlock > 0)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge/Value\", string.format(\"%d\", self.PlayerBlock))\nlocal pb = self:BuffsLabel(self.PlayerStr, self.PlayerWeak, self.PlayerVuln, 0)\nif self.PlayerPowers ~= nil and #self.PlayerPowers > 0 then\n\tlocal names = {}\n\tfor i = 1, #self.PlayerPowers do\n\t\tlocal pc = self.Cards[self.PlayerPowers[i]]\n\t\tif pc ~= nil then table.insert(names, pc.name) end\n\tend\n\tif pb ~= \"\" then pb = pb .. \" · \" end\n\tpb = pb .. table.concat(names, \" \")\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs\", pb)\nself:RenderRun()", + "Code": "for i = 1, 4 do\n\tlocal base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i)\n\tlocal m = self.Monsters[i]\n\tif m ~= nil and m.alive == true then\n\t\tself:SetEntityEnabled(base, true)\n\t\tself:SetText(base .. \"/Name\", m.name)\n\t\tself:SetText(base .. \"/Hp\", string.format(\"%d\", m.hp) .. \"/\" .. string.format(\"%d\", m.maxHp))\n\t\tlocal intent = m.intents[m.intentIdx]\n\t\tlocal t = \"\"\n\t\tif intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tlocal atk = intent.value + m.str\n\t\t\t\tif m.weak > 0 then atk = math.floor(atk * 0.75) end\n\t\t\t\tif self.PlayerVuln > 0 then atk = math.floor(atk * 1.5) end\n\t\t\t\tt = \"공격 \" .. tostring(atk)\n\t\t\telseif intent.kind == \"Defend\" then t = \"방어 \" .. tostring(intent.value)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tif intent.effect == \"weak\" then t = \"약화 \" .. tostring(intent.value) .. \" 부여\"\n\t\t\t\telse t = \"취약 \" .. tostring(intent.value) .. \" 부여\" end\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tt = \"저주 카드 추가\"\n\t\t\tend\n\t\tend\n\t\tself:SetText(base .. \"/Intent\", t)\n\t\tlocal shownTarget = self.TargetIndex\n\t\tif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end\n\t\tself:SetEntityEnabled(base .. \"/TargetFrame\", i == shownTarget)\n\t\tself:SetEntityEnabled(base .. \"/TargetMarker\", i == shownTarget)\n\t\tself:SetEntityEnabled(base .. \"/TargetMarker/Label\", i == shownTarget)\n\t\tlocal intentEntity = _EntityService:GetEntityByPath(base .. \"/Intent\")\n\t\tif intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(1, 0.45, 0.35, 1)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.8, 0.5, 1, 1)\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.6, 0.85, 0.4, 1)\n\t\t\telse\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.5, 0.75, 1, 1)\n\t\t\tend\n\t\tend\n\t\tself:SetHpBar(base .. \"/HpBarFill\", m.hp, m.maxHp, 140)\n\t\tself:SetEntityEnabled(base .. \"/BlockBadge\", m.block > 0)\n\t\tself:SetText(base .. \"/BlockBadge/Value\", string.format(\"%d\", m.block))\n\t\tself:SetText(base .. \"/Buffs\", self:BuffsLabel(m.str, m.weak, m.vuln, m.poison or 0))\n\telse\n\t\tself:SetEntityEnabled(base, false)\n\tend\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpText\", string.format(\"%d\", self.PlayerHp) .. \"/\" .. string.format(\"%d\", self.PlayerMaxHp))\nself:SetHpBar(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpBarFill\", self.PlayerHp, self.PlayerMaxHp, 220)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge\", self.PlayerBlock > 0)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge/Value\", string.format(\"%d\", self.PlayerBlock))\nlocal pb = self:BuffsLabel(self.PlayerStr, self.PlayerWeak, self.PlayerVuln, 0)\nif self.PlayerPowers ~= nil and #self.PlayerPowers > 0 then\n\tlocal names = {}\n\tfor i = 1, #self.PlayerPowers do\n\t\tlocal pc = self.Cards[self.PlayerPowers[i]]\n\t\tif pc ~= nil then table.insert(names, pc.name) end\n\tend\n\tif pb ~= \"\" then pb = pb .. \" · \" end\n\tpb = pb .. table.concat(names, \" \")\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs\", pb)\nself:RenderRun()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index d94ebd6..f7b30a6 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -1102,6 +1102,30 @@ function upsertUi() { }); targetFrame.jsonString.enable = false; combat.push(targetFrame); + const targetMarker = entity({ + id: guid('cmb', 360 + i), path: `${base}/TargetMarker`, modelId: 'uitext', entryId: 'UIText', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', + displayOrder: 9, + components: [ + transform({ parentW: SLOT_W, parentH: SLOT_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 116, y: 116 }, pos: { x: 0, y: 2 } }), + sprite({ color: { r: 0.95, g: 0.08, b: 0.05, a: 0.92 }, type: 1 }), + text({ value: '+', fontSize: 72, bold: true, color: { r: 1, g: 0.94, b: 0.28, a: 1 }, alignment: 4, outlineWidth: 4 }), + ], + }); + targetMarker.jsonString.enable = false; + combat.push(targetMarker); + const targetLabel = entity({ + id: guid('cmb', 370 + i), path: `${base}/TargetMarker/Label`, modelId: 'uitext', entryId: 'UIText', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', + displayOrder: 10, + components: [ + transform({ parentW: 116, parentH: 116, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 112, y: 28 }, pos: { x: 0, y: -52 } }), + sprite({ color: { r: 0.08, g: 0.02, b: 0.02, a: 0.86 }, type: 1 }), + text({ value: 'TARGET', fontSize: 18, bold: true, color: { r: 1, g: 0.94, b: 0.28, a: 1 }, alignment: 4, outlineWidth: 3 }), + ], + }); + targetLabel.jsonString.enable = false; + combat.push(targetLabel); const actFrame = entity({ id: guid('cmb', 240 + i), path: `${base}/ActFrame`, modelId: 'uisprite', entryId: 'UISprite', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', @@ -4404,6 +4428,8 @@ for i = 1, #self.Monsters do local active = false if m ~= nil and m.alive == true and i == shownTarget then active = true end self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetFrame", active) + self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetMarker", active) + self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetMarker/Label", active) end`), method('OnCardDragBegin', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return @@ -4936,6 +4962,8 @@ return table.concat(parts, " ")`, [ local shownTarget = self.TargetIndex if self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end self:SetEntityEnabled(base .. "/TargetFrame", i == shownTarget) + self:SetEntityEnabled(base .. "/TargetMarker", i == shownTarget) + self:SetEntityEnabled(base .. "/TargetMarker/Label", i == shownTarget) local intentEntity = _EntityService:GetEntityByPath(base .. "/Intent") if intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then if intent.kind == "Attack" then diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index 8ccce1a..7e084bb 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -12667,6 +12667,382 @@ "@version": 1 } }, + { + "id": "0cb00169-0000-4000-8000-00000cb00169", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/TargetMarker", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "TargetMarker", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/TargetMarker", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 9, + "pathConstraints": "/////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 58, + "y": 60 + }, + "OffsetMin": { + "x": -58, + "y": -56 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 116, + "y": 116 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 2 + }, + "Position": { + "x": 0, + "y": 2, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.95, + "g": 0.08, + "b": 0.05, + "a": 0.92 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 72, + "MaxSize": 72, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 4, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "+", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00173-0000-4000-8000-00000cb00173", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/TargetMarker/Label", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Label", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/TargetMarker/Label", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 10, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 56, + "y": -38 + }, + "OffsetMin": { + "x": -56, + "y": -66 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 112, + "y": 28 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -52 + }, + "Position": { + "x": 0, + "y": -52, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.08, + "g": 0.02, + "b": 0.02, + "a": 0.86 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 18, + "MaxSize": 18, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 3, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "TARGET", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, { "id": "0cb000f1-0000-4000-8000-00000cb000f1", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/ActFrame", @@ -14688,6 +15064,382 @@ "@version": 1 } }, + { + "id": "0cb0016a-0000-4000-8000-00000cb0016a", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/TargetMarker", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "TargetMarker", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/TargetMarker", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 9, + "pathConstraints": "/////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 58, + "y": 60 + }, + "OffsetMin": { + "x": -58, + "y": -56 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 116, + "y": 116 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 2 + }, + "Position": { + "x": 0, + "y": 2, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.95, + "g": 0.08, + "b": 0.05, + "a": 0.92 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 72, + "MaxSize": 72, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 4, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "+", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00174-0000-4000-8000-00000cb00174", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/TargetMarker/Label", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Label", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/TargetMarker/Label", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 10, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 56, + "y": -38 + }, + "OffsetMin": { + "x": -56, + "y": -66 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 112, + "y": 28 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -52 + }, + "Position": { + "x": 0, + "y": -52, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.08, + "g": 0.02, + "b": 0.02, + "a": 0.86 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 18, + "MaxSize": 18, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 3, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "TARGET", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, { "id": "0cb000f2-0000-4000-8000-00000cb000f2", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/ActFrame", @@ -16709,6 +17461,382 @@ "@version": 1 } }, + { + "id": "0cb0016b-0000-4000-8000-00000cb0016b", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/TargetMarker", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "TargetMarker", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/TargetMarker", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 9, + "pathConstraints": "/////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 58, + "y": 60 + }, + "OffsetMin": { + "x": -58, + "y": -56 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 116, + "y": 116 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 2 + }, + "Position": { + "x": 0, + "y": 2, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.95, + "g": 0.08, + "b": 0.05, + "a": 0.92 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 72, + "MaxSize": 72, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 4, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "+", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00175-0000-4000-8000-00000cb00175", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/TargetMarker/Label", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Label", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/TargetMarker/Label", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 10, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 56, + "y": -38 + }, + "OffsetMin": { + "x": -56, + "y": -66 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 112, + "y": 28 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -52 + }, + "Position": { + "x": 0, + "y": -52, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.08, + "g": 0.02, + "b": 0.02, + "a": 0.86 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 18, + "MaxSize": 18, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 3, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "TARGET", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, { "id": "0cb000f3-0000-4000-8000-00000cb000f3", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/ActFrame", @@ -18730,6 +19858,382 @@ "@version": 1 } }, + { + "id": "0cb0016c-0000-4000-8000-00000cb0016c", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/TargetMarker", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "TargetMarker", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/TargetMarker", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 9, + "pathConstraints": "/////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 58, + "y": 60 + }, + "OffsetMin": { + "x": -58, + "y": -56 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 116, + "y": 116 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 2 + }, + "Position": { + "x": 0, + "y": 2, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.95, + "g": 0.08, + "b": 0.05, + "a": 0.92 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 72, + "MaxSize": 72, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 4, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "+", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00176-0000-4000-8000-00000cb00176", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/TargetMarker/Label", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Label", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/TargetMarker/Label", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 10, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 56, + "y": -38 + }, + "OffsetMin": { + "x": -56, + "y": -66 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 112, + "y": 28 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -52 + }, + "Position": { + "x": 0, + "y": -52, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.08, + "g": 0.02, + "b": 0.02, + "a": 0.86 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.94, + "b": 0.28, + "a": 1 + }, + "FontSize": 18, + "MaxSize": 18, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 3, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "TARGET", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, { "id": "0cb000f4-0000-4000-8000-00000cb000f4", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/ActFrame", From d5318ac86b8614f909f882317e7272050a303a06 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:50:17 +0900 Subject: [PATCH 12/14] feat(ui): style monster damage numbers --- RootDesk/MyDesk/SlayDeckController.codeblock | 2 +- tools/deck/gen-slaydeck.mjs | 41 +- ui/DefaultGroup.ui | 872 +++++++++++++++++-- 3 files changed, 848 insertions(+), 67 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index eecd9d4..7375679 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -3061,7 +3061,7 @@ "Name": "amount" } ], - "Code": "local base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(slot) .. \"/DmgPop\"\nself:SetText(base, \"-\" .. string.format(\"%d\", amount))\nself:SetEntityEnabled(base, true)\n_TimerService:SetTimerOnce(function() self:SetEntityEnabled(base, false) end, 0.6)", + "Code": "local base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(slot) .. \"/DmgPop\"\nlocal pop = _EntityService:GetEntityByPath(base)\nself:SetText(base, string.format(\"%d\", amount))\nself:SetEntityEnabled(base, true)\nself:SetEntityEnabled(base .. \"/Accent\", true)\nif pop ~= nil and pop.UITransformComponent ~= nil then\n\tpop.UITransformComponent.anchoredPosition = Vector2(0, 76)\nend\nlocal startY = 76\nfor i = 1, 6 do\n\t_TimerService:SetTimerOnce(function()\n\t\tlocal p = _EntityService:GetEntityByPath(base)\n\t\tif p ~= nil and p.UITransformComponent ~= nil then\n\t\t\tp.UITransformComponent.anchoredPosition = Vector2(0, startY + i * 7)\n\t\tend\n\tend, 0.045 * i)\nend\n_TimerService:SetTimerOnce(function()\n\tself:SetEntityEnabled(base, false)\n\tself:SetEntityEnabled(base .. \"/Accent\", false)\nend, 0.48)", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index f7b30a6..8fd71b6 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -1188,15 +1188,27 @@ function upsertUi() { const dmgPop = entity({ id: guid('cmb', 250 + i), path: `${base}/DmgPop`, modelId: 'uitext', entryId: 'UIText', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: 9, + displayOrder: 11, components: [ - transform({ parentW: SLOT_W, parentH: SLOT_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 120, y: 30 }, pos: { x: 0, y: 60 } }), - sprite({ color: TRANSPARENT }), - text({ value: '', fontSize: 24, bold: true, color: { r: 1, g: 0.35, b: 0.3, a: 1 }, alignment: 4 }), + transform({ parentW: SLOT_W, parentH: SLOT_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 170, y: 52 }, pos: { x: 0, y: 76 } }), + sprite({ color: { r: 0.12, g: 0.02, b: 0.02, a: 0.72 }, type: 1 }), + text({ value: '', fontSize: 36, bold: true, color: { r: 1, g: 0.9, b: 0.18, a: 1 }, alignment: 4, outlineWidth: 5 }), ], }); dmgPop.jsonString.enable = false; combat.push(dmgPop); + const dmgAccent = entity({ + id: guid('cmb', 380 + i), path: `${base}/DmgPop/Accent`, modelId: 'uitext', entryId: 'UIText', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', + displayOrder: 12, + components: [ + transform({ parentW: 170, parentH: 52, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 170, y: 20 }, pos: { x: 0, y: -22 } }), + sprite({ color: TRANSPARENT }), + text({ value: 'DAMAGE', fontSize: 14, bold: true, color: { r: 1, g: 0.28, b: 0.16, a: 1 }, alignment: 4, outlineWidth: 2 }), + ], + }); + dmgAccent.jsonString.enable = false; + combat.push(dmgAccent); const mBlockBadge = entity({ id: guid('cmb', 270 + i), path: `${base}/BlockBadge`, modelId: 'uisprite', entryId: 'UISprite', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', @@ -5001,9 +5013,26 @@ end self:SetText("/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs", pb) self:RenderRun()`), method('ShowDmgPop', `local base = "/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(slot) .. "/DmgPop" -self:SetText(base, "-" .. string.format("%d", amount)) +local pop = _EntityService:GetEntityByPath(base) +self:SetText(base, string.format("%d", amount)) self:SetEntityEnabled(base, true) -_TimerService:SetTimerOnce(function() self:SetEntityEnabled(base, false) end, 0.6)`, [ +self:SetEntityEnabled(base .. "/Accent", true) +if pop ~= nil and pop.UITransformComponent ~= nil then + pop.UITransformComponent.anchoredPosition = Vector2(0, 76) +end +local startY = 76 +for i = 1, 6 do + _TimerService:SetTimerOnce(function() + local p = _EntityService:GetEntityByPath(base) + if p ~= nil and p.UITransformComponent ~= nil then + p.UITransformComponent.anchoredPosition = Vector2(0, startY + i * 7) + end + end, 0.045 * i) +end +_TimerService:SetTimerOnce(function() + self:SetEntityEnabled(base, false) + self:SetEntityEnabled(base .. "/Accent", false) +end, 0.48)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'amount' }, ]), diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index 7e084bb..4df05e4 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -14041,7 +14041,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 11, "pathConstraints": "/////", "revision": 1, "origin": { @@ -14067,20 +14067,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 75 + "x": 85, + "y": 102 }, "OffsetMin": { - "x": -60, - "y": 45 + "x": -85, + "y": 50 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 30 + "x": 170, + "y": 52 }, "UIMode": 1, "UIScale": { @@ -14091,11 +14091,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 60 + "y": 76 }, "Position": { "x": 0, - "y": 60, + "y": 76, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.12, + "g": 0.02, + "b": 0.02, + "a": 0.72 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.9, + "b": 0.18, + "a": 1 + }, + "FontSize": 36, + "MaxSize": 36, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 5, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0017d-0000-4000-8000-00000cb0017d", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Accent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Accent", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Accent", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 85, + "y": -12 + }, + "OffsetMin": { + "x": -85, + "y": -32 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 170, + "y": 20 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -22 + }, + "Position": { + "x": 0, + "y": -22, "z": 0 }, "QuaternionRotation": { @@ -14183,12 +14371,12 @@ "Font": 0, "FontColor": { "r": 1, - "g": 0.35, - "b": 0.3, + "g": 0.28, + "b": 0.16, "a": 1 }, - "FontSize": 24, - "MaxSize": 24, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -14200,7 +14388,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -14210,7 +14398,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "", + "Text": "DAMAGE", "UseOutLine": true, "Enable": true } @@ -16438,7 +16626,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 11, "pathConstraints": "/////", "revision": 1, "origin": { @@ -16464,20 +16652,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 75 + "x": 85, + "y": 102 }, "OffsetMin": { - "x": -60, - "y": 45 + "x": -85, + "y": 50 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 30 + "x": 170, + "y": 52 }, "UIMode": 1, "UIScale": { @@ -16488,11 +16676,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 60 + "y": 76 }, "Position": { "x": 0, - "y": 60, + "y": 76, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.12, + "g": 0.02, + "b": 0.02, + "a": 0.72 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.9, + "b": 0.18, + "a": 1 + }, + "FontSize": 36, + "MaxSize": 36, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 5, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0017e-0000-4000-8000-00000cb0017e", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Accent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Accent", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Accent", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 85, + "y": -12 + }, + "OffsetMin": { + "x": -85, + "y": -32 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 170, + "y": 20 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -22 + }, + "Position": { + "x": 0, + "y": -22, "z": 0 }, "QuaternionRotation": { @@ -16580,12 +16956,12 @@ "Font": 0, "FontColor": { "r": 1, - "g": 0.35, - "b": 0.3, + "g": 0.28, + "b": 0.16, "a": 1 }, - "FontSize": 24, - "MaxSize": 24, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -16597,7 +16973,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -16607,7 +16983,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "", + "Text": "DAMAGE", "UseOutLine": true, "Enable": true } @@ -18835,7 +19211,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 11, "pathConstraints": "/////", "revision": 1, "origin": { @@ -18861,20 +19237,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 75 + "x": 85, + "y": 102 }, "OffsetMin": { - "x": -60, - "y": 45 + "x": -85, + "y": 50 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 30 + "x": 170, + "y": 52 }, "UIMode": 1, "UIScale": { @@ -18885,11 +19261,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 60 + "y": 76 }, "Position": { "x": 0, - "y": 60, + "y": 76, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.12, + "g": 0.02, + "b": 0.02, + "a": 0.72 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.9, + "b": 0.18, + "a": 1 + }, + "FontSize": 36, + "MaxSize": 36, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 5, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0017f-0000-4000-8000-00000cb0017f", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Accent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Accent", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Accent", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 85, + "y": -12 + }, + "OffsetMin": { + "x": -85, + "y": -32 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 170, + "y": 20 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -22 + }, + "Position": { + "x": 0, + "y": -22, "z": 0 }, "QuaternionRotation": { @@ -18977,12 +19541,12 @@ "Font": 0, "FontColor": { "r": 1, - "g": 0.35, - "b": 0.3, + "g": 0.28, + "b": 0.16, "a": 1 }, - "FontSize": 24, - "MaxSize": 24, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -18994,7 +19558,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -19004,7 +19568,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "", + "Text": "DAMAGE", "UseOutLine": true, "Enable": true } @@ -21232,7 +21796,7 @@ "enable": false, "visible": true, "localize": true, - "displayOrder": 9, + "displayOrder": 11, "pathConstraints": "/////", "revision": 1, "origin": { @@ -21258,20 +21822,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 60, - "y": 75 + "x": 85, + "y": 102 }, "OffsetMin": { - "x": -60, - "y": 45 + "x": -85, + "y": 50 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 120, - "y": 30 + "x": 170, + "y": 52 }, "UIMode": 1, "UIScale": { @@ -21282,11 +21846,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 60 + "y": 76 }, "Position": { "x": 0, - "y": 60, + "y": 76, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.12, + "g": 0.02, + "b": 0.02, + "a": 0.72 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 1, + "Enable": true + }, + { + "@type": "MOD.Core.TextComponent", + "Alignment": 4, + "Bold": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "Font": 0, + "FontColor": { + "r": 1, + "g": 0.9, + "b": 0.18, + "a": 1 + }, + "FontSize": 36, + "MaxSize": 36, + "MinSize": 8, + "OutlineColor": { + "r": 0.08, + "g": 0.08, + "b": 0.08, + "a": 1 + }, + "OutlineDistance": { + "x": 1, + "y": -1 + }, + "OutlineWidth": 5, + "Overflow": 0, + "OverrideSorting": false, + "Padding": { + "left": 0, + "right": 0, + "top": 0, + "bottom": 0 + }, + "SizeFit": false, + "Text": "", + "UseOutLine": true, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00180-0000-4000-8000-00000cb00180", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Accent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Accent", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Accent", + "nameEditable": true, + "enable": false, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UIText", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uitext", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 85, + "y": -12 + }, + "OffsetMin": { + "x": -85, + "y": -32 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 170, + "y": 20 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -22 + }, + "Position": { + "x": 0, + "y": -22, "z": 0 }, "QuaternionRotation": { @@ -21374,12 +22126,12 @@ "Font": 0, "FontColor": { "r": 1, - "g": 0.35, - "b": 0.3, + "g": 0.28, + "b": 0.16, "a": 1 }, - "FontSize": 24, - "MaxSize": 24, + "FontSize": 14, + "MaxSize": 14, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -21391,7 +22143,7 @@ "x": 1, "y": -1 }, - "OutlineWidth": 1, + "OutlineWidth": 2, "Overflow": 0, "OverrideSorting": false, "Padding": { @@ -21401,7 +22153,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "", + "Text": "DAMAGE", "UseOutLine": true, "Enable": true } From b65d4af1ebc2be5de455c8b0548386cd9edb068f Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 00:51:50 +0900 Subject: [PATCH 13/14] fix(ui): show target marker only while dragging --- RootDesk/MyDesk/SlayDeckController.codeblock | 4 ++-- tools/deck/gen-slaydeck.mjs | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 7375679..df86012 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -2429,7 +2429,7 @@ "Name": null }, "Arguments": [], - "Code": "local shownTarget = self.TargetIndex\nif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then\n\tshownTarget = self.DragTargetIndex\nend\nfor i = 1, #self.Monsters do\n\tlocal m = self.Monsters[i]\n\tlocal active = false\n\tif m ~= nil and m.alive == true and i == shownTarget then active = true end\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetFrame\", active)\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetMarker\", active)\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetMarker/Label\", active)\nend", + "Code": "local dragActive = self.DragTargetIndex ~= nil and self.DragTargetIndex > 0\nlocal shownTarget = self.TargetIndex\nif dragActive == true then shownTarget = self.DragTargetIndex end\nfor i = 1, #self.Monsters do\n\tlocal m = self.Monsters[i]\n\tlocal active = false\n\tif m ~= nil and m.alive == true and i == shownTarget then active = true end\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetFrame\", active)\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetMarker\", active and dragActive)\n\tself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i) .. \"/TargetMarker/Label\", active and dragActive)\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -3031,7 +3031,7 @@ "Name": null }, "Arguments": [], - "Code": "for i = 1, 4 do\n\tlocal base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i)\n\tlocal m = self.Monsters[i]\n\tif m ~= nil and m.alive == true then\n\t\tself:SetEntityEnabled(base, true)\n\t\tself:SetText(base .. \"/Name\", m.name)\n\t\tself:SetText(base .. \"/Hp\", string.format(\"%d\", m.hp) .. \"/\" .. string.format(\"%d\", m.maxHp))\n\t\tlocal intent = m.intents[m.intentIdx]\n\t\tlocal t = \"\"\n\t\tif intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tlocal atk = intent.value + m.str\n\t\t\t\tif m.weak > 0 then atk = math.floor(atk * 0.75) end\n\t\t\t\tif self.PlayerVuln > 0 then atk = math.floor(atk * 1.5) end\n\t\t\t\tt = \"공격 \" .. tostring(atk)\n\t\t\telseif intent.kind == \"Defend\" then t = \"방어 \" .. tostring(intent.value)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tif intent.effect == \"weak\" then t = \"약화 \" .. tostring(intent.value) .. \" 부여\"\n\t\t\t\telse t = \"취약 \" .. tostring(intent.value) .. \" 부여\" end\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tt = \"저주 카드 추가\"\n\t\t\tend\n\t\tend\n\t\tself:SetText(base .. \"/Intent\", t)\n\t\tlocal shownTarget = self.TargetIndex\n\t\tif self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end\n\t\tself:SetEntityEnabled(base .. \"/TargetFrame\", i == shownTarget)\n\t\tself:SetEntityEnabled(base .. \"/TargetMarker\", i == shownTarget)\n\t\tself:SetEntityEnabled(base .. \"/TargetMarker/Label\", i == shownTarget)\n\t\tlocal intentEntity = _EntityService:GetEntityByPath(base .. \"/Intent\")\n\t\tif intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(1, 0.45, 0.35, 1)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.8, 0.5, 1, 1)\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.6, 0.85, 0.4, 1)\n\t\t\telse\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.5, 0.75, 1, 1)\n\t\t\tend\n\t\tend\n\t\tself:SetHpBar(base .. \"/HpBarFill\", m.hp, m.maxHp, 140)\n\t\tself:SetEntityEnabled(base .. \"/BlockBadge\", m.block > 0)\n\t\tself:SetText(base .. \"/BlockBadge/Value\", string.format(\"%d\", m.block))\n\t\tself:SetText(base .. \"/Buffs\", self:BuffsLabel(m.str, m.weak, m.vuln, m.poison or 0))\n\telse\n\t\tself:SetEntityEnabled(base, false)\n\tend\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpText\", string.format(\"%d\", self.PlayerHp) .. \"/\" .. string.format(\"%d\", self.PlayerMaxHp))\nself:SetHpBar(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpBarFill\", self.PlayerHp, self.PlayerMaxHp, 220)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge\", self.PlayerBlock > 0)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge/Value\", string.format(\"%d\", self.PlayerBlock))\nlocal pb = self:BuffsLabel(self.PlayerStr, self.PlayerWeak, self.PlayerVuln, 0)\nif self.PlayerPowers ~= nil and #self.PlayerPowers > 0 then\n\tlocal names = {}\n\tfor i = 1, #self.PlayerPowers do\n\t\tlocal pc = self.Cards[self.PlayerPowers[i]]\n\t\tif pc ~= nil then table.insert(names, pc.name) end\n\tend\n\tif pb ~= \"\" then pb = pb .. \" · \" end\n\tpb = pb .. table.concat(names, \" \")\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs\", pb)\nself:RenderRun()", + "Code": "for i = 1, 4 do\n\tlocal base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(i)\n\tlocal m = self.Monsters[i]\n\tif m ~= nil and m.alive == true then\n\t\tself:SetEntityEnabled(base, true)\n\t\tself:SetText(base .. \"/Name\", m.name)\n\t\tself:SetText(base .. \"/Hp\", string.format(\"%d\", m.hp) .. \"/\" .. string.format(\"%d\", m.maxHp))\n\t\tlocal intent = m.intents[m.intentIdx]\n\t\tlocal t = \"\"\n\t\tif intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tlocal atk = intent.value + m.str\n\t\t\t\tif m.weak > 0 then atk = math.floor(atk * 0.75) end\n\t\t\t\tif self.PlayerVuln > 0 then atk = math.floor(atk * 1.5) end\n\t\t\t\tt = \"공격 \" .. tostring(atk)\n\t\t\telseif intent.kind == \"Defend\" then t = \"방어 \" .. tostring(intent.value)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tif intent.effect == \"weak\" then t = \"약화 \" .. tostring(intent.value) .. \" 부여\"\n\t\t\t\telse t = \"취약 \" .. tostring(intent.value) .. \" 부여\" end\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tt = \"저주 카드 추가\"\n\t\t\tend\n\t\tend\n\t\tself:SetText(base .. \"/Intent\", t)\n\t\tlocal dragActive = self.DragTargetIndex ~= nil and self.DragTargetIndex > 0\n\t\tlocal shownTarget = self.TargetIndex\n\t\tif dragActive == true then shownTarget = self.DragTargetIndex end\n\t\tself:SetEntityEnabled(base .. \"/TargetFrame\", i == shownTarget)\n\t\tself:SetEntityEnabled(base .. \"/TargetMarker\", i == shownTarget and dragActive)\n\t\tself:SetEntityEnabled(base .. \"/TargetMarker/Label\", i == shownTarget and dragActive)\n\t\tlocal intentEntity = _EntityService:GetEntityByPath(base .. \"/Intent\")\n\t\tif intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then\n\t\t\tif intent.kind == \"Attack\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(1, 0.45, 0.35, 1)\n\t\t\telseif intent.kind == \"Debuff\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.8, 0.5, 1, 1)\n\t\t\telseif intent.kind == \"AddCard\" then\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.6, 0.85, 0.4, 1)\n\t\t\telse\n\t\t\t\tintentEntity.TextComponent.FontColor = Color(0.5, 0.75, 1, 1)\n\t\t\tend\n\t\tend\n\t\tself:SetHpBar(base .. \"/HpBarFill\", m.hp, m.maxHp, 140)\n\t\tself:SetEntityEnabled(base .. \"/BlockBadge\", m.block > 0)\n\t\tself:SetText(base .. \"/BlockBadge/Value\", string.format(\"%d\", m.block))\n\t\tself:SetText(base .. \"/Buffs\", self:BuffsLabel(m.str, m.weak, m.vuln, m.poison or 0))\n\telse\n\t\tself:SetEntityEnabled(base, false)\n\tend\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpText\", string.format(\"%d\", self.PlayerHp) .. \"/\" .. string.format(\"%d\", self.PlayerMaxHp))\nself:SetHpBar(\"/ui/DefaultGroup/CombatHud/PlayerPanel/HpBarFill\", self.PlayerHp, self.PlayerMaxHp, 220)\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge\", self.PlayerBlock > 0)\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/BlockBadge/Value\", string.format(\"%d\", self.PlayerBlock))\nlocal pb = self:BuffsLabel(self.PlayerStr, self.PlayerWeak, self.PlayerVuln, 0)\nif self.PlayerPowers ~= nil and #self.PlayerPowers > 0 then\n\tlocal names = {}\n\tfor i = 1, #self.PlayerPowers do\n\t\tlocal pc = self.Cards[self.PlayerPowers[i]]\n\t\tif pc ~= nil then table.insert(names, pc.name) end\n\tend\n\tif pb ~= \"\" then pb = pb .. \" · \" end\n\tpb = pb .. table.concat(names, \" \")\nend\nself:SetText(\"/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs\", pb)\nself:RenderRun()", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 8fd71b6..5b069f9 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -4431,17 +4431,16 @@ for i = 1, #self.Monsters do end end return best`, [{ Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'touchPoint' }], 0, 'number'), - method('RenderTargetFrames', `local shownTarget = self.TargetIndex -if self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then - shownTarget = self.DragTargetIndex -end + method('RenderTargetFrames', `local dragActive = self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 +local shownTarget = self.TargetIndex +if dragActive == true then shownTarget = self.DragTargetIndex end for i = 1, #self.Monsters do local m = self.Monsters[i] local active = false if m ~= nil and m.alive == true and i == shownTarget then active = true end self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetFrame", active) - self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetMarker", active) - self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetMarker/Label", active) + self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetMarker", active and dragActive) + self:SetEntityEnabled("/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(i) .. "/TargetMarker/Label", active and dragActive) end`), method('OnCardDragBegin', `if self.CombatOver == true or self.FxBusy == true or self.TurnBusy == true then return @@ -4971,11 +4970,12 @@ return table.concat(parts, " ")`, [ end end self:SetText(base .. "/Intent", t) + local dragActive = self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 local shownTarget = self.TargetIndex - if self.DragTargetIndex ~= nil and self.DragTargetIndex > 0 then shownTarget = self.DragTargetIndex end + if dragActive == true then shownTarget = self.DragTargetIndex end self:SetEntityEnabled(base .. "/TargetFrame", i == shownTarget) - self:SetEntityEnabled(base .. "/TargetMarker", i == shownTarget) - self:SetEntityEnabled(base .. "/TargetMarker/Label", i == shownTarget) + self:SetEntityEnabled(base .. "/TargetMarker", i == shownTarget and dragActive) + self:SetEntityEnabled(base .. "/TargetMarker/Label", i == shownTarget and dragActive) local intentEntity = _EntityService:GetEntityByPath(base .. "/Intent") if intentEntity ~= nil and intentEntity.TextComponent ~= nil and intent ~= nil then if intent.kind == "Attack" then From e269154d17699e23a2ac889248684bcb321ecbb4 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 15 Jun 2026 01:10:20 +0900 Subject: [PATCH 14/14] feat(combat): render monster damage popups with digit skins --- RootDesk/MyDesk/SlayDeckController.codeblock | 2 +- tools/deck/gen-slaydeck.mjs | 93 +- ui/DefaultGroup.ui | 2728 +++++++++++++++--- 3 files changed, 2371 insertions(+), 452 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index df86012..ab50670 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -3061,7 +3061,7 @@ "Name": "amount" } ], - "Code": "local base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(slot) .. \"/DmgPop\"\nlocal pop = _EntityService:GetEntityByPath(base)\nself:SetText(base, string.format(\"%d\", amount))\nself:SetEntityEnabled(base, true)\nself:SetEntityEnabled(base .. \"/Accent\", true)\nif pop ~= nil and pop.UITransformComponent ~= nil then\n\tpop.UITransformComponent.anchoredPosition = Vector2(0, 76)\nend\nlocal startY = 76\nfor i = 1, 6 do\n\t_TimerService:SetTimerOnce(function()\n\t\tlocal p = _EntityService:GetEntityByPath(base)\n\t\tif p ~= nil and p.UITransformComponent ~= nil then\n\t\t\tp.UITransformComponent.anchoredPosition = Vector2(0, startY + i * 7)\n\t\tend\n\tend, 0.045 * i)\nend\n_TimerService:SetTimerOnce(function()\n\tself:SetEntityEnabled(base, false)\n\tself:SetEntityEnabled(base .. \"/Accent\", false)\nend, 0.48)", + "Code": "local base = \"/ui/DefaultGroup/CombatHud/MonsterSlot\" .. tostring(slot) .. \"/DmgPop\"\nlocal pop = _EntityService:GetEntityByPath(base)\nself:SetText(base, \"\")\nself:SetEntityEnabled(base, true)\nlocal damageDigitRuids = { \"b94c19830538447f81617035d89bcc05\", \"01b023122a6f4a5789e1d4c61ff8f430\", \"57ff71d1b9eb471b9feb1c15348770c9\", \"cab92837798a42ad9143c67e93f999e1\", \"366f271f9ca94a0684083aad9298efad\", \"5c7a6ad38491466aa84bf450e0fdcf25\", \"7d82a6838e1b4f4a8a0f7420db34c985\", \"c0765bb1e47d46ffbe1df4ac19ea9b1b\", \"6ea0bfed61e149f88a9b3f22dd79774f\", \"82ad2acaae4e4b3fb87bf73635250d22\" }\nlocal shown = tostring(math.max(0, math.floor(amount)))\nif string.len(shown) > 5 then\n shown = string.sub(shown, 1, 5)\nend\nlocal digits = {}\nfor i = 1, string.len(shown) do\n table.insert(digits, tonumber(string.sub(shown, i, i)) or 0)\nend\nlocal totalW = #digits * 22 + math.max(0, #digits - 1) * 18\nlocal startX = -totalW / 2 + 22 / 2\nfor i = 1, 5 do\n local digitPath = base .. \"/Digit\" .. tostring(i)\n local digitEntity = _EntityService:GetEntityByPath(digitPath)\n if digitEntity ~= nil and digitEntity.SpriteGUIRendererComponent ~= nil then\n if digits[i] ~= nil then\n digitEntity.SpriteGUIRendererComponent.ImageRUID = damageDigitRuids[digits[i] + 1]\n digitEntity.SpriteGUIRendererComponent.Color = Color(1, 1, 1, 1)\n if digitEntity.UITransformComponent ~= nil then\n digitEntity.UITransformComponent.anchoredPosition = Vector2(startX + (i - 1) * (22 + 18), 0)\n end\n self:SetEntityEnabled(digitPath, true)\n else\n self:SetEntityEnabled(digitPath, false)\n end\n end\nend\nif pop ~= nil and pop.UITransformComponent ~= nil then\n pop.UITransformComponent.anchoredPosition = Vector2(0, 76)\nend\nlocal startY = 76\nfor i = 1, 6 do\n _TimerService:SetTimerOnce(function()\n local p = _EntityService:GetEntityByPath(base)\n if p ~= nil and p.UITransformComponent ~= nil then\n p.UITransformComponent.anchoredPosition = Vector2(0, startY + i * 7)\n end\n end, 0.045 * i)\nend\n_TimerService:SetTimerOnce(function()\n self:SetEntityEnabled(base, false)\nend, 0.48)", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 5b069f9..18544bc 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -214,6 +214,22 @@ const GOLD = { r: 0.94, g: 0.74, b: 0.26, a: 1 }; const ATTACK = { r: 0.86, g: 0.42, b: 0.38, a: 1 }; const DEFEND = { r: 0.42, g: 0.55, b: 0.85, a: 1 }; const SKILL = { r: 0.46, g: 0.68, b: 0.52, a: 1 }; +const DAMAGE_DIGIT_RUIDS = [ + 'b94c19830538447f81617035d89bcc05', + '01b023122a6f4a5789e1d4c61ff8f430', + '57ff71d1b9eb471b9feb1c15348770c9', + 'cab92837798a42ad9143c67e93f999e1', + '366f271f9ca94a0684083aad9298efad', + '5c7a6ad38491466aa84bf450e0fdcf25', + '7d82a6838e1b4f4a8a0f7420db34c985', + 'c0765bb1e47d46ffbe1df4ac19ea9b1b', + '6ea0bfed61e149f88a9b3f22dd79774f', + '82ad2acaae4e4b3fb87bf73635250d22', +]; +const DAMAGE_POP_MAX_DIGITS = 5; +const DAMAGE_POP_DIGIT_W = 22; +const DAMAGE_POP_DIGIT_H = 32; +const DAMAGE_POP_DIGIT_SPACING = 18; const MAX_MONSTERS = 4; const HEAD_OFFSET_Y = 1.4; // 몬스터 월드 원점 위로 띄울 높이(머리 위) — world→screen 변환 전 가산 @@ -1186,29 +1202,27 @@ function upsertUi() { ], })); const dmgPop = entity({ - id: guid('cmb', 250 + i), path: `${base}/DmgPop`, modelId: 'uitext', entryId: 'UIText', - componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', + id: guid('cmb', 250 + i), path: `${base}/DmgPop`, modelId: 'uisprite', entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', displayOrder: 11, components: [ - transform({ parentW: SLOT_W, parentH: SLOT_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 170, y: 52 }, pos: { x: 0, y: 76 } }), + transform({ parentW: SLOT_W, parentH: SLOT_H, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 192, y: 56 }, pos: { x: 0, y: 76 } }), sprite({ color: { r: 0.12, g: 0.02, b: 0.02, a: 0.72 }, type: 1 }), - text({ value: '', fontSize: 36, bold: true, color: { r: 1, g: 0.9, b: 0.18, a: 1 }, alignment: 4, outlineWidth: 5 }), ], }); dmgPop.jsonString.enable = false; combat.push(dmgPop); - const dmgAccent = entity({ - id: guid('cmb', 380 + i), path: `${base}/DmgPop/Accent`, modelId: 'uitext', entryId: 'UIText', - componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: 12, - components: [ - transform({ parentW: 170, parentH: 52, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 170, y: 20 }, pos: { x: 0, y: -22 } }), - sprite({ color: TRANSPARENT }), - text({ value: 'DAMAGE', fontSize: 14, bold: true, color: { r: 1, g: 0.28, b: 0.16, a: 1 }, alignment: 4, outlineWidth: 2 }), - ], - }); - dmgAccent.jsonString.enable = false; - combat.push(dmgAccent); + for (let d = 0; d < DAMAGE_POP_MAX_DIGITS; d++) { + combat.push(entity({ + id: guid('cmb', 380 + i * 10 + d), path: `${base}/DmgPop/Digit${d + 1}`, modelId: 'uisprite', entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', + displayOrder: 12, + components: [ + transform({ parentW: 192, parentH: 56, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: DAMAGE_POP_DIGIT_W, y: DAMAGE_POP_DIGIT_H }, pos: { x: 0, y: 0 } }), + sprite({ dataId: DAMAGE_DIGIT_RUIDS[0], color: { r: 1, g: 1, b: 1, a: 1 }, type: 0 }), + ], + })); + } const mBlockBadge = entity({ id: guid('cmb', 270 + i), path: `${base}/BlockBadge`, modelId: 'uisprite', entryId: 'UISprite', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', @@ -5014,24 +5028,49 @@ self:SetText("/ui/DefaultGroup/CombatHud/PlayerPanel/Buffs", pb) self:RenderRun()`), method('ShowDmgPop', `local base = "/ui/DefaultGroup/CombatHud/MonsterSlot" .. tostring(slot) .. "/DmgPop" local pop = _EntityService:GetEntityByPath(base) -self:SetText(base, string.format("%d", amount)) +self:SetText(base, "") self:SetEntityEnabled(base, true) -self:SetEntityEnabled(base .. "/Accent", true) +local damageDigitRuids = { ${DAMAGE_DIGIT_RUIDS.map(luaStr).join(', ')} } +local shown = tostring(math.max(0, math.floor(amount))) +if string.len(shown) > ${DAMAGE_POP_MAX_DIGITS} then + shown = string.sub(shown, 1, ${DAMAGE_POP_MAX_DIGITS}) +end +local digits = {} +for i = 1, string.len(shown) do + table.insert(digits, tonumber(string.sub(shown, i, i)) or 0) +end +local totalW = #digits * ${DAMAGE_POP_DIGIT_W} + math.max(0, #digits - 1) * ${DAMAGE_POP_DIGIT_SPACING} +local startX = -totalW / 2 + ${DAMAGE_POP_DIGIT_W} / 2 +for i = 1, ${DAMAGE_POP_MAX_DIGITS} do + local digitPath = base .. "/Digit" .. tostring(i) + local digitEntity = _EntityService:GetEntityByPath(digitPath) + if digitEntity ~= nil and digitEntity.SpriteGUIRendererComponent ~= nil then + if digits[i] ~= nil then + digitEntity.SpriteGUIRendererComponent.ImageRUID = damageDigitRuids[digits[i] + 1] + digitEntity.SpriteGUIRendererComponent.Color = Color(1, 1, 1, 1) + if digitEntity.UITransformComponent ~= nil then + digitEntity.UITransformComponent.anchoredPosition = Vector2(startX + (i - 1) * (${DAMAGE_POP_DIGIT_W} + ${DAMAGE_POP_DIGIT_SPACING}), 0) + end + self:SetEntityEnabled(digitPath, true) + else + self:SetEntityEnabled(digitPath, false) + end + end +end if pop ~= nil and pop.UITransformComponent ~= nil then - pop.UITransformComponent.anchoredPosition = Vector2(0, 76) + pop.UITransformComponent.anchoredPosition = Vector2(0, 76) end local startY = 76 for i = 1, 6 do - _TimerService:SetTimerOnce(function() - local p = _EntityService:GetEntityByPath(base) - if p ~= nil and p.UITransformComponent ~= nil then - p.UITransformComponent.anchoredPosition = Vector2(0, startY + i * 7) - end - end, 0.045 * i) + _TimerService:SetTimerOnce(function() + local p = _EntityService:GetEntityByPath(base) + if p ~= nil and p.UITransformComponent ~= nil then + p.UITransformComponent.anchoredPosition = Vector2(0, startY + i * 7) + end + end, 0.045 * i) end _TimerService:SetTimerOnce(function() - self:SetEntityEnabled(base, false) - self:SetEntityEnabled(base .. "/Accent", false) + self:SetEntityEnabled(base, false) end, 0.48)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'amount' }, diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index 4df05e4..165e0e3 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -14033,7 +14033,7 @@ { "id": "0cb000fb-0000-4000-8000-00000cb000fb", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "DmgPop", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop", @@ -14046,12 +14046,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -14067,20 +14067,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": 102 + "x": 96, + "y": 104 }, "OffsetMin": { - "x": -85, - "y": 50 + "x": -96, + "y": 48 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 52 + "x": 192, + "y": 56 }, "UIMode": 1, "UIScale": { @@ -14166,67 +14166,20 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.9, - "b": 0.18, - "a": 1 - }, - "FontSize": 36, - "MaxSize": 36, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 5, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true } ], "@version": 1 } }, { - "id": "0cb0017d-0000-4000-8000-00000cb0017d", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Accent", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "id": "0cb00186-0000-4000-8000-00000cb00186", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit1", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Accent", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Accent", + "name": "Digit1", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit1", "nameEditable": true, - "enable": false, + "enable": true, "visible": true, "localize": true, "displayOrder": 12, @@ -14234,12 +14187,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -14255,20 +14208,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": -12 + "x": 11, + "y": 16 }, "OffsetMin": { - "x": -85, - "y": -32 + "x": -11, + "y": -16 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 20 + "x": 22, + "y": 32 }, "UIMode": 1, "UIScale": { @@ -14279,11 +14232,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -22 + "y": 0 }, "Position": { "x": 0, - "y": -22, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -14304,7 +14257,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "b94c19830538447f81617035d89bcc05" }, "LocalPosition": { "x": 0, @@ -14319,10 +14272,10 @@ "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, "DropShadow": false, "DropShadowAngle": 30, @@ -14352,13 +14305,119 @@ }, "OutlineWidth": 3, "RaycastTarget": false, - "Type": 1, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00187-0000-4000-8000-00000cb00187", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit2", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { @@ -14368,38 +14427,449 @@ "a": 0.72 }, "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.28, - "b": 0.16, - "a": 1 - }, - "FontSize": 14, - "MaxSize": 14, - "MinSize": 8, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, + "r": 0, + "g": 0, + "b": 0, "a": 1 }, - "OutlineDistance": { + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00188-0000-4000-8000-00000cb00188", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit3", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit3", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { "x": 1, - "y": -1 + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 }, - "OutlineWidth": 2, - "Overflow": 0, "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, - "SizeFit": false, - "Text": "DAMAGE", - "UseOutLine": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00189-0000-4000-8000-00000cb00189", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit4", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit4", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit4", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0018a-0000-4000-8000-00000cb0018a", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit5", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit5", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot1/DmgPop/Digit5", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, "Enable": true } ], @@ -16618,7 +17088,7 @@ { "id": "0cb000fc-0000-4000-8000-00000cb000fc", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "DmgPop", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop", @@ -16631,12 +17101,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -16652,20 +17122,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": 102 + "x": 96, + "y": 104 }, "OffsetMin": { - "x": -85, - "y": 50 + "x": -96, + "y": 48 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 52 + "x": 192, + "y": 56 }, "UIMode": 1, "UIScale": { @@ -16751,67 +17221,20 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.9, - "b": 0.18, - "a": 1 - }, - "FontSize": 36, - "MaxSize": 36, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 5, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true } ], "@version": 1 } }, { - "id": "0cb0017e-0000-4000-8000-00000cb0017e", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Accent", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "id": "0cb00190-0000-4000-8000-00000cb00190", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit1", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Accent", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Accent", + "name": "Digit1", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit1", "nameEditable": true, - "enable": false, + "enable": true, "visible": true, "localize": true, "displayOrder": 12, @@ -16819,12 +17242,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -16840,20 +17263,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": -12 + "x": 11, + "y": 16 }, "OffsetMin": { - "x": -85, - "y": -32 + "x": -11, + "y": -16 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 20 + "x": 22, + "y": 32 }, "UIMode": 1, "UIScale": { @@ -16864,11 +17287,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -22 + "y": 0 }, "Position": { "x": 0, - "y": -22, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -16889,7 +17312,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "b94c19830538447f81617035d89bcc05" }, "LocalPosition": { "x": 0, @@ -16904,10 +17327,10 @@ "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, "DropShadow": false, "DropShadowAngle": 30, @@ -16937,13 +17360,119 @@ }, "OutlineWidth": 3, "RaycastTarget": false, - "Type": 1, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00191-0000-4000-8000-00000cb00191", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit2", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { @@ -16953,38 +17482,449 @@ "a": 0.72 }, "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.28, - "b": 0.16, - "a": 1 - }, - "FontSize": 14, - "MaxSize": 14, - "MinSize": 8, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, + "r": 0, + "g": 0, + "b": 0, "a": 1 }, - "OutlineDistance": { + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00192-0000-4000-8000-00000cb00192", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit3", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit3", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { "x": 1, - "y": -1 + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 }, - "OutlineWidth": 2, - "Overflow": 0, "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, - "SizeFit": false, - "Text": "DAMAGE", - "UseOutLine": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00193-0000-4000-8000-00000cb00193", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit4", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit4", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit4", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb00194-0000-4000-8000-00000cb00194", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit5", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit5", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot2/DmgPop/Digit5", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, "Enable": true } ], @@ -19203,7 +20143,7 @@ { "id": "0cb000fd-0000-4000-8000-00000cb000fd", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "DmgPop", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop", @@ -19216,12 +20156,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -19237,20 +20177,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": 102 + "x": 96, + "y": 104 }, "OffsetMin": { - "x": -85, - "y": 50 + "x": -96, + "y": 48 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 52 + "x": 192, + "y": 56 }, "UIMode": 1, "UIScale": { @@ -19336,67 +20276,20 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.9, - "b": 0.18, - "a": 1 - }, - "FontSize": 36, - "MaxSize": 36, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 5, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true } ], "@version": 1 } }, { - "id": "0cb0017f-0000-4000-8000-00000cb0017f", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Accent", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "id": "0cb0019a-0000-4000-8000-00000cb0019a", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit1", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Accent", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Accent", + "name": "Digit1", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit1", "nameEditable": true, - "enable": false, + "enable": true, "visible": true, "localize": true, "displayOrder": 12, @@ -19404,12 +20297,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -19425,20 +20318,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": -12 + "x": 11, + "y": 16 }, "OffsetMin": { - "x": -85, - "y": -32 + "x": -11, + "y": -16 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 20 + "x": 22, + "y": 32 }, "UIMode": 1, "UIScale": { @@ -19449,11 +20342,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -22 + "y": 0 }, "Position": { "x": 0, - "y": -22, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -19474,7 +20367,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "b94c19830538447f81617035d89bcc05" }, "LocalPosition": { "x": 0, @@ -19489,10 +20382,10 @@ "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, "DropShadow": false, "DropShadowAngle": 30, @@ -19522,13 +20415,119 @@ }, "OutlineWidth": 3, "RaycastTarget": false, - "Type": 1, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0019b-0000-4000-8000-00000cb0019b", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit2", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { @@ -19538,38 +20537,449 @@ "a": 0.72 }, "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.28, - "b": 0.16, - "a": 1 - }, - "FontSize": 14, - "MaxSize": 14, - "MinSize": 8, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, + "r": 0, + "g": 0, + "b": 0, "a": 1 }, - "OutlineDistance": { + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0019c-0000-4000-8000-00000cb0019c", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit3", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit3", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { "x": 1, - "y": -1 + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 }, - "OutlineWidth": 2, - "Overflow": 0, "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, - "SizeFit": false, - "Text": "DAMAGE", - "UseOutLine": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0019d-0000-4000-8000-00000cb0019d", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit4", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit4", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit4", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb0019e-0000-4000-8000-00000cb0019e", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit5", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit5", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot3/DmgPop/Digit5", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, "Enable": true } ], @@ -21788,7 +23198,7 @@ { "id": "0cb000fe-0000-4000-8000-00000cb000fe", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { "name": "DmgPop", "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop", @@ -21801,12 +23211,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -21822,20 +23232,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": 102 + "x": 96, + "y": 104 }, "OffsetMin": { - "x": -85, - "y": 50 + "x": -96, + "y": 48 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 52 + "x": 192, + "y": 56 }, "UIMode": 1, "UIScale": { @@ -21921,67 +23331,20 @@ "RaycastTarget": false, "Type": 1, "Enable": true - }, - { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, - "DropShadow": false, - "DropShadowAngle": 30, - "DropShadowColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 0.72 - }, - "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.9, - "b": 0.18, - "a": 1 - }, - "FontSize": 36, - "MaxSize": 36, - "MinSize": 8, - "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, - "a": 1 - }, - "OutlineDistance": { - "x": 1, - "y": -1 - }, - "OutlineWidth": 5, - "Overflow": 0, - "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 - }, - "SizeFit": false, - "Text": "", - "UseOutLine": true, - "Enable": true } ], "@version": 1 } }, { - "id": "0cb00180-0000-4000-8000-00000cb00180", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Accent", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "id": "0cb001a4-0000-4000-8000-00000cb001a4", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit1", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { - "name": "Accent", - "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Accent", + "name": "Digit1", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit1", "nameEditable": true, - "enable": false, + "enable": true, "visible": true, "localize": true, "displayOrder": 12, @@ -21989,12 +23352,12 @@ "revision": 1, "origin": { "type": "Model", - "entry_id": "UIText", + "entry_id": "UISprite", "sub_entity_id": null, "root_entity_id": null, "replaced_model_id": null }, - "modelId": "uitext", + "modelId": "uisprite", "@components": [ { "@type": "MOD.Core.UITransformComponent", @@ -22010,20 +23373,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 85, - "y": -12 + "x": 11, + "y": 16 }, "OffsetMin": { - "x": -85, - "y": -32 + "x": -11, + "y": -16 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 170, - "y": 20 + "x": 22, + "y": 32 }, "UIMode": 1, "UIScale": { @@ -22034,11 +23397,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -22 + "y": 0 }, "Position": { "x": 0, - "y": -22, + "y": 0, "z": 0 }, "QuaternionRotation": { @@ -22059,7 +23422,7 @@ "AnimClipPlayType": 0, "EndFrameIndex": 2147483647, "ImageRUID": { - "DataId": "" + "DataId": "b94c19830538447f81617035d89bcc05" }, "LocalPosition": { "x": 0, @@ -22074,10 +23437,10 @@ "PreserveSprite": 0, "StartFrameIndex": 0, "Color": { - "r": 0, - "g": 0, - "b": 0, - "a": 0 + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, "DropShadow": false, "DropShadowAngle": 30, @@ -22107,13 +23470,119 @@ }, "OutlineWidth": 3, "RaycastTarget": false, - "Type": 1, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb001a5-0000-4000-8000-00000cb001a5", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit2", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit2", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit2", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, "Enable": true }, { - "@type": "MOD.Core.TextComponent", - "Alignment": 4, - "Bold": true, + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, "DropShadow": false, "DropShadowAngle": 30, "DropShadowColor": { @@ -22123,38 +23592,449 @@ "a": 0.72 }, "DropShadowDistance": 32, - "Font": 0, - "FontColor": { - "r": 1, - "g": 0.28, - "b": 0.16, - "a": 1 - }, - "FontSize": 14, - "MaxSize": 14, - "MinSize": 8, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, "OutlineColor": { - "r": 0.08, - "g": 0.08, - "b": 0.08, + "r": 0, + "g": 0, + "b": 0, "a": 1 }, - "OutlineDistance": { + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb001a6-0000-4000-8000-00000cb001a6", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit3", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit3", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit3", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { "x": 1, - "y": -1 + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 }, - "OutlineWidth": 2, - "Overflow": 0, "OverrideSorting": false, - "Padding": { - "left": 0, - "right": 0, - "top": 0, - "bottom": 0 + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 }, - "SizeFit": false, - "Text": "DAMAGE", - "UseOutLine": true, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb001a7-0000-4000-8000-00000cb001a7", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit4", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit4", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit4", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, + "Enable": true + } + ], + "@version": 1 + } + }, + { + "id": "0cb001a8-0000-4000-8000-00000cb001a8", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit5", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Digit5", + "path": "/ui/DefaultGroup/CombatHud/MonsterSlot4/DmgPop/Digit5", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 12, + "pathConstraints": "//////", + "revision": 1, + "origin": { + "type": "Model", + "entry_id": "UISprite", + "sub_entity_id": null, + "root_entity_id": null, + "replaced_model_id": null + }, + "modelId": "uisprite", + "@components": [ + { + "@type": "MOD.Core.UITransformComponent", + "ActivePlatform": 255, + "AlignmentOption": 0, + "AnchorsMax": { + "x": 0.5, + "y": 0.5 + }, + "AnchorsMin": { + "x": 0.5, + "y": 0.5 + }, + "MobileOnly": false, + "OffsetMax": { + "x": 11, + "y": 16 + }, + "OffsetMin": { + "x": -11, + "y": -16 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 22, + "y": 32 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 0 + }, + "Position": { + "x": 0, + "y": 0, + "z": 0 + }, + "QuaternionRotation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "Scale": { + "x": 1, + "y": 1, + "z": 1 + }, + "Enable": true + }, + { + "@type": "MOD.Core.SpriteGUIRendererComponent", + "AnimClipPlayType": 0, + "EndFrameIndex": 2147483647, + "ImageRUID": { + "DataId": "b94c19830538447f81617035d89bcc05" + }, + "LocalPosition": { + "x": 0, + "y": 0 + }, + "LocalScale": { + "x": 1, + "y": 1 + }, + "OverrideSorting": false, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 1, + "g": 1, + "b": 1, + "a": 1 + }, + "DropShadow": false, + "DropShadowAngle": 30, + "DropShadowColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 0.72 + }, + "DropShadowDistance": 32, + "FillAmount": 1, + "FillCenter": true, + "FillClockWise": true, + "FillMethod": 0, + "FillOrigin": 0, + "FlipX": false, + "FlipY": false, + "FrameColumn": 1, + "FrameRate": 0, + "FrameRow": 1, + "Outline": false, + "OutlineColor": { + "r": 0, + "g": 0, + "b": 0, + "a": 1 + }, + "OutlineWidth": 3, + "RaycastTarget": false, + "Type": 0, "Enable": true } ],