From 18729a2047f84802e6c388b943815edab68ca0c7 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:35:51 +0900 Subject: [PATCH 1/7] =?UTF-8?q?docs(card-visuals):=20=EB=A9=94=EC=9D=B4?= =?UTF-8?q?=ED=94=8C=20=EC=8A=A4=ED=82=AC=20=EC=B9=B4=EB=93=9C=20=EB=B9=84?= =?UTF-8?q?=EC=A3=BC=EC=96=BC=20=EC=84=A4=EA=B3=84=20(P2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 공식 RUID 렌더 타당성 실측 완료. 카드→전사 스킬 매핑(파워 스트라이크/슬래시 블러스트/아이언 바디), RUID 수확 워크플로, 카드 프레임(Art/NamePlate/Cost), ApplyCardFace 렌더 일원화(5표면). Co-Authored-By: Claude Opus 4.8 (1M context) --- .../specs/2026-06-11-card-visuals-design.md | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 docs/superpowers/specs/2026-06-11-card-visuals-design.md diff --git a/docs/superpowers/specs/2026-06-11-card-visuals-design.md b/docs/superpowers/specs/2026-06-11-card-visuals-design.md new file mode 100644 index 0000000..80681ba --- /dev/null +++ b/docs/superpowers/specs/2026-06-11-card-visuals-design.md @@ -0,0 +1,77 @@ +# 메이플 스킬 카드 비주얼 (P2) — 설계 + +- 날짜: 2026-06-11 +- 대상: `data/cards.json`, `tools/deck/gen-slaydeck.mjs`(카드 엔티티 구조·ApplyCardVisual류), 생성물 +- 상태: 승인됨 (배포 퀄리티 로드맵 P2/5 — P1 UI 정비 머지됨 #34) + +## 1. 배경 / 타당성 (검증 완료) + +카드가 단색 사각형+텍스트(코스트/이름/설명)뿐이라 게임 정체성이 약하다. 메이플 스킬 이미지를 카드에 넣는다. + +**타당성 검증 완료(메이커 실측)**: `asset_search_resources`(source=maplestory, cat=sprite)로 "파워 스트라이크" 검색 → 공식 RUID 10+개. 그중 `37ed94ffd1a64a22ad91a6ae14774718`를 Play 중 `SpriteGUIRendererComponent.ImageRUID`(Type=0)에 주입 → **로컬 워크스페이스에서 정상 렌더 확인**(흰 박스 아님 — 흰 박스 문제는 클라우드 '계정' 리소스에만 해당, 공식 리소스는 OK). +주의: 검색 결과는 아이콘이 아니라 **스킬 이펙트 컷**일 수 있음 → 후보 중 선별 단계 필요. + +## 2. 카드 → 메이플 스킬 매핑 (데이터) + +`data/cards.json`의 각 카드에 선택 필드 추가: +- `image`: 공식 스프라이트 RUID(string). 없으면 현행 단색 폴백. +- 카드 `name`을 메이플 스킬명으로 변경(효과·코스트·밸런스 불변): + +| 카드 id | 기존 이름 | 새 이름(전사 스킬) | 효과 | +|---|---|---|---| +| Strike | 타격 | 파워 스트라이크 | 피해 6 | +| Bash | 강타 | 슬래시 블러스트 | 피해 10 | +| Defend | 방어 | 아이언 바디 | 방어도 5 | + +(id는 기존 유지 — RunDeck/starterDeck 호환. 표시명만 변경.) + +## 3. RUID 수확 워크플로 (구현 선행 태스크) + +1. `asset_search_resources`(source=maplestory)로 스킬별 후보 수집: "파워 스트라이크", "슬래시 블러스트", "아이언 바디" (+필요시 "워리어", "스킬" 등 보조 질의). +2. 메이커 Play에서 후보 RUID를 카드 Art에 순회 주입 + 스크린샷으로 선별(§1에서 검증한 방법). 카드 일러스트로 보기 좋은 컷 1개/스킬 확정. +3. 확정 RUID를 `data/cards.json`에 기록. (RUID 문자열만 저장 — 공식 콘텐츠 정책 기존 관행과 동일) +4. 적합 컷이 없으면 폴백: 그 카드들은 이펙트 컷 중 베스트, 그래도 없으면 image 필드 생략(단색 유지). + +## 4. 카드 프레임 구조 (upsertUi — 손패 Card1~5 기준) + +기존: 루트(단색 패널) + Cost/Name/Desc 텍스트 3개. +변경(카드 180×250 기준): +``` +Card{i} (루트: 종류색 패널 — 테두리 역할, 기존 ATTACK/DEFEND/SKILL 색 유지) +├─ Art 96×96 중앙상단(pos 0, 52): ImageRUID, Type=0, 흰색 +├─ NamePlate 168×34 (pos 0, -8): 어두운 띠 {0.07,0.08,0.1,0.92} +│ └─ (Name 텍스트를 NamePlate 위치로 이동, fontSize 20) +├─ Cost 44×44 좌상(pos -68, 103): 어두운 원판 패널 + 숫자 26 (기존 위치 강조형) +└─ Desc (pos 0, -62, fontSize 18) 하단 효과 텍스트 +``` +- 구현은 기존 자식 텍스트(Cost/Name/Desc) 위치·크기 조정 + 신규 Art/NamePlate/CostPlate 스프라이트 추가. +- 동일 구조를 **RewardHud/Reward{1~3}**, **ShopHud/Card{1~3}**, **DeckInspectHud/Grid/Card{n}**, **DeckAllHud/Grid/Card{n}** 카드에도 적용(폭이 다른 그리드 카드(158×214)는 비례 축소 좌표). + +## 5. 런타임 렌더 일원화 + +- 신규 헬퍼 `ApplyCardFace(basePath, cardId)`(Lua): Cards[cardId]에서 name/cost/desc/kind/image를 읽어 — 루트 색(kind), Art ImageRUID(있으면 표시·없으면 Art 숨김), Name/Cost/Desc 텍스트 설정. +- 기존 `ApplyCardVisual`(손패)·`ApplyRewardVisual`(보상)·상점 렌더(`RenderShop` 내 카드부)·`ApplyInspectCardVisual`(인스펙터)·모든덱 렌더가 **ApplyCardFace를 호출**하도록 통일(경로만 다름). +- Lua 카드 테이블(`luaCardsTable`)에 `image` 필드 직렬화 추가(없으면 생략). + +## 6. 변경 파일 + +| 파일 | 변경 | +|---|---| +| `data/cards.json` | name 3종 변경 + image RUID 3종 추가 | +| `tools/deck/gen-slaydeck.mjs` | luaCardsTable image, 카드 엔티티 프레임(5표면), ApplyCardFace + 호출부 통일 | +| 생성물 | `ui/DefaultGroup.ui`·`SlayDeckController.codeblock` 재생성 | +| `tools/balance/sim-balance.mjs` | 불변(이름 표시는 data에서 읽음 — 리포트에 새 이름 자동 반영) | + +## 7. 범위 제외 (후속) + +의도 아이콘(P3), 카드 호버 확대·사용 연출(P3), 희귀도 프레임 색(P5), 도적/마법사 카드(후속 콘텐츠). + +## 8. 검증 + +- 생성 결정성·dup id 0·sim 14/14(이름 변경이 테스트에 영향 없는지 확인 — 테스트는 자체 fixture 사용이라 무관). +- 메이커: 손패/보상/상점/덱보기 4표면 스크린샷 — 스킬 이미지·프레임·이름 일관 표시, image 누락 카드 폴백 정상. + +## 9. 리스크 + +- 후보 RUID가 멀티프레임 애니 시트일 수 있음 → SpriteGUIRenderer가 첫 프레임 표시(기존 옵션 FrameColumn/Row 1) — 선별 단계에서 확인. +- 그리드 카드(인스펙터/모든덱)는 ScrollLayoutGroup 셀 — 자식 추가가 셀 레이아웃에 영향 없는지 메이커 확인. From 4ea9bfe14b9123a2bb79f96f67de4f101edd1a11 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:41:19 +0900 Subject: [PATCH 2/7] =?UTF-8?q?docs(card-visuals):=20P2=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84=20=EA=B3=84=ED=9A=8D=20(6=EA=B0=9C=20=ED=83=9C?= =?UTF-8?q?=EC=8A=A4=ED=81=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RUID 수확(컨트롤러)→ApplyCardFace 일원화→손패 프레임→보상/상점/그리드 프레임→재생성→플레이테스트·PR. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../plans/2026-06-11-card-visuals.md | 212 ++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 docs/superpowers/plans/2026-06-11-card-visuals.md diff --git a/docs/superpowers/plans/2026-06-11-card-visuals.md b/docs/superpowers/plans/2026-06-11-card-visuals.md new file mode 100644 index 0000000..35ac2e7 --- /dev/null +++ b/docs/superpowers/plans/2026-06-11-card-visuals.md @@ -0,0 +1,212 @@ +# 메이플 스킬 카드 비주얼 (P2) 구현 계획 + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. **Task 1·6은 메이커 MCP 인터랙티브 작업 — 컨트롤러가 직접 수행.** + +**Goal:** 카드(손패/보상/상점/인스펙터/모든덱)에 메이플 스킬 이미지+프레임을 입히고 이름을 전사 스킬명으로 바꾼다 (효과·밸런스 불변). + +**Architecture:** `data/cards.json`에 `image`(공식 RUID)·새 `name`. `gen-slaydeck.mjs`가 카드 자식 엔티티(Art/NamePlate/CostPlate)를 5표면에 생성하고, 런타임 렌더는 새 `ApplyCardFace(base, cardId)` 단일 헬퍼로 통일(기존 4개 Apply* 함수가 위임). 공식 RUID는 로컬 워크스페이스에서 렌더됨이 실측 검증됨(스펙 §1). + +**Tech Stack:** Node.js ESM 생성기, MSW Lua codeblock, asset_search_resources MCP(수확), maker MCP(선별·검증). + +--- + +## 배경 (구현자용) + +- 생성물 3종은 `tools/deck/gen-slaydeck.mjs` 단일 소스(직접 편집 금지). 루트에서 `node tools/deck/gen-slaydeck.mjs`. 각 Task 검증 후 산출물 복원(`git checkout -- ui/DefaultGroup.ui Global/common.gamelogic RootDesk/MyDesk/SlayDeckController.codeblock`), 산출물 커밋은 T5. +- 카드 렌더 함수 4종(현재 동일 모양): `ApplyCardVisual`(손패 `/ui/DefaultGroup/CardHand/Card{slot}`), `ApplyRewardVisual`(`/RewardHud/Reward{slot}`), `ApplyInspectCardVisual`(`/DeckInspectHud/Grid/Card{slot}`), `ApplyAllDeckCardVisual`(`/DeckAllHud/Grid/Card{slot}`). 각각 Cost/Name/Desc SetText + 루트 색. +- 카드 크기: 손패/보상/상점 180×250(`CARD_W`/`CARD_H`), 그리드(인스펙터/모든덱) 셀 158×214. +- 색: ATTACK {0.86,0.42,0.38} / DEFEND {0.42,0.55,0.85} / SKILL {0.46,0.68,0.52} (luaCardsTable의 kind 기반). + +## 파일 구조 +| 파일 | 책임 | +|---|---| +| `data/cards.json` | name 3종 변경 + image RUID 3종 (T1) | +| `tools/deck/gen-slaydeck.mjs` | luaCardsTable image·ApplyCardFace·4함수 통일(T2), 카드 프레임 엔티티 5표면(T3·T4) | +| 산출물 | T5 재생성·커밋 | + +--- + +## Task 1 (컨트롤러 직접): RUID 수확 + cards.json + +메이커 MCP 인터랙티브 — subagent 금지, 컨트롤러가 수행. + +- [ ] **Step 1:** `asset_search_resources`(cat=sprite, source=maplestory)로 후보 수집: 질의 "파워 스트라이크"(이미 10건 확보), "슬래시 블러스트", "아이언 바디". 후보 부족 시 보조 질의("슬래시", "강철", "워리어"). +- [ ] **Step 2:** 메이커 Play→전투 진입 후, 후보 RUID를 Card1 Art 자리(`SpriteGUIRendererComponent.ImageRUID`, Type=0)에 순회 주입 + 스크린샷으로 스킬당 1개 선별(일러스트 적합성 기준: 식별 가능·단일 컷·과도한 투명 여백 없음). +- [ ] **Step 3:** `data/cards.json`을 다음 형태로 갱신(RUID는 선별값으로): +```json +{ + "cards": { + "Strike": { "name": "파워 스트라이크", "cost": 1, "kind": "Attack", "damage": 6, "desc": "피해 6", "image": "<선별RUID>" }, + "Defend": { "name": "아이언 바디", "cost": 1, "kind": "Skill", "block": 5, "desc": "방어도 5", "image": "<선별RUID>" }, + "Bash": { "name": "슬래시 블러스트", "cost": 2, "kind": "Attack", "damage": 10, "desc": "피해 10", "image": "<선별RUID>" } + }, + "starterDeck": ["Strike", "Strike", "Strike", "Strike", "Strike", "Defend", "Defend", "Defend", "Defend", "Bash"] +} +``` +- [ ] **Step 4:** `node -e "JSON.parse(require('fs').readFileSync('data/cards.json','utf8'));console.log('ok')"` → ok. sim 회귀: `node --test tools/balance/sim-balance.test.mjs` → 14/14 (fixture 자체 카드라 무관). +- [ ] **Step 5:** Commit: `git add data/cards.json && git commit -m "feat(card-visuals): 카드를 전사 스킬로 리네임 + 공식 스킬 이미지 RUID"` + +--- + +## Task 2: ApplyCardFace 렌더 일원화 + +**Files:** Modify `tools/deck/gen-slaydeck.mjs` + +- [ ] **Step 1: luaCardsTable에 image 직렬화.** `function luaCardsTable(cards)`의 fields 구성에 추가: +```js + if (c.image != null) fields.push(`image = ${luaStr(c.image)}`); +``` +(`if (c.block != null) ...` 줄 다음에.) + +- [ ] **Step 2: ApplyCardFace 메서드 추가** (`ApplyCardVisual` 메서드 정의 바로 앞에): +```js + method('ApplyCardFace', `local c = self.Cards[cardId] +if c == nil then + c = { name = cardId, cost = 0, desc = "", kind = "Skill" } +end +local e = _EntityService:GetEntityByPath(base) +if e ~= nil and e.SpriteGUIRendererComponent ~= nil then + if c.kind == "Attack" then + e.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) + elseif c.kind == "Skill" then + e.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) + else + e.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) + end +end +self:SetText(base .. "/Cost", string.format("%d", c.cost)) +self:SetText(base .. "/Name", c.name) +self:SetText(base .. "/Desc", c.desc) +local art = _EntityService:GetEntityByPath(base .. "/Art") +if art ~= nil then + if c.image ~= nil and c.image ~= "" then + art.Enable = true + if art.SpriteGUIRendererComponent ~= nil then + art.SpriteGUIRendererComponent.ImageRUID = c.image + end + else + art.Enable = false + end +end`, [ + { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'base' }, + { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, + ]), +``` + +- [ ] **Step 3: 기존 4개 함수를 위임으로 교체.** 각 메서드 본문 전체를: +- `ApplyCardVisual`: `self:ApplyCardFace("/ui/DefaultGroup/CardHand/Card" .. tostring(slot), cardId)` +- `ApplyRewardVisual`: `self:ApplyCardFace("/ui/DefaultGroup/RewardHud/Reward" .. tostring(slot), cardId)` +- `ApplyInspectCardVisual`: `self:ApplyCardFace("/ui/DefaultGroup/DeckInspectHud/Grid/Card" .. tostring(slot), cardId)` +- `ApplyAllDeckCardVisual`: 기존 본문에서 카드 면 설정부를 `self:ApplyCardFace("/ui/DefaultGroup/DeckAllHud/Grid/Card" .. tostring(slot), cardId)`로 교체(본문에 수량 배지 등 추가 로직이 있으면 그 부분은 유지 — 현재 본문을 읽고 카드면(Cost/Name/Desc/색) 설정부만 위임). +(인자 목록은 변경 없음.) + +- [ ] **Step 4: RenderShop 카드부 위임.** `RenderShop` 본문에서 상점 카드 면 설정부(Card{i}의 Cost/Name/Desc SetText + 색 설정)를 `self:ApplyCardFace(base, cid)` 호출로 교체(가격(Price) SetText·구매 상태 처리는 유지). 본문을 읽고 해당 부분만 정확히 치환. + +- [ ] **Step 5: 검증.** `node --check` → OK. `node tools/deck/gen-slaydeck.mjs` 후: +`node -e "const cb=JSON.parse(require('fs').readFileSync('RootDesk/MyDesk/SlayDeckController.codeblock','utf8'));const s=JSON.stringify(cb);const names=cb.ContentProto.Json.Methods.map(m=>m.Name);console.log('face:',names.includes('ApplyCardFace'),'| image in Cards:',s.includes('image = '),'| delegates:',(s.match(/ApplyCardFace\(/g)||[]).length>=5)"` +Expected: 모두 true. 산출물 복원. + +- [ ] **Step 6: Commit:** `git add tools/deck/gen-slaydeck.mjs && git commit -m "feat(card-visuals): ApplyCardFace 렌더 일원화 + Cards image 직렬화"` + +--- + +## Task 3: 손패 카드 프레임 (Card1~5) + +**Files:** Modify `tools/deck/gen-slaydeck.mjs` (upsertUi의 손패 카드 갱신부) + +- [ ] **Step 1: 현재 손패 카드 빌드부 읽기.** upsertUi에서 `for (let i = 1; i <= 5; i++)`로 `/ui/DefaultGroup/CardHand/Card{i}`를 byPath 갱신하고 children(['Cost'...],['Name'...],['Desc'...])을 생성/갱신하는 블록을 찾는다. + +- [ ] **Step 2: children 배열을 프레임 배치로 교체.** 기존 children 항목의 cfg를: +```js + const children = [ + ['Cost', { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 }, value: cards[i - 1].cost, fontSize: 26, bold: true }], + ['Name', { size: { x: 168, y: 30 }, pos: { x: 0, y: -8 }, value: cards[i - 1].name, fontSize: 20, bold: true }], + ['Desc', { size: { x: 164, y: 70 }, pos: { x: 0, y: -62 }, value: cards[i - 1].desc, fontSize: 18, bold: false }], + ]; +``` +로 교체(기존 child 갱신 분기에서도 cfg의 size/pos를 반영하도록 — 기존 갱신 분기가 Text/FontSize만 갱신한다면 transform도 cfg로 갱신하는 줄 추가: +```js + const tr0 = child.jsonString['@components'][0]; + tr0.RectSize = cfg.size; + tr0.anchoredPosition = cfg.pos; + tr0.OffsetMin = { x: cfg.pos.x - cfg.size.x / 2, y: cfg.pos.y - cfg.size.y / 2 }; + tr0.OffsetMax = { x: cfg.pos.x + cfg.size.x / 2, y: cfg.pos.y + cfg.size.y / 2 }; +``` +) + +- [ ] **Step 3: 프레임 자식 추가(없으면 생성, byPath 패턴 동일).** children 루프 뒤에 카드별로: +```js + const frameKids = [ + ['NamePlate', 'uisprite', 'UISprite', 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', 3, + { size: { x: 168, y: 34 }, pos: { x: 0, y: -8 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.92 }], + ['CostPlate', 'uisprite', 'UISprite', 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', 4, + { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.95 }], + ['Art', 'uisprite', 'UISprite', 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', 5, + { size: { x: 96, y: 96 }, pos: { x: 0, y: 52 } }, { r: 1, g: 1, b: 1, a: 1 }], + ]; + for (const [suffix, modelId, entryId, componentNames, dOrder, cfg, color] of frameKids) { + const fPath = `/ui/DefaultGroup/CardHand/Card${i}/${suffix}`; + if (!byPath.get(fPath)) { + const fe = entity({ + id: guid('dck', 100 + i * 10 + dOrder), + path: fPath, modelId, entryId, componentNames, + displayOrder: dOrder, + 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(suffix === 'Art' ? { color, type: 0, raycast: false } : { color, type: 1, raycast: false }), + ], + }); + ui.ContentProto.Entities.push(fe); + byPath.set(fPath, fe); + } + } +``` +주의: `guid('dck', N)` 기존 사용 대역 확인(grep `guid('dck'`) 후 충돌 시 200+로 이동. Cost/Name/Desc 텍스트가 NamePlate/CostPlate **위에** 그려지도록 displayOrder 관계 확인(텍스트 0/1/2 < 플레이트 3/4면 플레이트가 위 — **플레이트가 텍스트를 가리면 안 되므로** 텍스트 displayOrder를 6/7/8로 올리고 플레이트 3/4·Art 5 유지: Cost→7, Name→6, Desc→8로 child 생성/갱신 분기에서 displayOrder 설정). + +- [ ] **Step 4: 검증.** `node --check` → 실행 → 확인: +`node -e "const ui=JSON.parse(require('fs').readFileSync('ui/DefaultGroup.ui','utf8'));const p=ui.ContentProto.Entities.map(e=>e.path);console.log('art:',[1,2,3,4,5].every(i=>p.includes('/ui/DefaultGroup/CardHand/Card'+i+'/Art')),'| plates:',[1,2,3,4,5].every(i=>p.includes('/ui/DefaultGroup/CardHand/Card'+i+'/NamePlate')))"` → 모두 true. dup id 0 확인. 산출물 복원. + +- [ ] **Step 5: Commit:** `git add tools/deck/gen-slaydeck.mjs && git commit -m "feat(card-visuals): 손패 카드 프레임(Art·NamePlate·CostPlate)"` + +--- + +## Task 4: 보상/상점/그리드 카드 프레임 + +**Files:** Modify `tools/deck/gen-slaydeck.mjs` + +- [ ] **Step 1: 보상 카드(Reward1~3, 180×250).** 보상 카드 빌더(자식 Cost/Name/Desc 생성 루프)에서 자식 cfg를 Task 3 Step 2와 동일 좌표로 바꾸고(Cost 44×44@(-68,103) f26 / Name 168×30@(0,-8) f20 / Desc 164×70@(0,-62) f18), 동일한 NamePlate/CostPlate/Art 3종을 push(부모 RewardHud/Reward{i}, guid('rwd', 100+i*10+dOrder), displayOrder: 텍스트 6/7/8·플레이트 3/4·Art 5). + +- [ ] **Step 2: 상점 카드(ShopHud/Card1~3, 180×250).** 동일 적용하되 Desc는 `{ size: { x: 164, y: 56 }, pos: { x: 0, y: -58 } }` (Price (0,-105)와 1px 간격 — Price·구매로직 불변). guid('shp', 100+i*10+dOrder). + +- [ ] **Step 3: 그리드 카드(DeckInspectHud/Grid/Card{n}·DeckAllHud/Grid/Card{n}, 158×214).** 두 빌더(line≈661, 783)에 비례 축소 프레임: Art 84×84@(0,44) / NamePlate 148×30@(0,-8) / CostPlate 38×38@(-58,86); 텍스트 cfg: Cost 38×38@(-58,86) f22 / Name 148×26@(0,-8) f17 / Desc 144×60@(0,-54) f15. guid는 각 빌더의 기존 네임스페이스 시퀀스 이어쓰기(중복 검증으로 확인). + +- [ ] **Step 4: 검증.** 실행 후: +`node -e "const ui=JSON.parse(require('fs').readFileSync('ui/DefaultGroup.ui','utf8'));const E=ui.ContentProto.Entities;const cnt=s=>E.filter(e=>e.path.includes(s)&&e.path.endsWith('/Art')).length;console.log('reward:',cnt('/RewardHud/Reward'),'shop:',cnt('/ShopHud/Card'),'inspect:',cnt('/DeckInspectHud/Grid/'),'alldeck:',cnt('/DeckAllHud/Grid/'));const ids=E.map(e=>e.id);console.log('dup:',ids.filter((x,i)=>ids.indexOf(x)!==i).length)"` +Expected: reward:3 shop:3 inspect:(그리드 수) alldeck:(그리드 수), dup:0. 산출물 복원. + +- [ ] **Step 5: Commit:** `git add tools/deck/gen-slaydeck.mjs && git commit -m "feat(card-visuals): 보상·상점·그리드 카드 프레임 적용"` + +--- + +## Task 5: 재생성·검증·산출물 커밋 + +- [ ] **Step 1:** `node tools/deck/gen-slaydeck.mjs` → exit 0. +- [ ] **Step 2:** JSON 3종 파스 + dup 0 + 손패/보상/상점/그리드 Art 존재 + codeblock에 ApplyCardFace·image 직렬화(`image = `)·새 카드명("파워 스트라이크") 포함 확인: +`node -e "const fs=require('fs');for(const f of ['ui/DefaultGroup.ui','Global/common.gamelogic','RootDesk/MyDesk/SlayDeckController.codeblock'])JSON.parse(fs.readFileSync(f,'utf8'));const cb=fs.readFileSync('RootDesk/MyDesk/SlayDeckController.codeblock','utf8');console.log('face+image+name:',cb.includes('ApplyCardFace')&&cb.includes('image = ')&&cb.includes('파워 스트라이크'))"` → true. +- [ ] **Step 3:** 결정성(재실행 빈 diff) + sim 14/14. +- [ ] **Step 4:** Commit: `git add ui/DefaultGroup.ui Global/common.gamelogic RootDesk/MyDesk/SlayDeckController.codeblock && git commit -m "feat(card-visuals): 산출물 재생성"` + +--- + +## Task 6 (컨트롤러 직접): 메이커 플레이테스트 + 푸시 + PR + +- refresh → build 0 → play. 4표면 스크린샷: ①손패(전투, 스킬 이미지+프레임+새 이름) ②보상 ③상점 ④모든덱/인스펙터. 이미지 미적용/프레임 깨짐/그리드 셀 영향 발견 시 좌표·RUID 수정 → 재생성 → 재확인. +- 통과 후: `git push -u origin feature/p2-card-visuals`(인증 실패 시 1회 재시도) → PR 링크+메시지 제공. + +--- + +## Self-Review 결과 +- **스펙 커버리지**: §2→T1, §3→T1, §4→T3·T4, §5→T2, §6→T1~T5, §8→T5·T6. 전부 매핑. +- **플레이스홀더**: T1의 `<선별RUID>`는 수확 절차의 산출물로 정의됨(절차 명시). 그 외 실제 코드. +- **일관성**: `ApplyCardFace(base, cardId)` 시그니처·자식명(Art/NamePlate/CostPlate)·displayOrder 규칙(플레이트3/4·Art5·텍스트6/7/8) Task 간 일치. guid 충돌은 각 Task 검증(dup 0)으로 강제. +- **주의**: 손패 byPath 갱신 분기·RenderShop/ApplyAllDeckCardVisual 본문은 구현 시 현재 코드를 읽고 지정 부분만 치환(앵커 명시됨). From c4ad8fc06836c179522901acb3a73683d2dd5a0b Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:50:26 +0900 Subject: [PATCH 3/7] =?UTF-8?q?feat(card-visuals):=20=EC=B9=B4=EB=93=9C?= =?UTF-8?q?=EB=A5=BC=20=EC=A0=84=EC=82=AC=20=EC=8A=A4=ED=82=AC=EB=A1=9C=20?= =?UTF-8?q?=EB=A6=AC=EB=84=A4=EC=9E=84=20+=20=EA=B3=B5=EC=8B=9D=20?= =?UTF-8?q?=EC=8A=A4=ED=82=AC=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20RUID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 파워 스트라이크(a71b…)/아이언 바디(1ae9…)/슬래시 블러스트(d5bc…) — 메이커 순회 주입으로 선별(26후보 중). Co-Authored-By: Claude Opus 4.8 (1M context) --- data/cards.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/cards.json b/data/cards.json index 2f7b99b..2cf4171 100644 --- a/data/cards.json +++ b/data/cards.json @@ -1,8 +1,8 @@ { "cards": { - "Strike": { "name": "타격", "cost": 1, "kind": "Attack", "damage": 6, "desc": "피해 6" }, - "Defend": { "name": "방어", "cost": 1, "kind": "Skill", "block": 5, "desc": "방어도 5" }, - "Bash": { "name": "강타", "cost": 2, "kind": "Attack", "damage": 10, "desc": "피해 10" } + "Strike": { "name": "파워 스트라이크", "cost": 1, "kind": "Attack", "damage": 6, "desc": "피해 6", "image": "a71b116807904ef2b38e1dc013e2f9a2" }, + "Defend": { "name": "아이언 바디", "cost": 1, "kind": "Skill", "block": 5, "desc": "방어도 5", "image": "1ae9b6741c5947a8b528a0f515b50e3e" }, + "Bash": { "name": "슬래시 블러스트", "cost": 2, "kind": "Attack", "damage": 10, "desc": "피해 10", "image": "d5bc2953fcab4cfe9062af81c35aff86" } }, "starterDeck": ["Strike", "Strike", "Strike", "Strike", "Strike", "Defend", "Defend", "Defend", "Defend", "Bash"] } From d783cccea19c707adb5adce7601b8955ab6cb613 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:53:07 +0900 Subject: [PATCH 4/7] =?UTF-8?q?feat(card-visuals):=20ApplyCardFace=20?= =?UTF-8?q?=EB=A0=8C=EB=8D=94=20=EC=9D=BC=EC=9B=90=ED=99=94=20+=20Cards=20?= =?UTF-8?q?image=20=EC=A7=81=EB=A0=AC=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tools/deck/gen-slaydeck.mjs | 102 ++++++++++-------------------------- 1 file changed, 29 insertions(+), 73 deletions(-) diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index ae0e23a..58cdd18 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -65,6 +65,7 @@ function luaCardsTable(cards) { const fields = [`name = ${luaStr(c.name)}`, `cost = ${c.cost}`, `desc = ${luaStr(c.desc)}`, `kind = ${luaStr(c.kind)}`]; if (c.damage != null) fields.push(`damage = ${c.damage}`); if (c.block != null) fields.push(`block = ${c.block}`); + if (c.image != null) fields.push(`image = ${luaStr(c.image)}`); return `\t${id} = { ${fields.join(', ')} },`; }); return `self.Cards = {\n${lines.join('\n')}\n}`; @@ -2111,24 +2112,7 @@ end`, [ { Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'pile' }, { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'title' }, ]), - method('ApplyInspectCardVisual', `local c = self.Cards[cardId] -if c == nil then - c = { name = cardId, cost = 0, desc = "", kind = "Skill" } -end -local base = "/ui/DefaultGroup/DeckInspectHud/Grid/Card" .. tostring(slot) -self:SetText(base .. "/Cost", tostring(c.cost)) -self:SetText(base .. "/Name", c.name) -self:SetText(base .. "/Desc", c.desc) -local e = _EntityService:GetEntityByPath(base) -if e ~= nil and e.SpriteGUIRendererComponent ~= nil then - if c.kind == "Attack" then - e.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) - elseif c.kind == "Skill" then - e.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) - else - e.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) - end -end`, [ + method('ApplyInspectCardVisual', `self:ApplyCardFace("/ui/DefaultGroup/DeckInspectHud/Grid/Card" .. tostring(slot), cardId)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, ]), @@ -2167,25 +2151,7 @@ for i = 1, 120 do end end end`), - method('ApplyAllDeckCardVisual', `local cards = self.Cards or {} -local c = cards[cardId] -if c == nil then - c = { name = cardId, cost = 0, desc = "", kind = "Skill" } -end -local base = "/ui/DefaultGroup/DeckAllHud/Grid/Card" .. tostring(slot) -self:SetText(base .. "/Cost", tostring(c.cost)) -self:SetText(base .. "/Name", c.name) -self:SetText(base .. "/Desc", c.desc) -local e = _EntityService:GetEntityByPath(base) -if e ~= nil and e.SpriteGUIRendererComponent ~= nil then - if c.kind == "Attack" then - e.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) - elseif c.kind == "Skill" then - e.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) - else - e.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) - end -end`, [ + method('ApplyAllDeckCardVisual', `self:ApplyCardFace("/ui/DefaultGroup/DeckAllHud/Grid/Card" .. tostring(slot), cardId)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, ]), @@ -2206,23 +2172,38 @@ for i = 1, 5 do \tend end self:RenderPiles()`, [{ Type: 'boolean', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'animate' }]), - method('ApplyCardVisual', `local c = self.Cards[cardId] + method('ApplyCardFace', `local c = self.Cards[cardId] if c == nil then c = { name = cardId, cost = 0, desc = "", kind = "Skill" } end -self:SetText("/ui/DefaultGroup/CardHand/Card" .. tostring(slot) .. "/Cost", tostring(c.cost)) -self:SetText("/ui/DefaultGroup/CardHand/Card" .. tostring(slot) .. "/Name", c.name) -self:SetText("/ui/DefaultGroup/CardHand/Card" .. tostring(slot) .. "/Desc", c.desc) -local cardEntity = _EntityService:GetEntityByPath("/ui/DefaultGroup/CardHand/Card" .. tostring(slot)) -if cardEntity ~= nil and cardEntity.SpriteGUIRendererComponent ~= nil then +local e = _EntityService:GetEntityByPath(base) +if e ~= nil and e.SpriteGUIRendererComponent ~= nil then if c.kind == "Attack" then - cardEntity.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) + e.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) elseif c.kind == "Skill" then - cardEntity.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) + e.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) else - cardEntity.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) + e.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) + end +end +self:SetText(base .. "/Cost", string.format("%d", c.cost)) +self:SetText(base .. "/Name", c.name) +self:SetText(base .. "/Desc", c.desc) +local art = _EntityService:GetEntityByPath(base .. "/Art") +if art ~= nil then + if c.image ~= nil and c.image ~= "" then + art.Enable = true + if art.SpriteGUIRendererComponent ~= nil then + art.SpriteGUIRendererComponent.ImageRUID = c.image + end + else + art.Enable = false end end`, [ + { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'base' }, + { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, + ]), + method('ApplyCardVisual', `self:ApplyCardFace("/ui/DefaultGroup/CardHand/Card" .. tostring(slot), cardId)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, ]), @@ -2473,24 +2454,7 @@ local hud = _EntityService:GetEntityByPath("/ui/DefaultGroup/RewardHud") if hud ~= nil then hud.Enable = true end`), - method('ApplyRewardVisual', `local c = self.Cards[cardId] -if c == nil then - return -end -local base = "/ui/DefaultGroup/RewardHud/Reward" .. tostring(slot) -self:SetText(base .. "/Name", c.name) -self:SetText(base .. "/Cost", tostring(c.cost)) -self:SetText(base .. "/Desc", c.desc) -local e = _EntityService:GetEntityByPath(base) -if e ~= nil and e.SpriteGUIRendererComponent ~= nil then - if c.kind == "Attack" then - e.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) - elseif c.kind == "Skill" then - e.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) - else - e.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) - end -end`, [ + method('ApplyRewardVisual', `self:ApplyCardFace("/ui/DefaultGroup/RewardHud/Reward" .. tostring(slot), cardId)`, [ { Type: 'number', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'slot' }, { Type: 'string', DefaultValue: null, SyncDirection: 0, Attributes: [], Name: 'cardId' }, ]), @@ -2623,20 +2587,12 @@ for i = 1, 3 do local c = self.Cards[cid] local base = "/ui/DefaultGroup/ShopHud/Card" .. tostring(i) if c ~= nil then - self:SetText(base .. "/Name", c.name) - self:SetText(base .. "/Cost", tostring(c.cost)) - self:SetText(base .. "/Desc", c.desc) + self:ApplyCardFace(base, cid) self:SetText(base .. "/Price", string.format("%d", ${CARD_PRICE}) .. " 골드") local e = _EntityService:GetEntityByPath(base) if e ~= nil and e.SpriteGUIRendererComponent ~= nil then if self.ShopBought[i] == true then e.SpriteGUIRendererComponent.Color = Color(0.2, 0.22, 0.26, 0.6) - elseif c.kind == "Attack" then - e.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1) - elseif c.kind == "Skill" then - e.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1) - else - e.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1) end end end From d2aba643fa3776f0bb62093f7e8ae0cb20b8da6e Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:55:54 +0900 Subject: [PATCH 5/7] =?UTF-8?q?feat(card-visuals):=20=EC=86=90=ED=8C=A8=20?= =?UTF-8?q?=EC=B9=B4=EB=93=9C=20=ED=94=84=EB=A0=88=EC=9E=84(Art=C2=B7NameP?= =?UTF-8?q?late=C2=B7CostPlate)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tools/deck/gen-slaydeck.mjs | 43 +++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 58cdd18..8ecc54b 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -423,12 +423,13 @@ function upsertUi() { card.jsonString.visible = true; const children = [ - ['Cost', { size: { x: 50, y: 50 }, pos: { x: -60, y: 95 }, value: cards[i - 1].cost, fontSize: 34, bold: true }], - ['Name', { size: { x: 160, y: 50 }, pos: { x: 0, y: 50 }, value: cards[i - 1].name, fontSize: 26, bold: true }], - ['Desc', { size: { x: 160, y: 82 }, pos: { x: 0, y: -80 }, value: cards[i - 1].desc, fontSize: 20, bold: false }], + ['Cost', { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 }, value: cards[i - 1].cost, fontSize: 26, bold: true }], + ['Name', { size: { x: 168, y: 30 }, pos: { x: 0, y: -8 }, value: cards[i - 1].name, fontSize: 20, bold: true }], + ['Desc', { size: { x: 164, y: 70 }, pos: { x: 0, y: -62 }, value: cards[i - 1].desc, fontSize: 18, bold: false }], ]; for (const [suffix, cfg] of children) { const path = `/ui/DefaultGroup/CardHand/Card${i}/${suffix}`; + const dOrder = suffix === 'Cost' ? 7 : suffix === 'Name' ? 6 : 8; let child = byPath.get(path); if (!child) { child = entity({ @@ -437,7 +438,7 @@ function upsertUi() { modelId: 'uitext', entryId: 'UIText', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: suffix === 'Cost' ? 0 : suffix === 'Name' ? 1 : 2, + displayOrder: dOrder, 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 }), @@ -450,11 +451,45 @@ function upsertUi() { child.id = guid('dck', i * 10 + children.findIndex(([s]) => s === suffix)); child.jsonString.enable = true; child.jsonString.visible = true; + child.jsonString.displayOrder = dOrder; + const ctr = child.jsonString['@components'].find((c) => c['@type'] === 'MOD.Core.UITransformComponent'); + if (ctr) { + const pivot = { x: 0.5, y: 0.5 }; + ctr.RectSize = cfg.size; + ctr.anchoredPosition = cfg.pos; + ctr.OffsetMin = { x: cfg.pos.x - pivot.x * cfg.size.x, y: cfg.pos.y - pivot.y * cfg.size.y }; + ctr.OffsetMax = { x: cfg.pos.x + (1 - pivot.x) * cfg.size.x, y: cfg.pos.y + (1 - pivot.y) * cfg.size.y }; + } child.jsonString['@components'][2].Text = cfg.value; child.jsonString['@components'][2].FontSize = cfg.fontSize; child.jsonString['@components'][2].MaxSize = cfg.fontSize; } } + + const frameKids = [ + ['NamePlate', 3, { size: { x: 168, y: 34 }, pos: { x: 0, y: -8 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.92 }, 1], + ['CostPlate', 4, { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.95 }, 1], + ['Art', 5, { size: { x: 96, y: 96 }, pos: { x: 0, y: 52 } }, { r: 1, g: 1, b: 1, a: 1 }, 0], + ]; + for (const [suffix, dOrder, cfg, color, spriteType] of frameKids) { + const fPath = `/ui/DefaultGroup/CardHand/Card${i}/${suffix}`; + if (!byPath.get(fPath)) { + const fe = entity({ + id: guid('dck', 200 + i * 10 + dOrder), + path: fPath, + modelId: 'uisprite', + entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', + displayOrder: dOrder, + 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, type: spriteType, raycast: false }), + ], + }); + ui.ContentProto.Entities.push(fe); + byPath.set(fPath, fe); + } + } } const hud = []; From 76cb2cd65e7bdbfd70df70eecce333e447df8b56 Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 02:59:38 +0900 Subject: [PATCH 6/7] =?UTF-8?q?feat(card-visuals):=20=EB=B3=B4=EC=83=81?= =?UTF-8?q?=C2=B7=EC=83=81=EC=A0=90=C2=B7=EA=B7=B8=EB=A6=AC=EB=93=9C=20?= =?UTF-8?q?=EC=B9=B4=EB=93=9C=20=ED=94=84=EB=A0=88=EC=9E=84=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tools/deck/gen-slaydeck.mjs | 116 +++++++++++++++++++++++++++++------- 1 file changed, 96 insertions(+), 20 deletions(-) diff --git a/tools/deck/gen-slaydeck.mjs b/tools/deck/gen-slaydeck.mjs index 8ecc54b..9642ee9 100644 --- a/tools/deck/gen-slaydeck.mjs +++ b/tools/deck/gen-slaydeck.mjs @@ -691,8 +691,8 @@ function upsertUi() { })); let insN = 6; const INSPECT_CARD_COUNT = 60; - const INSPECT_CARD_W = 142; - const INSPECT_CARD_H = 198; + const INSPECT_CARD_W = 158; + const INSPECT_CARD_H = 214; for (let i = 1; i <= INSPECT_CARD_COUNT; i++) { const cardPath = `/ui/DefaultGroup/DeckInspectHud/Grid/Card${i}`; const card = entity({ @@ -710,17 +710,18 @@ function upsertUi() { card.jsonString.enable = false; inspect.push(card); for (const [suffix, cfg] of [ - ['Cost', { size: { x: 42, y: 38 }, pos: { x: -46, y: 73 }, value: '1', fontSize: 25, bold: true }], - ['Name', { size: { x: 126, y: 42 }, pos: { x: 0, y: 34 }, value: '', fontSize: 21, bold: true }], - ['Desc', { size: { x: 126, y: 70 }, pos: { x: 0, y: -58 }, value: '', fontSize: 16, bold: false }], + ['Cost', { size: { x: 38, y: 38 }, pos: { x: -58, y: 86 }, value: '1', fontSize: 22, bold: true }], + ['Name', { size: { x: 148, y: 26 }, pos: { x: 0, y: -8 }, value: '', fontSize: 17, bold: true }], + ['Desc', { size: { x: 144, y: 60 }, pos: { x: 0, y: -54 }, value: '', fontSize: 15, bold: false }], ]) { + const dOrder = suffix === 'Cost' ? 7 : suffix === 'Name' ? 6 : 8; inspect.push(entity({ id: guid('ins', insN++), path: `${cardPath}/${suffix}`, modelId: 'uitext', entryId: 'UIText', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: suffix === 'Cost' ? 0 : suffix === 'Name' ? 1 : 2, + displayOrder: dOrder, 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 }), @@ -728,6 +729,24 @@ function upsertUi() { ], })); } + for (const [suffix, dOrder, cfg, color, spriteType] of [ + ['NamePlate', 3, { size: { x: 148, y: 30 }, pos: { x: 0, y: -8 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.92 }, 1], + ['CostPlate', 4, { size: { x: 38, y: 38 }, pos: { x: -58, y: 86 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.95 }, 1], + ['Art', 5, { size: { x: 84, y: 84 }, pos: { x: 0, y: 44 } }, { r: 1, g: 1, b: 1, a: 1 }, 0], + ]) { + inspect.push(entity({ + id: guid('ins', insN++), + path: `${cardPath}/${suffix}`, + modelId: 'uisprite', + entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', + displayOrder: dOrder, + 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, type: spriteType, raycast: false }), + ], + })); + } } emit('DeckInspectHud', inspect); @@ -813,8 +832,8 @@ function upsertUi() { })); let allN = 6; const ALL_DECK_CARD_COUNT = 120; - const ALL_DECK_CARD_W = 142; - const ALL_DECK_CARD_H = 198; + const ALL_DECK_CARD_W = 158; + const ALL_DECK_CARD_H = 214; for (let i = 1; i <= ALL_DECK_CARD_COUNT; i++) { const cardPath = `/ui/DefaultGroup/DeckAllHud/Grid/Card${i}`; const card = entity({ @@ -832,17 +851,18 @@ function upsertUi() { card.jsonString.enable = false; allDeck.push(card); for (const [suffix, cfg] of [ - ['Cost', { size: { x: 42, y: 38 }, pos: { x: -46, y: 73 }, value: '1', fontSize: 25, bold: true }], - ['Name', { size: { x: 126, y: 42 }, pos: { x: 0, y: 34 }, value: '', fontSize: 21, bold: true }], - ['Desc', { size: { x: 126, y: 70 }, pos: { x: 0, y: -58 }, value: '', fontSize: 16, bold: false }], + ['Cost', { size: { x: 38, y: 38 }, pos: { x: -58, y: 86 }, value: '1', fontSize: 22, bold: true }], + ['Name', { size: { x: 148, y: 26 }, pos: { x: 0, y: -8 }, value: '', fontSize: 17, bold: true }], + ['Desc', { size: { x: 144, y: 60 }, pos: { x: 0, y: -54 }, value: '', fontSize: 15, bold: false }], ]) { + const dOrder = suffix === 'Cost' ? 7 : suffix === 'Name' ? 6 : 8; allDeck.push(entity({ id: guid('all', allN++), path: `${cardPath}/${suffix}`, modelId: 'uitext', entryId: 'UIText', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: suffix === 'Cost' ? 0 : suffix === 'Name' ? 1 : 2, + displayOrder: dOrder, 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 }), @@ -850,6 +870,24 @@ function upsertUi() { ], })); } + for (const [suffix, dOrder, cfg, color, spriteType] of [ + ['NamePlate', 3, { size: { x: 148, y: 30 }, pos: { x: 0, y: -8 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.92 }, 1], + ['CostPlate', 4, { size: { x: 38, y: 38 }, pos: { x: -58, y: 86 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.95 }, 1], + ['Art', 5, { size: { x: 84, y: 84 }, pos: { x: 0, y: 44 } }, { r: 1, g: 1, b: 1, a: 1 }, 0], + ]) { + allDeck.push(entity({ + id: guid('all', allN++), + path: `${cardPath}/${suffix}`, + modelId: 'uisprite', + entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', + displayOrder: dOrder, + 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, type: spriteType, raycast: false }), + ], + })); + } } emit('DeckAllHud', allDeck); @@ -1119,17 +1157,18 @@ function upsertUi() { ], })); for (const [suffix, cfg] of [ - ['Cost', { size: { x: 50, y: 50 }, pos: { x: -60, y: 95 }, value: '1', fontSize: 34, bold: true }], - ['Name', { size: { x: 160, y: 50 }, pos: { x: 0, y: 50 }, value: '카드', fontSize: 26, bold: true }], - ['Desc', { size: { x: 160, y: 82 }, pos: { x: 0, y: -80 }, value: '', fontSize: 20, bold: false }], + ['Cost', { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 }, value: '1', fontSize: 26, bold: true }], + ['Name', { size: { x: 168, y: 30 }, pos: { x: 0, y: -8 }, value: '카드', fontSize: 20, bold: true }], + ['Desc', { size: { x: 164, y: 70 }, pos: { x: 0, y: -62 }, value: '', fontSize: 18, bold: false }], ]) { + const dOrder = suffix === 'Cost' ? 7 : suffix === 'Name' ? 6 : 8; reward.push(entity({ id: guid('rwd', rwdN++), path: `${cardPath}/${suffix}`, modelId: 'uitext', entryId: 'UIText', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: suffix === 'Cost' ? 0 : suffix === 'Name' ? 1 : 2, + displayOrder: dOrder, 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 }), @@ -1137,6 +1176,24 @@ function upsertUi() { ], })); } + for (const [suffix, dOrder, cfg, color, spriteType] of [ + ['NamePlate', 3, { size: { x: 168, y: 34 }, pos: { x: 0, y: -8 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.92 }, 1], + ['CostPlate', 4, { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.95 }, 1], + ['Art', 5, { size: { x: 96, y: 96 }, pos: { x: 0, y: 52 } }, { r: 1, g: 1, b: 1, a: 1 }, 0], + ]) { + reward.push(entity({ + id: guid('rwd', rwdN++), + path: `${cardPath}/${suffix}`, + modelId: 'uisprite', + entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', + displayOrder: dOrder, + 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, type: spriteType, raycast: false }), + ], + })); + } } reward.push(entity({ id: guid('rwd', rwdN++), @@ -1275,18 +1332,19 @@ function upsertUi() { ], })); for (const [suffix, cfg] of [ - ['Cost', { size: { x: 50, y: 50 }, pos: { x: -60, y: 95 }, value: '1', fontSize: 34, bold: true, color: { r: 1, g: 1, b: 1, a: 1 } }], - ['Name', { size: { x: 160, y: 50 }, pos: { x: 0, y: 50 }, value: '카드', fontSize: 26, bold: true, color: { r: 1, g: 1, b: 1, a: 1 } }], - ['Desc', { size: { x: 160, y: 60 }, pos: { x: 0, y: -50 }, value: '', fontSize: 20, bold: false, color: { r: 1, g: 1, b: 1, a: 1 } }], + ['Cost', { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 }, value: '1', fontSize: 26, bold: true, color: { r: 1, g: 1, b: 1, a: 1 } }], + ['Name', { size: { x: 168, y: 30 }, pos: { x: 0, y: -8 }, value: '카드', fontSize: 20, bold: true, color: { r: 1, g: 1, b: 1, a: 1 } }], + ['Desc', { size: { x: 164, y: 56 }, pos: { x: 0, y: -58 }, value: '', fontSize: 18, bold: false, color: { r: 1, g: 1, b: 1, a: 1 } }], ['Price', { size: { x: 160, y: 40 }, pos: { x: 0, y: -105 }, value: '30 골드', fontSize: 22, bold: true, color: { r: 0.98, g: 0.85, b: 0.4, a: 1 } }], ]) { + const dOrder = suffix === 'Cost' ? 7 : suffix === 'Name' ? 6 : suffix === 'Desc' ? 8 : 9; shop.push(entity({ id: guid('shp', shpN++), path: `${cardPath}/${suffix}`, modelId: 'uitext', entryId: 'UIText', componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent', - displayOrder: suffix === 'Cost' ? 0 : suffix === 'Name' ? 1 : suffix === 'Desc' ? 2 : 3, + displayOrder: dOrder, 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 }), @@ -1294,6 +1352,24 @@ function upsertUi() { ], })); } + for (const [suffix, dOrder, cfg, color, spriteType] of [ + ['NamePlate', 3, { size: { x: 168, y: 34 }, pos: { x: 0, y: -8 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.92 }, 1], + ['CostPlate', 4, { size: { x: 44, y: 44 }, pos: { x: -68, y: 103 } }, { r: 0.07, g: 0.08, b: 0.1, a: 0.95 }, 1], + ['Art', 5, { size: { x: 96, y: 96 }, pos: { x: 0, y: 52 } }, { r: 1, g: 1, b: 1, a: 1 }, 0], + ]) { + shop.push(entity({ + id: guid('shp', shpN++), + path: `${cardPath}/${suffix}`, + modelId: 'uisprite', + entryId: 'UISprite', + componentNames: 'MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent', + displayOrder: dOrder, + 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, type: spriteType, raycast: false }), + ], + })); + } } shop.push(entity({ id: guid('shp', shpN++), From d4ec8757ce03302f382f9be7db77e3f1f94c369c Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 11 Jun 2026 03:07:48 +0900 Subject: [PATCH 7/7] =?UTF-8?q?feat(card-visuals):=20=EC=82=B0=EC=B6=9C?= =?UTF-8?q?=EB=AC=BC=20=EC=9E=AC=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RootDesk/MyDesk/SlayDeckController.codeblock | 42 +- ui/DefaultGroup.ui | 104585 ++++++++++++++-- 2 files changed, 93265 insertions(+), 11362 deletions(-) diff --git a/RootDesk/MyDesk/SlayDeckController.codeblock b/RootDesk/MyDesk/SlayDeckController.codeblock index 451f364..c1fa497 100644 --- a/RootDesk/MyDesk/SlayDeckController.codeblock +++ b/RootDesk/MyDesk/SlayDeckController.codeblock @@ -551,7 +551,7 @@ "Name": null }, "Arguments": [], - "Code": "self:ShowState(\"combat\")\nself:SetEntityEnabled(\"/ui/DefaultGroup/CombatHud/Result\", false)\nself.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"타격\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6 },\n\tDefend = { name = \"방어\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5 },\n\tBash = { name = \"강타\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10 },\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.MaxEnergy = 3\nself.Turn = 0\nself.PlayerBlock = 0\nself.CombatOver = false\nself.DiscardPile = {}\nself.Hand = {}\nself.Cards = {\n\tStrike = { name = \"파워 스트라이크\", cost = 1, desc = \"피해 6\", kind = \"Attack\", damage = 6, image = \"a71b116807904ef2b38e1dc013e2f9a2\" },\n\tDefend = { name = \"아이언 바디\", cost = 1, desc = \"방어도 5\", kind = \"Skill\", block = 5, image = \"1ae9b6741c5947a8b528a0f515b50e3e\" },\n\tBash = { name = \"슬래시 블러스트\", cost = 2, desc = \"피해 10\", kind = \"Attack\", damage = 10, image = \"d5bc2953fcab4cfe9062af81c35aff86\" },\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": [], @@ -845,7 +845,7 @@ "Name": "cardId" } ], - "Code": "local c = self.Cards[cardId]\nif c == nil then\n\tc = { name = cardId, cost = 0, desc = \"\", kind = \"Skill\" }\nend\nlocal base = \"/ui/DefaultGroup/DeckInspectHud/Grid/Card\" .. tostring(slot)\nself:SetText(base .. \"/Cost\", tostring(c.cost))\nself:SetText(base .. \"/Name\", c.name)\nself:SetText(base .. \"/Desc\", c.desc)\nlocal e = _EntityService:GetEntityByPath(base)\nif e ~= nil and e.SpriteGUIRendererComponent ~= nil then\n\tif c.kind == \"Attack\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1)\n\telseif c.kind == \"Skill\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1)\n\telse\n\t\te.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1)\n\tend\nend", + "Code": "self:ApplyCardFace(\"/ui/DefaultGroup/DeckInspectHud/Grid/Card\" .. tostring(slot), cardId)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -920,7 +920,7 @@ "Name": "cardId" } ], - "Code": "local cards = self.Cards or {}\nlocal c = cards[cardId]\nif c == nil then\n\tc = { name = cardId, cost = 0, desc = \"\", kind = \"Skill\" }\nend\nlocal base = \"/ui/DefaultGroup/DeckAllHud/Grid/Card\" .. tostring(slot)\nself:SetText(base .. \"/Cost\", tostring(c.cost))\nself:SetText(base .. \"/Name\", c.name)\nself:SetText(base .. \"/Desc\", c.desc)\nlocal e = _EntityService:GetEntityByPath(base)\nif e ~= nil and e.SpriteGUIRendererComponent ~= nil then\n\tif c.kind == \"Attack\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1)\n\telseif c.kind == \"Skill\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1)\n\telse\n\t\te.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1)\n\tend\nend", + "Code": "self:ApplyCardFace(\"/ui/DefaultGroup/DeckAllHud/Grid/Card\" .. tostring(slot), cardId)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -949,6 +949,36 @@ "Attributes": [], "Name": "RenderHand" }, + { + "Return": { + "Type": "void", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": null + }, + "Arguments": [ + { + "Type": "string", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "base" + }, + { + "Type": "string", + "DefaultValue": null, + "SyncDirection": 0, + "Attributes": [], + "Name": "cardId" + } + ], + "Code": "local c = self.Cards[cardId]\nif c == nil then\n\tc = { name = cardId, cost = 0, desc = \"\", kind = \"Skill\" }\nend\nlocal e = _EntityService:GetEntityByPath(base)\nif e ~= nil and e.SpriteGUIRendererComponent ~= nil then\n\tif c.kind == \"Attack\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1)\n\telseif c.kind == \"Skill\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1)\n\telse\n\t\te.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1)\n\tend\nend\nself:SetText(base .. \"/Cost\", string.format(\"%d\", c.cost))\nself:SetText(base .. \"/Name\", c.name)\nself:SetText(base .. \"/Desc\", c.desc)\nlocal art = _EntityService:GetEntityByPath(base .. \"/Art\")\nif art ~= nil then\n\tif c.image ~= nil and c.image ~= \"\" then\n\t\tart.Enable = true\n\t\tif art.SpriteGUIRendererComponent ~= nil then\n\t\t\tart.SpriteGUIRendererComponent.ImageRUID = c.image\n\t\tend\n\telse\n\t\tart.Enable = false\n\tend\nend", + "Scope": 2, + "ExecSpace": 6, + "Attributes": [], + "Name": "ApplyCardFace" + }, { "Return": { "Type": "void", @@ -973,7 +1003,7 @@ "Name": "cardId" } ], - "Code": "local c = self.Cards[cardId]\nif c == nil then\n\tc = { name = cardId, cost = 0, desc = \"\", kind = \"Skill\" }\nend\nself:SetText(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot) .. \"/Cost\", tostring(c.cost))\nself:SetText(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot) .. \"/Name\", c.name)\nself:SetText(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot) .. \"/Desc\", c.desc)\nlocal cardEntity = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot))\nif cardEntity ~= nil and cardEntity.SpriteGUIRendererComponent ~= nil then\n\tif c.kind == \"Attack\" then\n\t\tcardEntity.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1)\n\telseif c.kind == \"Skill\" then\n\t\tcardEntity.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1)\n\telse\n\t\tcardEntity.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1)\n\tend\nend", + "Code": "self:ApplyCardFace(\"/ui/DefaultGroup/CardHand/Card\" .. tostring(slot), cardId)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1380,7 +1410,7 @@ "Name": "cardId" } ], - "Code": "local c = self.Cards[cardId]\nif c == nil then\n\treturn\nend\nlocal base = \"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(slot)\nself:SetText(base .. \"/Name\", c.name)\nself:SetText(base .. \"/Cost\", tostring(c.cost))\nself:SetText(base .. \"/Desc\", c.desc)\nlocal e = _EntityService:GetEntityByPath(base)\nif e ~= nil and e.SpriteGUIRendererComponent ~= nil then\n\tif c.kind == \"Attack\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1)\n\telseif c.kind == \"Skill\" then\n\t\te.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1)\n\telse\n\t\te.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1)\n\tend\nend", + "Code": "self:ApplyCardFace(\"/ui/DefaultGroup/RewardHud/Reward\" .. tostring(slot), cardId)", "Scope": 2, "ExecSpace": 6, "Attributes": [], @@ -1570,7 +1600,7 @@ "Name": null }, "Arguments": [], - "Code": "self:SetText(\"/ui/DefaultGroup/ShopHud/Gold\", \"골드 \" .. string.format(\"%d\", self.Gold))\nfor i = 1, 3 do\n\tlocal cid = self.ShopChoices[i]\n\tlocal c = self.Cards[cid]\n\tlocal base = \"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i)\n\tif c ~= nil then\n\t\tself:SetText(base .. \"/Name\", c.name)\n\t\tself:SetText(base .. \"/Cost\", tostring(c.cost))\n\t\tself:SetText(base .. \"/Desc\", c.desc)\n\t\tself:SetText(base .. \"/Price\", string.format(\"%d\", 30) .. \" 골드\")\n\t\tlocal e = _EntityService:GetEntityByPath(base)\n\t\tif e ~= nil and e.SpriteGUIRendererComponent ~= nil then\n\t\t\tif self.ShopBought[i] == true then\n\t\t\t\te.SpriteGUIRendererComponent.Color = Color(0.2, 0.22, 0.26, 0.6)\n\t\t\telseif c.kind == \"Attack\" then\n\t\t\t\te.SpriteGUIRendererComponent.Color = Color(0.86, 0.42, 0.38, 1)\n\t\t\telseif c.kind == \"Skill\" then\n\t\t\t\te.SpriteGUIRendererComponent.Color = Color(0.42, 0.55, 0.85, 1)\n\t\t\telse\n\t\t\t\te.SpriteGUIRendererComponent.Color = Color(0.46, 0.68, 0.52, 1)\n\t\t\tend\n\t\tend\n\tend\nend\nlocal rr = self.Relics[self.ShopRelic]\nif rr ~= nil then\n\tself:SetText(\"/ui/DefaultGroup/ShopHud/Relic/Label\", rr.name .. \" — \" .. rr.desc)\n\tself:SetText(\"/ui/DefaultGroup/ShopHud/Relic/Price\", string.format(\"%d\", 60) .. \" 골드\")\n\tlocal re = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Relic\")\n\tif re ~= nil and re.SpriteGUIRendererComponent ~= nil then\n\t\tif self.ShopRelicBought == true then\n\t\t\tre.SpriteGUIRendererComponent.Color = Color(0.2, 0.22, 0.26, 0.6)\n\t\telse\n\t\t\tre.SpriteGUIRendererComponent.Color = Color(0.7, 0.55, 0.85, 1)\n\t\tend\n\tend\nend", + "Code": "self:SetText(\"/ui/DefaultGroup/ShopHud/Gold\", \"골드 \" .. string.format(\"%d\", self.Gold))\nfor i = 1, 3 do\n\tlocal cid = self.ShopChoices[i]\n\tlocal c = self.Cards[cid]\n\tlocal base = \"/ui/DefaultGroup/ShopHud/Card\" .. tostring(i)\n\tif c ~= nil then\n\t\tself:ApplyCardFace(base, cid)\n\t\tself:SetText(base .. \"/Price\", string.format(\"%d\", 30) .. \" 골드\")\n\t\tlocal e = _EntityService:GetEntityByPath(base)\n\t\tif e ~= nil and e.SpriteGUIRendererComponent ~= nil then\n\t\t\tif self.ShopBought[i] == true then\n\t\t\t\te.SpriteGUIRendererComponent.Color = Color(0.2, 0.22, 0.26, 0.6)\n\t\t\tend\n\t\tend\n\tend\nend\nlocal rr = self.Relics[self.ShopRelic]\nif rr ~= nil then\n\tself:SetText(\"/ui/DefaultGroup/ShopHud/Relic/Label\", rr.name .. \" — \" .. rr.desc)\n\tself:SetText(\"/ui/DefaultGroup/ShopHud/Relic/Price\", string.format(\"%d\", 60) .. \" 골드\")\n\tlocal re = _EntityService:GetEntityByPath(\"/ui/DefaultGroup/ShopHud/Relic\")\n\tif re ~= nil and re.SpriteGUIRendererComponent ~= nil then\n\t\tif self.ShopRelicBought == true then\n\t\t\tre.SpriteGUIRendererComponent.Color = Color(0.2, 0.22, 0.26, 0.6)\n\t\telse\n\t\t\tre.SpriteGUIRendererComponent.Color = Color(0.7, 0.55, 0.85, 1)\n\t\tend\n\tend\nend", "Scope": 2, "ExecSpace": 6, "Attributes": [], diff --git a/ui/DefaultGroup.ui b/ui/DefaultGroup.ui index d106ccd..64118e1 100644 --- a/ui/DefaultGroup.ui +++ b/ui/DefaultGroup.ui @@ -1405,7 +1405,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -1431,20 +1431,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -1454,8 +1454,8 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { "x": -60, @@ -1531,194 +1531,6 @@ "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ca0000b-0000-4000-8000-00000ca0000b", - "path": "/ui/DefaultGroup/CardHand/Card1/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/CardHand/Card1/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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, @@ -1762,7 +1574,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "타격", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -1771,17 +1583,17 @@ } }, { - "id": "0ca0000c-0000-4000-8000-00000ca0000c", - "path": "/ui/DefaultGroup/CardHand/Card1/Desc", + "id": "0ca0000b-0000-4000-8000-00000ca0000b", + "path": "/ui/DefaultGroup/CardHand/Card1/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/CardHand/Card1/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/CardHand/Card1/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -1807,20 +1619,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -1831,7 +1643,195 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 + }, + "Position": { + "x": 0, + "y": 50, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "MinSize": 8, + "OutlineColor": { + "r": 0.1, + "g": 0.1, + "b": 0.1, + "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": "0ca0000c-0000-4000-8000-00000ca0000c", + "path": "/ui/DefaultGroup/CardHand/Card1/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/CardHand/Card1/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 }, "Position": { "x": 0, @@ -1927,8 +1927,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -2157,7 +2157,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -2183,20 +2183,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -2206,8 +2206,8 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { "x": -60, @@ -2283,194 +2283,6 @@ "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ca00015-0000-4000-8000-00000ca00015", - "path": "/ui/DefaultGroup/CardHand/Card2/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/CardHand/Card2/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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, @@ -2514,7 +2326,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "방어", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -2523,17 +2335,17 @@ } }, { - "id": "0ca00016-0000-4000-8000-00000ca00016", - "path": "/ui/DefaultGroup/CardHand/Card2/Desc", + "id": "0ca00015-0000-4000-8000-00000ca00015", + "path": "/ui/DefaultGroup/CardHand/Card2/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/CardHand/Card2/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/CardHand/Card2/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -2559,20 +2371,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -2583,7 +2395,195 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 + }, + "Position": { + "x": 0, + "y": 50, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "MinSize": 8, + "OutlineColor": { + "r": 0.1, + "g": 0.1, + "b": 0.1, + "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": "0ca00016-0000-4000-8000-00000ca00016", + "path": "/ui/DefaultGroup/CardHand/Card2/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/CardHand/Card2/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 }, "Position": { "x": 0, @@ -2679,8 +2679,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -2909,7 +2909,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -2935,20 +2935,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -2958,8 +2958,8 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { "x": -60, @@ -3035,194 +3035,6 @@ "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "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": "2", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ca0001f-0000-4000-8000-00000ca0001f", - "path": "/ui/DefaultGroup/CardHand/Card3/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/CardHand/Card3/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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, @@ -3266,7 +3078,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "강타", + "Text": "2", "UseOutLine": true, "Enable": true } @@ -3275,17 +3087,17 @@ } }, { - "id": "0ca00020-0000-4000-8000-00000ca00020", - "path": "/ui/DefaultGroup/CardHand/Card3/Desc", + "id": "0ca0001f-0000-4000-8000-00000ca0001f", + "path": "/ui/DefaultGroup/CardHand/Card3/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/CardHand/Card3/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/CardHand/Card3/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -3311,20 +3123,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -3335,7 +3147,195 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 + }, + "Position": { + "x": 0, + "y": 50, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "MinSize": 8, + "OutlineColor": { + "r": 0.1, + "g": 0.1, + "b": 0.1, + "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": "0ca00020-0000-4000-8000-00000ca00020", + "path": "/ui/DefaultGroup/CardHand/Card3/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/CardHand/Card3/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 }, "Position": { "x": 0, @@ -3431,8 +3431,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -3661,7 +3661,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -3687,20 +3687,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -3710,8 +3710,8 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { "x": -60, @@ -3787,194 +3787,6 @@ "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "MinSize": 8, - "OutlineColor": { - "r": 0.1, - "g": 0.1, - "b": 0.1, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ca00029-0000-4000-8000-00000ca00029", - "path": "/ui/DefaultGroup/CardHand/Card4/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/CardHand/Card4/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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, @@ -4018,7 +3830,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "타격", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -4027,17 +3839,17 @@ } }, { - "id": "0ca0002a-0000-4000-8000-00000ca0002a", - "path": "/ui/DefaultGroup/CardHand/Card4/Desc", + "id": "0ca00029-0000-4000-8000-00000ca00029", + "path": "/ui/DefaultGroup/CardHand/Card4/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/CardHand/Card4/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/CardHand/Card4/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -4063,20 +3875,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -40 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -120 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 80 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -4087,7 +3899,195 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 + }, + "Position": { + "x": 0, + "y": 50, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "MinSize": 8, + "OutlineColor": { + "r": 0.1, + "g": 0.1, + "b": 0.1, + "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": "0ca0002a-0000-4000-8000-00000ca0002a", + "path": "/ui/DefaultGroup/CardHand/Card4/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/CardHand/Card4/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 }, "Position": { "x": 0, @@ -4183,8 +4183,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.1, @@ -4413,7 +4413,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -4439,20 +4439,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -4462,8 +4462,8 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { "x": -60, @@ -4539,194 +4539,6 @@ "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ca00033-0000-4000-8000-00000ca00033", - "path": "/ui/DefaultGroup/CardHand/Card5/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/CardHand/Card5/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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, @@ -4770,7 +4582,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "방어", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -4779,17 +4591,17 @@ } }, { - "id": "0ca00034-0000-4000-8000-00000ca00034", - "path": "/ui/DefaultGroup/CardHand/Card5/Desc", + "id": "0ca00033-0000-4000-8000-00000ca00033", + "path": "/ui/DefaultGroup/CardHand/Card5/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/CardHand/Card5/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/CardHand/Card5/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -4815,20 +4627,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -4839,7 +4651,195 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 + }, + "Position": { + "x": 0, + "y": 50, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0ca00034-0000-4000-8000-00000ca00034", + "path": "/ui/DefaultGroup/CardHand/Card5/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/CardHand/Card5/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 }, "Position": { "x": 0, @@ -4935,8 +4935,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -4966,6 +4966,2121 @@ "@version": 1 } }, + { + "id": "0ca000d5-0000-4000-8000-00000ca000d5", + "path": "/ui/DefaultGroup/CardHand/Card1/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/CardHand/Card1/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000d6-0000-4000-8000-00000ca000d6", + "path": "/ui/DefaultGroup/CardHand/Card1/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/CardHand/Card1/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000d7-0000-4000-8000-00000ca000d7", + "path": "/ui/DefaultGroup/CardHand/Card1/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/CardHand/Card1/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ca000df-0000-4000-8000-00000ca000df", + "path": "/ui/DefaultGroup/CardHand/Card2/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/CardHand/Card2/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000e0-0000-4000-8000-00000ca000e0", + "path": "/ui/DefaultGroup/CardHand/Card2/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/CardHand/Card2/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000e1-0000-4000-8000-00000ca000e1", + "path": "/ui/DefaultGroup/CardHand/Card2/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/CardHand/Card2/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ca000e9-0000-4000-8000-00000ca000e9", + "path": "/ui/DefaultGroup/CardHand/Card3/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/CardHand/Card3/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000ea-0000-4000-8000-00000ca000ea", + "path": "/ui/DefaultGroup/CardHand/Card3/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/CardHand/Card3/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000eb-0000-4000-8000-00000ca000eb", + "path": "/ui/DefaultGroup/CardHand/Card3/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/CardHand/Card3/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ca000f3-0000-4000-8000-00000ca000f3", + "path": "/ui/DefaultGroup/CardHand/Card4/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/CardHand/Card4/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000f4-0000-4000-8000-00000ca000f4", + "path": "/ui/DefaultGroup/CardHand/Card4/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/CardHand/Card4/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000f5-0000-4000-8000-00000ca000f5", + "path": "/ui/DefaultGroup/CardHand/Card4/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/CardHand/Card4/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ca000fd-0000-4000-8000-00000ca000fd", + "path": "/ui/DefaultGroup/CardHand/Card5/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/CardHand/Card5/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000fe-0000-4000-8000-00000ca000fe", + "path": "/ui/DefaultGroup/CardHand/Card5/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/CardHand/Card5/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ca000ff-0000-4000-8000-00000ca000ff", + "path": "/ui/DefaultGroup/CardHand/Card5/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/CardHand/Card5/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0d000000-0000-4000-8000-00000d000000", "path": "/ui/DefaultGroup/DeckHud", @@ -14612,7 +16727,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -14638,20 +16753,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -14661,200 +16776,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { - "x": -60, - "y": 95, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cc00004-0000-4000-8000-00000cc00004", - "path": "/ui/DefaultGroup/RewardHud/Reward1/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/RewardHud/Reward1/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, + "x": -68, + "y": 103, "z": 0 }, "QuaternionRotation": { @@ -14969,7 +16896,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "카드", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -14978,17 +16905,17 @@ } }, { - "id": "0cc00005-0000-4000-8000-00000cc00005", - "path": "/ui/DefaultGroup/RewardHud/Reward1/Desc", + "id": "0cc00004-0000-4000-8000-00000cc00004", + "path": "/ui/DefaultGroup/RewardHud/Reward1/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/RewardHud/Reward1/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/RewardHud/Reward1/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -15014,20 +16941,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -15038,11 +16965,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 }, "Position": { "x": 0, - "y": -80, + "y": -8, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0cc00005-0000-4000-8000-00000cc00005", + "path": "/ui/DefaultGroup/RewardHud/Reward1/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/RewardHud/Reward1/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 + }, + "Position": { + "x": 0, + "y": -62, "z": 0 }, "QuaternionRotation": { @@ -15134,8 +17249,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -15167,6 +17282,429 @@ }, { "id": "0cc00006-0000-4000-8000-00000cc00006", + "path": "/ui/DefaultGroup/RewardHud/Reward1/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/RewardHud/Reward1/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0cc00007-0000-4000-8000-00000cc00007", + "path": "/ui/DefaultGroup/RewardHud/Reward1/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/RewardHud/Reward1/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0cc00008-0000-4000-8000-00000cc00008", + "path": "/ui/DefaultGroup/RewardHud/Reward1/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/RewardHud/Reward1/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0cc00009-0000-4000-8000-00000cc00009", "path": "/ui/DefaultGroup/RewardHud/Reward2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", "jsonString": { @@ -15354,7 +17892,7 @@ } }, { - "id": "0cc00007-0000-4000-8000-00000cc00007", + "id": "0cc0000a-0000-4000-8000-00000cc0000a", "path": "/ui/DefaultGroup/RewardHud/Reward2/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -15364,7 +17902,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -15390,20 +17928,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -15413,200 +17951,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { - "x": -60, - "y": 95, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cc00008-0000-4000-8000-00000cc00008", - "path": "/ui/DefaultGroup/RewardHud/Reward2/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/RewardHud/Reward2/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, + "x": -68, + "y": 103, "z": 0 }, "QuaternionRotation": { @@ -15721,7 +18071,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "카드", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -15730,17 +18080,17 @@ } }, { - "id": "0cc00009-0000-4000-8000-00000cc00009", - "path": "/ui/DefaultGroup/RewardHud/Reward2/Desc", + "id": "0cc0000b-0000-4000-8000-00000cc0000b", + "path": "/ui/DefaultGroup/RewardHud/Reward2/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/RewardHud/Reward2/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/RewardHud/Reward2/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -15766,20 +18116,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -15790,11 +18140,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 }, "Position": { "x": 0, - "y": -80, + "y": -8, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0cc0000c-0000-4000-8000-00000cc0000c", + "path": "/ui/DefaultGroup/RewardHud/Reward2/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/RewardHud/Reward2/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 + }, + "Position": { + "x": 0, + "y": -62, "z": 0 }, "QuaternionRotation": { @@ -15886,8 +18424,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -15918,7 +18456,430 @@ } }, { - "id": "0cc0000a-0000-4000-8000-00000cc0000a", + "id": "0cc0000d-0000-4000-8000-00000cc0000d", + "path": "/ui/DefaultGroup/RewardHud/Reward2/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/RewardHud/Reward2/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0cc0000e-0000-4000-8000-00000cc0000e", + "path": "/ui/DefaultGroup/RewardHud/Reward2/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/RewardHud/Reward2/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0cc0000f-0000-4000-8000-00000cc0000f", + "path": "/ui/DefaultGroup/RewardHud/Reward2/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/RewardHud/Reward2/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0cc00010-0000-4000-8000-00000cc00010", "path": "/ui/DefaultGroup/RewardHud/Reward3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", "jsonString": { @@ -16106,7 +19067,7 @@ } }, { - "id": "0cc0000b-0000-4000-8000-00000cc0000b", + "id": "0cc00011-0000-4000-8000-00000cc00011", "path": "/ui/DefaultGroup/RewardHud/Reward3/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -16116,7 +19077,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -16142,20 +19103,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -16165,200 +19126,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { - "x": -60, - "y": 95, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0cc0000c-0000-4000-8000-00000cc0000c", - "path": "/ui/DefaultGroup/RewardHud/Reward3/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/RewardHud/Reward3/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, + "x": -68, + "y": 103, "z": 0 }, "QuaternionRotation": { @@ -16473,7 +19246,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "카드", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -16482,17 +19255,17 @@ } }, { - "id": "0cc0000d-0000-4000-8000-00000cc0000d", - "path": "/ui/DefaultGroup/RewardHud/Reward3/Desc", + "id": "0cc00012-0000-4000-8000-00000cc00012", + "path": "/ui/DefaultGroup/RewardHud/Reward3/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/RewardHud/Reward3/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/RewardHud/Reward3/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -16518,20 +19291,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -39 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -121 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 82 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -16542,11 +19315,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -80 + "y": -8 }, "Position": { "x": 0, - "y": -80, + "y": -8, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0cc00013-0000-4000-8000-00000cc00013", + "path": "/ui/DefaultGroup/RewardHud/Reward3/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/RewardHud/Reward3/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -27 + }, + "OffsetMin": { + "x": -82, + "y": -97 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 70 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -62 + }, + "Position": { + "x": 0, + "y": -62, "z": 0 }, "QuaternionRotation": { @@ -16638,8 +19599,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -16670,7 +19631,430 @@ } }, { - "id": "0cc0000e-0000-4000-8000-00000cc0000e", + "id": "0cc00014-0000-4000-8000-00000cc00014", + "path": "/ui/DefaultGroup/RewardHud/Reward3/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/RewardHud/Reward3/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0cc00015-0000-4000-8000-00000cc00015", + "path": "/ui/DefaultGroup/RewardHud/Reward3/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/RewardHud/Reward3/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0cc00016-0000-4000-8000-00000cc00016", + "path": "/ui/DefaultGroup/RewardHud/Reward3/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/RewardHud/Reward3/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0cc00017-0000-4000-8000-00000cc00017", "path": "/ui/DefaultGroup/RewardHud/Skip", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent,MOD.Core.TextComponent", "jsonString": { @@ -20581,7 +23965,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -20607,20 +23991,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -20630,200 +24014,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { - "x": -60, - "y": 95, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ce00005-0000-4000-8000-00000ce00005", - "path": "/ui/DefaultGroup/ShopHud/Card1/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/ShopHud/Card1/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, + "x": -68, + "y": 103, "z": 0 }, "QuaternionRotation": { @@ -20938,7 +24134,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "카드", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -20947,17 +24143,17 @@ } }, { - "id": "0ce00006-0000-4000-8000-00000ce00006", - "path": "/ui/DefaultGroup/ShopHud/Card1/Desc", + "id": "0ce00005-0000-4000-8000-00000ce00005", + "path": "/ui/DefaultGroup/ShopHud/Card1/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/ShopHud/Card1/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/ShopHud/Card1/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -20983,20 +24179,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -20 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -80 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 60 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -21007,11 +24203,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -50 + "y": -8 }, "Position": { "x": 0, - "y": -50, + "y": -8, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0ce00006-0000-4000-8000-00000ce00006", + "path": "/ui/DefaultGroup/ShopHud/Card1/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/ShopHud/Card1/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -30 + }, + "OffsetMin": { + "x": -82, + "y": -86 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 56 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -58 + }, + "Position": { + "x": 0, + "y": -58, "z": 0 }, "QuaternionRotation": { @@ -21103,8 +24487,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -21145,7 +24529,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3, + "displayOrder": 9, "pathConstraints": "/////", "revision": 1, "origin": { @@ -21324,6 +24708,429 @@ }, { "id": "0ce00008-0000-4000-8000-00000ce00008", + "path": "/ui/DefaultGroup/ShopHud/Card1/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/ShopHud/Card1/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ce00009-0000-4000-8000-00000ce00009", + "path": "/ui/DefaultGroup/ShopHud/Card1/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/ShopHud/Card1/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ce0000a-0000-4000-8000-00000ce0000a", + "path": "/ui/DefaultGroup/ShopHud/Card1/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/ShopHud/Card1/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ce0000b-0000-4000-8000-00000ce0000b", "path": "/ui/DefaultGroup/ShopHud/Card2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", "jsonString": { @@ -21511,7 +25318,7 @@ } }, { - "id": "0ce00009-0000-4000-8000-00000ce00009", + "id": "0ce0000c-0000-4000-8000-00000ce0000c", "path": "/ui/DefaultGroup/ShopHud/Card2/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -21521,7 +25328,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -21547,20 +25354,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -21570,200 +25377,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { - "x": -60, - "y": 95, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ce0000a-0000-4000-8000-00000ce0000a", - "path": "/ui/DefaultGroup/ShopHud/Card2/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/ShopHud/Card2/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, + "x": -68, + "y": 103, "z": 0 }, "QuaternionRotation": { @@ -21878,7 +25497,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "카드", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -21887,17 +25506,17 @@ } }, { - "id": "0ce0000b-0000-4000-8000-00000ce0000b", - "path": "/ui/DefaultGroup/ShopHud/Card2/Desc", + "id": "0ce0000d-0000-4000-8000-00000ce0000d", + "path": "/ui/DefaultGroup/ShopHud/Card2/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/ShopHud/Card2/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/ShopHud/Card2/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -21923,20 +25542,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -20 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -80 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 60 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -21947,11 +25566,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -50 + "y": -8 }, "Position": { "x": 0, - "y": -50, + "y": -8, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0ce0000e-0000-4000-8000-00000ce0000e", + "path": "/ui/DefaultGroup/ShopHud/Card2/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/ShopHud/Card2/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -30 + }, + "OffsetMin": { + "x": -82, + "y": -86 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 56 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -58 + }, + "Position": { + "x": 0, + "y": -58, "z": 0 }, "QuaternionRotation": { @@ -22043,8 +25850,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -22075,7 +25882,7 @@ } }, { - "id": "0ce0000c-0000-4000-8000-00000ce0000c", + "id": "0ce0000f-0000-4000-8000-00000ce0000f", "path": "/ui/DefaultGroup/ShopHud/Card2/Price", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -22085,7 +25892,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3, + "displayOrder": 9, "pathConstraints": "/////", "revision": 1, "origin": { @@ -22263,7 +26070,430 @@ } }, { - "id": "0ce0000d-0000-4000-8000-00000ce0000d", + "id": "0ce00010-0000-4000-8000-00000ce00010", + "path": "/ui/DefaultGroup/ShopHud/Card2/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/ShopHud/Card2/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ce00011-0000-4000-8000-00000ce00011", + "path": "/ui/DefaultGroup/ShopHud/Card2/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/ShopHud/Card2/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ce00012-0000-4000-8000-00000ce00012", + "path": "/ui/DefaultGroup/ShopHud/Card2/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/ShopHud/Card2/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ce00013-0000-4000-8000-00000ce00013", "path": "/ui/DefaultGroup/ShopHud/Card3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", "jsonString": { @@ -22451,7 +26681,7 @@ } }, { - "id": "0ce0000e-0000-4000-8000-00000ce0000e", + "id": "0ce00014-0000-4000-8000-00000ce00014", "path": "/ui/DefaultGroup/ShopHud/Card3/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -22461,7 +26691,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 0, + "displayOrder": 7, "pathConstraints": "/////", "revision": 1, "origin": { @@ -22487,20 +26717,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -35, - "y": 120 + "x": -46, + "y": 125 }, "OffsetMin": { - "x": -85, - "y": 70 + "x": -90, + "y": 81 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 50, - "y": 50 + "x": 44, + "y": 44 }, "UIMode": 1, "UIScale": { @@ -22510,200 +26740,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -60, - "y": 95 + "x": -68, + "y": 103 }, "Position": { - "x": -60, - "y": 95, - "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, - "g": 0, - "b": 0, - "a": 0 - }, - "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": 1, - "b": 1, - "a": 1 - }, - "FontSize": 34, - "MaxSize": 34, - "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": "1", - "UseOutLine": true, - "Enable": true - } - ], - "@version": 1 - } - }, - { - "id": "0ce0000f-0000-4000-8000-00000ce0000f", - "path": "/ui/DefaultGroup/ShopHud/Card3/Name", - "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", - "jsonString": { - "name": "Name", - "path": "/ui/DefaultGroup/ShopHud/Card3/Name", - "nameEditable": true, - "enable": true, - "visible": true, - "localize": true, - "displayOrder": 1, - "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": 80, - "y": 75 - }, - "OffsetMin": { - "x": -80, - "y": 25 - }, - "Pivot": { - "x": 0.5, - "y": 0.5 - }, - "RectSize": { - "x": 160, - "y": 50 - }, - "UIMode": 1, - "UIScale": { - "x": 1, - "y": 1, - "z": 1 - }, - "UIVersion": 2, - "anchoredPosition": { - "x": 0, - "y": 50 - }, - "Position": { - "x": 0, - "y": 50, + "x": -68, + "y": 103, "z": 0 }, "QuaternionRotation": { @@ -22818,7 +26860,7 @@ "bottom": 0 }, "SizeFit": false, - "Text": "카드", + "Text": "1", "UseOutLine": true, "Enable": true } @@ -22827,17 +26869,17 @@ } }, { - "id": "0ce00010-0000-4000-8000-00000ce00010", - "path": "/ui/DefaultGroup/ShopHud/Card3/Desc", + "id": "0ce00015-0000-4000-8000-00000ce00015", + "path": "/ui/DefaultGroup/ShopHud/Card3/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { - "name": "Desc", - "path": "/ui/DefaultGroup/ShopHud/Card3/Desc", + "name": "Name", + "path": "/ui/DefaultGroup/ShopHud/Card3/Name", "nameEditable": true, "enable": true, "visible": true, "localize": true, - "displayOrder": 2, + "displayOrder": 6, "pathConstraints": "/////", "revision": 1, "origin": { @@ -22863,20 +26905,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 80, - "y": -20 + "x": 84, + "y": 7 }, "OffsetMin": { - "x": -80, - "y": -80 + "x": -84, + "y": -23 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 160, - "y": 60 + "x": 168, + "y": 30 }, "UIMode": 1, "UIScale": { @@ -22887,11 +26929,199 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -50 + "y": -8 }, "Position": { "x": 0, - "y": -50, + "y": -8, + "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, + "g": 0, + "b": 0, + "a": 0 + }, + "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": 1, + "b": 1, + "a": 1 + }, + "FontSize": 20, + "MaxSize": 20, + "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": "0ce00016-0000-4000-8000-00000ce00016", + "path": "/ui/DefaultGroup/ShopHud/Card3/Desc", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", + "jsonString": { + "name": "Desc", + "path": "/ui/DefaultGroup/ShopHud/Card3/Desc", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 8, + "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": 82, + "y": -30 + }, + "OffsetMin": { + "x": -82, + "y": -86 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 164, + "y": 56 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -58 + }, + "Position": { + "x": 0, + "y": -58, "z": 0 }, "QuaternionRotation": { @@ -22983,8 +27213,8 @@ "b": 1, "a": 1 }, - "FontSize": 20, - "MaxSize": 20, + "FontSize": 18, + "MaxSize": 18, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -23015,7 +27245,7 @@ } }, { - "id": "0ce00011-0000-4000-8000-00000ce00011", + "id": "0ce00017-0000-4000-8000-00000ce00017", "path": "/ui/DefaultGroup/ShopHud/Card3/Price", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -23025,7 +27255,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3, + "displayOrder": 9, "pathConstraints": "/////", "revision": 1, "origin": { @@ -23203,7 +27433,430 @@ } }, { - "id": "0ce00012-0000-4000-8000-00000ce00012", + "id": "0ce00018-0000-4000-8000-00000ce00018", + "path": "/ui/DefaultGroup/ShopHud/Card3/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/ShopHud/Card3/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3, + "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": 84, + "y": 9 + }, + "OffsetMin": { + "x": -84, + "y": -25 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 168, + "y": 34 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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.07, + "g": 0.08, + "b": 0.1, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ce00019-0000-4000-8000-00000ce00019", + "path": "/ui/DefaultGroup/ShopHud/Card3/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/ShopHud/Card3/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4, + "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": -46, + "y": 125 + }, + "OffsetMin": { + "x": -90, + "y": 81 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 44, + "y": 44 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -68, + "y": 103 + }, + "Position": { + "x": -68, + "y": 103, + "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.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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 + } + ], + "@version": 1 + } + }, + { + "id": "0ce0001a-0000-4000-8000-00000ce0001a", + "path": "/ui/DefaultGroup/ShopHud/Card3/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/ShopHud/Card3/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 5, + "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": 48, + "y": 100 + }, + "OffsetMin": { + "x": -48, + "y": 4 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 96, + "y": 96 + }, + "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": 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": "0ce0001b-0000-4000-8000-00000ce0001b", "path": "/ui/DefaultGroup/ShopHud/Relic", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent", "jsonString": { @@ -23391,7 +28044,7 @@ } }, { - "id": "0ce00013-0000-4000-8000-00000ce00013", + "id": "0ce0001c-0000-4000-8000-00000ce0001c", "path": "/ui/DefaultGroup/ShopHud/Relic/Label", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -23579,7 +28232,7 @@ } }, { - "id": "0ce00014-0000-4000-8000-00000ce00014", + "id": "0ce0001d-0000-4000-8000-00000ce0001d", "path": "/ui/DefaultGroup/ShopHud/Relic/Price", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -23767,7 +28420,7 @@ } }, { - "id": "0ce00015-0000-4000-8000-00000ce00015", + "id": "0ce0001e-0000-4000-8000-00000ce0001e", "path": "/ui/DefaultGroup/ShopHud/Leave", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.ButtonComponent,MOD.Core.TextComponent", "jsonString": { @@ -25896,20 +30549,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -26013,7 +30666,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -26039,19 +30692,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -26062,12 +30715,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -26139,7 +30792,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -26161,8 +30814,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -26188,7 +30841,7 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 @@ -26205,7 +30858,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -26231,20 +30884,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -26255,11 +30908,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -26331,7 +30984,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -26353,8 +31006,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -26380,7 +31033,7 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 @@ -26397,7 +31050,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -26423,20 +31076,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -26447,11 +31100,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -26523,7 +31176,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -26545,8 +31198,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -26572,7 +31225,7 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 @@ -26580,6 +31233,435 @@ }, { "id": "0e10000a-0000-4000-8000-00000e10000a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card1/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card1/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10000b-0000-4000-8000-00000e10000b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card1/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card1/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10000c-0000-4000-8000-00000e10000c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card1/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card1/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10000d-0000-4000-8000-00000e10000d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -26615,20 +31697,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -26722,7 +31804,7 @@ } }, { - "id": "0e10000b-0000-4000-8000-00000e10000b", + "id": "0e10000e-0000-4000-8000-00000e10000e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -26732,7 +31814,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -26758,19 +31840,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -26781,12 +31863,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -26858,7 +31940,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -26880,8 +31962,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -26907,14 +31989,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10000c-0000-4000-8000-00000e10000c", + "id": "0e10000f-0000-4000-8000-00000e10000f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -26924,7 +32006,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -26950,20 +32032,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -26974,11 +32056,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -27050,7 +32132,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -27072,8 +32154,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -27099,14 +32181,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10000d-0000-4000-8000-00000e10000d", + "id": "0e100010-0000-4000-8000-00000e100010", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -27116,7 +32198,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -27142,20 +32224,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -27166,11 +32248,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -27242,7 +32324,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -27264,8 +32346,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -27291,14 +32373,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10000e-0000-4000-8000-00000e10000e", + "id": "0e100011-0000-4000-8000-00000e100011", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100012-0000-4000-8000-00000e100012", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100013-0000-4000-8000-00000e100013", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card2/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100014-0000-4000-8000-00000e100014", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -27334,20 +32845,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -27441,7 +32952,7 @@ } }, { - "id": "0e10000f-0000-4000-8000-00000e10000f", + "id": "0e100015-0000-4000-8000-00000e100015", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -27451,7 +32962,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -27477,19 +32988,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -27500,12 +33011,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -27577,7 +33088,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -27599,8 +33110,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -27626,14 +33137,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100010-0000-4000-8000-00000e100010", + "id": "0e100016-0000-4000-8000-00000e100016", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -27643,7 +33154,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -27669,20 +33180,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -27693,11 +33204,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -27769,7 +33280,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -27791,8 +33302,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -27818,14 +33329,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100011-0000-4000-8000-00000e100011", + "id": "0e100017-0000-4000-8000-00000e100017", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -27835,7 +33346,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -27861,20 +33372,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -27885,11 +33396,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -27961,7 +33472,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -27983,8 +33494,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -28010,14 +33521,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100012-0000-4000-8000-00000e100012", + "id": "0e100018-0000-4000-8000-00000e100018", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100019-0000-4000-8000-00000e100019", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10001a-0000-4000-8000-00000e10001a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card3/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10001b-0000-4000-8000-00000e10001b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -28053,20 +33993,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -28160,7 +34100,7 @@ } }, { - "id": "0e100013-0000-4000-8000-00000e100013", + "id": "0e10001c-0000-4000-8000-00000e10001c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -28170,7 +34110,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -28196,19 +34136,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -28219,12 +34159,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -28296,7 +34236,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -28318,8 +34258,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -28345,14 +34285,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100014-0000-4000-8000-00000e100014", + "id": "0e10001d-0000-4000-8000-00000e10001d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -28362,7 +34302,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -28388,20 +34328,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -28412,11 +34352,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -28488,7 +34428,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -28510,8 +34450,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -28537,14 +34477,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100015-0000-4000-8000-00000e100015", + "id": "0e10001e-0000-4000-8000-00000e10001e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -28554,7 +34494,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -28580,20 +34520,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -28604,11 +34544,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -28680,7 +34620,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -28702,8 +34642,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -28729,14 +34669,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100016-0000-4000-8000-00000e100016", + "id": "0e10001f-0000-4000-8000-00000e10001f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100020-0000-4000-8000-00000e100020", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100021-0000-4000-8000-00000e100021", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card4/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100022-0000-4000-8000-00000e100022", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -28772,20 +35141,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -28879,7 +35248,7 @@ } }, { - "id": "0e100017-0000-4000-8000-00000e100017", + "id": "0e100023-0000-4000-8000-00000e100023", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -28889,7 +35258,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -28915,19 +35284,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -28938,12 +35307,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -29015,7 +35384,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -29037,8 +35406,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29064,14 +35433,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100018-0000-4000-8000-00000e100018", + "id": "0e100024-0000-4000-8000-00000e100024", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -29081,7 +35450,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -29107,20 +35476,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -29131,11 +35500,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -29207,7 +35576,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -29229,8 +35598,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29256,14 +35625,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100019-0000-4000-8000-00000e100019", + "id": "0e100025-0000-4000-8000-00000e100025", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -29273,7 +35642,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -29299,20 +35668,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -29323,11 +35692,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -29399,7 +35768,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -29421,8 +35790,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29448,14 +35817,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10001a-0000-4000-8000-00000e10001a", + "id": "0e100026-0000-4000-8000-00000e100026", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100027-0000-4000-8000-00000e100027", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100028-0000-4000-8000-00000e100028", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card5/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100029-0000-4000-8000-00000e100029", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -29491,20 +36289,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -29598,7 +36396,7 @@ } }, { - "id": "0e10001b-0000-4000-8000-00000e10001b", + "id": "0e10002a-0000-4000-8000-00000e10002a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -29608,7 +36406,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -29634,19 +36432,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -29657,12 +36455,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -29734,7 +36532,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -29756,8 +36554,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29783,14 +36581,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10001c-0000-4000-8000-00000e10001c", + "id": "0e10002b-0000-4000-8000-00000e10002b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -29800,7 +36598,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -29826,20 +36624,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -29850,11 +36648,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -29926,7 +36724,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -29948,8 +36746,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -29975,14 +36773,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10001d-0000-4000-8000-00000e10001d", + "id": "0e10002c-0000-4000-8000-00000e10002c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -29992,7 +36790,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -30018,20 +36816,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -30042,11 +36840,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -30118,7 +36916,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -30140,8 +36938,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -30167,14 +36965,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10001e-0000-4000-8000-00000e10001e", + "id": "0e10002d-0000-4000-8000-00000e10002d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10002e-0000-4000-8000-00000e10002e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10002f-0000-4000-8000-00000e10002f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card6/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100030-0000-4000-8000-00000e100030", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -30210,20 +37437,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -30317,7 +37544,7 @@ } }, { - "id": "0e10001f-0000-4000-8000-00000e10001f", + "id": "0e100031-0000-4000-8000-00000e100031", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -30327,7 +37554,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -30353,19 +37580,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -30376,12 +37603,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -30453,7 +37680,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -30475,8 +37702,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -30502,14 +37729,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100020-0000-4000-8000-00000e100020", + "id": "0e100032-0000-4000-8000-00000e100032", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -30519,7 +37746,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -30545,20 +37772,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -30569,11 +37796,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -30645,7 +37872,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -30667,8 +37894,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -30694,14 +37921,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100021-0000-4000-8000-00000e100021", + "id": "0e100033-0000-4000-8000-00000e100033", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -30711,7 +37938,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -30737,20 +37964,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -30761,11 +37988,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -30837,7 +38064,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -30859,8 +38086,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -30886,14 +38113,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100022-0000-4000-8000-00000e100022", + "id": "0e100034-0000-4000-8000-00000e100034", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100035-0000-4000-8000-00000e100035", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100036-0000-4000-8000-00000e100036", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card7/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100037-0000-4000-8000-00000e100037", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -30929,20 +38585,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -31036,7 +38692,7 @@ } }, { - "id": "0e100023-0000-4000-8000-00000e100023", + "id": "0e100038-0000-4000-8000-00000e100038", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -31046,7 +38702,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -31072,19 +38728,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -31095,12 +38751,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -31172,7 +38828,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -31194,8 +38850,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -31221,14 +38877,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100024-0000-4000-8000-00000e100024", + "id": "0e100039-0000-4000-8000-00000e100039", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -31238,7 +38894,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -31264,20 +38920,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -31288,11 +38944,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -31364,7 +39020,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -31386,8 +39042,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -31413,14 +39069,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100025-0000-4000-8000-00000e100025", + "id": "0e10003a-0000-4000-8000-00000e10003a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -31430,7 +39086,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -31456,20 +39112,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -31480,11 +39136,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -31556,7 +39212,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -31578,8 +39234,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -31605,14 +39261,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100026-0000-4000-8000-00000e100026", + "id": "0e10003b-0000-4000-8000-00000e10003b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10003c-0000-4000-8000-00000e10003c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10003d-0000-4000-8000-00000e10003d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card8/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10003e-0000-4000-8000-00000e10003e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -31648,20 +39733,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -31755,7 +39840,7 @@ } }, { - "id": "0e100027-0000-4000-8000-00000e100027", + "id": "0e10003f-0000-4000-8000-00000e10003f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -31765,7 +39850,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -31791,19 +39876,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -31814,12 +39899,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -31891,7 +39976,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -31913,8 +39998,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -31940,14 +40025,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100028-0000-4000-8000-00000e100028", + "id": "0e100040-0000-4000-8000-00000e100040", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -31957,7 +40042,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -31983,20 +40068,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -32007,11 +40092,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -32083,7 +40168,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -32105,8 +40190,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -32132,14 +40217,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100029-0000-4000-8000-00000e100029", + "id": "0e100041-0000-4000-8000-00000e100041", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -32149,7 +40234,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -32175,20 +40260,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -32199,11 +40284,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -32275,7 +40360,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -32297,8 +40382,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -32324,14 +40409,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10002a-0000-4000-8000-00000e10002a", + "id": "0e100042-0000-4000-8000-00000e100042", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100043-0000-4000-8000-00000e100043", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100044-0000-4000-8000-00000e100044", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card9/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100045-0000-4000-8000-00000e100045", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -32367,20 +40881,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -32474,7 +40988,7 @@ } }, { - "id": "0e10002b-0000-4000-8000-00000e10002b", + "id": "0e100046-0000-4000-8000-00000e100046", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -32484,7 +40998,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -32510,19 +41024,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -32533,12 +41047,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -32610,7 +41124,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -32632,8 +41146,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -32659,14 +41173,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10002c-0000-4000-8000-00000e10002c", + "id": "0e100047-0000-4000-8000-00000e100047", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -32676,7 +41190,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -32702,20 +41216,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -32726,11 +41240,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -32802,7 +41316,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -32824,8 +41338,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -32851,14 +41365,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10002d-0000-4000-8000-00000e10002d", + "id": "0e100048-0000-4000-8000-00000e100048", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -32868,7 +41382,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -32894,20 +41408,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -32918,11 +41432,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -32994,7 +41508,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -33016,8 +41530,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -33043,14 +41557,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10002e-0000-4000-8000-00000e10002e", + "id": "0e100049-0000-4000-8000-00000e100049", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10004a-0000-4000-8000-00000e10004a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10004b-0000-4000-8000-00000e10004b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card10/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10004c-0000-4000-8000-00000e10004c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -33086,20 +42029,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -33193,7 +42136,7 @@ } }, { - "id": "0e10002f-0000-4000-8000-00000e10002f", + "id": "0e10004d-0000-4000-8000-00000e10004d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -33203,7 +42146,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -33229,19 +42172,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -33252,12 +42195,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -33329,7 +42272,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -33351,8 +42294,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -33378,14 +42321,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100030-0000-4000-8000-00000e100030", + "id": "0e10004e-0000-4000-8000-00000e10004e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -33395,7 +42338,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -33421,20 +42364,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -33445,11 +42388,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -33521,7 +42464,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -33543,8 +42486,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -33570,14 +42513,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100031-0000-4000-8000-00000e100031", + "id": "0e10004f-0000-4000-8000-00000e10004f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -33587,7 +42530,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -33613,20 +42556,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -33637,11 +42580,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -33713,7 +42656,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -33735,8 +42678,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -33762,14 +42705,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100032-0000-4000-8000-00000e100032", + "id": "0e100050-0000-4000-8000-00000e100050", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100051-0000-4000-8000-00000e100051", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100052-0000-4000-8000-00000e100052", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card11/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100053-0000-4000-8000-00000e100053", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -33805,20 +43177,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -33912,7 +43284,7 @@ } }, { - "id": "0e100033-0000-4000-8000-00000e100033", + "id": "0e100054-0000-4000-8000-00000e100054", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -33922,7 +43294,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -33948,19 +43320,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -33971,12 +43343,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -34048,7 +43420,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -34070,8 +43442,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -34097,14 +43469,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100034-0000-4000-8000-00000e100034", + "id": "0e100055-0000-4000-8000-00000e100055", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -34114,7 +43486,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -34140,20 +43512,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -34164,11 +43536,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -34240,7 +43612,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -34262,8 +43634,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -34289,14 +43661,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100035-0000-4000-8000-00000e100035", + "id": "0e100056-0000-4000-8000-00000e100056", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -34306,7 +43678,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -34332,20 +43704,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -34356,11 +43728,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -34432,7 +43804,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -34454,8 +43826,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -34481,14 +43853,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100036-0000-4000-8000-00000e100036", + "id": "0e100057-0000-4000-8000-00000e100057", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100058-0000-4000-8000-00000e100058", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100059-0000-4000-8000-00000e100059", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card12/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10005a-0000-4000-8000-00000e10005a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -34524,20 +44325,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -34631,7 +44432,7 @@ } }, { - "id": "0e100037-0000-4000-8000-00000e100037", + "id": "0e10005b-0000-4000-8000-00000e10005b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -34641,7 +44442,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -34667,19 +44468,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -34690,12 +44491,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -34767,7 +44568,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -34789,8 +44590,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -34816,14 +44617,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100038-0000-4000-8000-00000e100038", + "id": "0e10005c-0000-4000-8000-00000e10005c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -34833,7 +44634,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -34859,20 +44660,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -34883,11 +44684,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -34959,7 +44760,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -34981,8 +44782,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -35008,14 +44809,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100039-0000-4000-8000-00000e100039", + "id": "0e10005d-0000-4000-8000-00000e10005d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -35025,7 +44826,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -35051,20 +44852,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -35075,11 +44876,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -35151,7 +44952,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -35173,8 +44974,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -35200,14 +45001,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10003a-0000-4000-8000-00000e10003a", + "id": "0e10005e-0000-4000-8000-00000e10005e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10005f-0000-4000-8000-00000e10005f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100060-0000-4000-8000-00000e100060", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card13/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100061-0000-4000-8000-00000e100061", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -35243,20 +45473,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -35350,7 +45580,7 @@ } }, { - "id": "0e10003b-0000-4000-8000-00000e10003b", + "id": "0e100062-0000-4000-8000-00000e100062", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -35360,7 +45590,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -35386,19 +45616,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -35409,12 +45639,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -35486,7 +45716,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -35508,8 +45738,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -35535,14 +45765,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10003c-0000-4000-8000-00000e10003c", + "id": "0e100063-0000-4000-8000-00000e100063", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -35552,7 +45782,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -35578,20 +45808,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -35602,11 +45832,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -35678,7 +45908,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -35700,8 +45930,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -35727,14 +45957,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10003d-0000-4000-8000-00000e10003d", + "id": "0e100064-0000-4000-8000-00000e100064", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -35744,7 +45974,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -35770,20 +46000,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -35794,11 +46024,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -35870,7 +46100,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -35892,8 +46122,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -35919,14 +46149,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10003e-0000-4000-8000-00000e10003e", + "id": "0e100065-0000-4000-8000-00000e100065", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100066-0000-4000-8000-00000e100066", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100067-0000-4000-8000-00000e100067", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card14/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100068-0000-4000-8000-00000e100068", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -35962,20 +46621,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -36069,7 +46728,7 @@ } }, { - "id": "0e10003f-0000-4000-8000-00000e10003f", + "id": "0e100069-0000-4000-8000-00000e100069", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -36079,7 +46738,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -36105,19 +46764,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -36128,12 +46787,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -36205,7 +46864,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -36227,8 +46886,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -36254,14 +46913,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100040-0000-4000-8000-00000e100040", + "id": "0e10006a-0000-4000-8000-00000e10006a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -36271,7 +46930,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -36297,20 +46956,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -36321,11 +46980,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -36397,7 +47056,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -36419,8 +47078,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -36446,14 +47105,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100041-0000-4000-8000-00000e100041", + "id": "0e10006b-0000-4000-8000-00000e10006b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -36463,7 +47122,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -36489,20 +47148,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -36513,11 +47172,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -36589,7 +47248,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -36611,8 +47270,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -36638,14 +47297,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100042-0000-4000-8000-00000e100042", + "id": "0e10006c-0000-4000-8000-00000e10006c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10006d-0000-4000-8000-00000e10006d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10006e-0000-4000-8000-00000e10006e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card15/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10006f-0000-4000-8000-00000e10006f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -36681,20 +47769,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -36788,7 +47876,7 @@ } }, { - "id": "0e100043-0000-4000-8000-00000e100043", + "id": "0e100070-0000-4000-8000-00000e100070", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -36798,7 +47886,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -36824,19 +47912,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -36847,12 +47935,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -36924,7 +48012,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -36946,8 +48034,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -36973,14 +48061,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100044-0000-4000-8000-00000e100044", + "id": "0e100071-0000-4000-8000-00000e100071", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -36990,7 +48078,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -37016,20 +48104,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -37040,11 +48128,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -37116,7 +48204,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -37138,8 +48226,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -37165,14 +48253,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100045-0000-4000-8000-00000e100045", + "id": "0e100072-0000-4000-8000-00000e100072", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -37182,7 +48270,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -37208,20 +48296,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -37232,11 +48320,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -37308,7 +48396,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -37330,8 +48418,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -37357,14 +48445,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100046-0000-4000-8000-00000e100046", + "id": "0e100073-0000-4000-8000-00000e100073", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100074-0000-4000-8000-00000e100074", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100075-0000-4000-8000-00000e100075", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card16/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100076-0000-4000-8000-00000e100076", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -37400,20 +48917,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -37507,7 +49024,7 @@ } }, { - "id": "0e100047-0000-4000-8000-00000e100047", + "id": "0e100077-0000-4000-8000-00000e100077", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -37517,7 +49034,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -37543,19 +49060,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -37566,12 +49083,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -37643,7 +49160,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -37665,8 +49182,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -37692,14 +49209,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100048-0000-4000-8000-00000e100048", + "id": "0e100078-0000-4000-8000-00000e100078", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -37709,7 +49226,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -37735,20 +49252,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -37759,11 +49276,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -37835,7 +49352,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -37857,8 +49374,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -37884,14 +49401,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100049-0000-4000-8000-00000e100049", + "id": "0e100079-0000-4000-8000-00000e100079", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -37901,7 +49418,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -37927,20 +49444,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -37951,11 +49468,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -38027,7 +49544,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -38049,8 +49566,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -38076,14 +49593,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10004a-0000-4000-8000-00000e10004a", + "id": "0e10007a-0000-4000-8000-00000e10007a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10007b-0000-4000-8000-00000e10007b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10007c-0000-4000-8000-00000e10007c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card17/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10007d-0000-4000-8000-00000e10007d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38119,20 +50065,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -38226,7 +50172,7 @@ } }, { - "id": "0e10004b-0000-4000-8000-00000e10004b", + "id": "0e10007e-0000-4000-8000-00000e10007e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -38236,7 +50182,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -38262,19 +50208,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -38285,12 +50231,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -38362,7 +50308,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -38384,8 +50330,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -38411,14 +50357,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10004c-0000-4000-8000-00000e10004c", + "id": "0e10007f-0000-4000-8000-00000e10007f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -38428,7 +50374,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -38454,20 +50400,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -38478,11 +50424,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -38554,7 +50500,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -38576,8 +50522,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -38603,14 +50549,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10004d-0000-4000-8000-00000e10004d", + "id": "0e100080-0000-4000-8000-00000e100080", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -38620,7 +50566,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -38646,20 +50592,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -38670,11 +50616,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -38746,7 +50692,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -38768,8 +50714,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -38795,14 +50741,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10004e-0000-4000-8000-00000e10004e", + "id": "0e100081-0000-4000-8000-00000e100081", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100082-0000-4000-8000-00000e100082", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100083-0000-4000-8000-00000e100083", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card18/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100084-0000-4000-8000-00000e100084", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -38838,20 +51213,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -38945,7 +51320,7 @@ } }, { - "id": "0e10004f-0000-4000-8000-00000e10004f", + "id": "0e100085-0000-4000-8000-00000e100085", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -38955,7 +51330,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -38981,19 +51356,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -39004,12 +51379,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -39081,7 +51456,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -39103,8 +51478,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -39130,14 +51505,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100050-0000-4000-8000-00000e100050", + "id": "0e100086-0000-4000-8000-00000e100086", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -39147,7 +51522,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -39173,20 +51548,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -39197,11 +51572,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -39273,7 +51648,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -39295,8 +51670,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -39322,14 +51697,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100051-0000-4000-8000-00000e100051", + "id": "0e100087-0000-4000-8000-00000e100087", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -39339,7 +51714,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -39365,20 +51740,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -39389,11 +51764,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -39465,7 +51840,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -39487,8 +51862,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -39514,14 +51889,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100052-0000-4000-8000-00000e100052", + "id": "0e100088-0000-4000-8000-00000e100088", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100089-0000-4000-8000-00000e100089", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10008a-0000-4000-8000-00000e10008a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card19/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10008b-0000-4000-8000-00000e10008b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -39557,20 +52361,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -39664,7 +52468,7 @@ } }, { - "id": "0e100053-0000-4000-8000-00000e100053", + "id": "0e10008c-0000-4000-8000-00000e10008c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -39674,7 +52478,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -39700,19 +52504,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -39723,12 +52527,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -39800,7 +52604,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -39822,8 +52626,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -39849,14 +52653,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100054-0000-4000-8000-00000e100054", + "id": "0e10008d-0000-4000-8000-00000e10008d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -39866,7 +52670,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -39892,20 +52696,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -39916,11 +52720,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -39992,7 +52796,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -40014,8 +52818,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -40041,14 +52845,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100055-0000-4000-8000-00000e100055", + "id": "0e10008e-0000-4000-8000-00000e10008e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -40058,7 +52862,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -40084,20 +52888,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -40108,11 +52912,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -40184,7 +52988,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -40206,8 +53010,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -40233,14 +53037,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100056-0000-4000-8000-00000e100056", + "id": "0e10008f-0000-4000-8000-00000e10008f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100090-0000-4000-8000-00000e100090", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100091-0000-4000-8000-00000e100091", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card20/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100092-0000-4000-8000-00000e100092", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40276,20 +53509,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -40383,7 +53616,7 @@ } }, { - "id": "0e100057-0000-4000-8000-00000e100057", + "id": "0e100093-0000-4000-8000-00000e100093", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -40393,7 +53626,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -40419,19 +53652,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -40442,12 +53675,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -40519,7 +53752,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -40541,8 +53774,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -40568,14 +53801,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100058-0000-4000-8000-00000e100058", + "id": "0e100094-0000-4000-8000-00000e100094", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -40585,7 +53818,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -40611,20 +53844,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -40635,11 +53868,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -40711,7 +53944,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -40733,8 +53966,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -40760,14 +53993,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100059-0000-4000-8000-00000e100059", + "id": "0e100095-0000-4000-8000-00000e100095", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -40777,7 +54010,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -40803,20 +54036,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -40827,11 +54060,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -40903,7 +54136,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -40925,8 +54158,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -40952,14 +54185,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10005a-0000-4000-8000-00000e10005a", + "id": "0e100096-0000-4000-8000-00000e100096", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100097-0000-4000-8000-00000e100097", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100098-0000-4000-8000-00000e100098", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card21/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100099-0000-4000-8000-00000e100099", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -40995,20 +54657,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -41102,7 +54764,7 @@ } }, { - "id": "0e10005b-0000-4000-8000-00000e10005b", + "id": "0e10009a-0000-4000-8000-00000e10009a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -41112,7 +54774,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -41138,19 +54800,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -41161,12 +54823,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -41238,7 +54900,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -41260,8 +54922,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -41287,14 +54949,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10005c-0000-4000-8000-00000e10005c", + "id": "0e10009b-0000-4000-8000-00000e10009b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -41304,7 +54966,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -41330,20 +54992,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -41354,11 +55016,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -41430,7 +55092,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -41452,8 +55114,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -41479,14 +55141,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10005d-0000-4000-8000-00000e10005d", + "id": "0e10009c-0000-4000-8000-00000e10009c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -41496,7 +55158,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -41522,20 +55184,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -41546,11 +55208,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -41622,7 +55284,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -41644,8 +55306,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -41671,14 +55333,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10005e-0000-4000-8000-00000e10005e", + "id": "0e10009d-0000-4000-8000-00000e10009d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10009e-0000-4000-8000-00000e10009e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10009f-0000-4000-8000-00000e10009f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card22/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000a0-0000-4000-8000-00000e1000a0", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -41714,20 +55805,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -41821,7 +55912,7 @@ } }, { - "id": "0e10005f-0000-4000-8000-00000e10005f", + "id": "0e1000a1-0000-4000-8000-00000e1000a1", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -41831,7 +55922,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -41857,19 +55948,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -41880,12 +55971,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -41957,7 +56048,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -41979,8 +56070,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -42006,14 +56097,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100060-0000-4000-8000-00000e100060", + "id": "0e1000a2-0000-4000-8000-00000e1000a2", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -42023,7 +56114,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -42049,20 +56140,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -42073,11 +56164,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -42149,7 +56240,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -42171,8 +56262,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -42198,14 +56289,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100061-0000-4000-8000-00000e100061", + "id": "0e1000a3-0000-4000-8000-00000e1000a3", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -42215,7 +56306,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -42241,20 +56332,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -42265,11 +56356,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -42341,7 +56432,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -42363,8 +56454,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -42390,14 +56481,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100062-0000-4000-8000-00000e100062", + "id": "0e1000a4-0000-4000-8000-00000e1000a4", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000a5-0000-4000-8000-00000e1000a5", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000a6-0000-4000-8000-00000e1000a6", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card23/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000a7-0000-4000-8000-00000e1000a7", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -42433,20 +56953,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -42540,7 +57060,7 @@ } }, { - "id": "0e100063-0000-4000-8000-00000e100063", + "id": "0e1000a8-0000-4000-8000-00000e1000a8", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -42550,7 +57070,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -42576,19 +57096,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -42599,12 +57119,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -42676,7 +57196,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -42698,8 +57218,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -42725,14 +57245,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100064-0000-4000-8000-00000e100064", + "id": "0e1000a9-0000-4000-8000-00000e1000a9", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -42742,7 +57262,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -42768,20 +57288,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -42792,11 +57312,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -42868,7 +57388,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -42890,8 +57410,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -42917,14 +57437,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100065-0000-4000-8000-00000e100065", + "id": "0e1000aa-0000-4000-8000-00000e1000aa", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -42934,7 +57454,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -42960,20 +57480,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -42984,11 +57504,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -43060,7 +57580,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -43082,8 +57602,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -43109,14 +57629,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100066-0000-4000-8000-00000e100066", + "id": "0e1000ab-0000-4000-8000-00000e1000ab", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ac-0000-4000-8000-00000e1000ac", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ad-0000-4000-8000-00000e1000ad", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card24/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ae-0000-4000-8000-00000e1000ae", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43152,20 +58101,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -43259,7 +58208,7 @@ } }, { - "id": "0e100067-0000-4000-8000-00000e100067", + "id": "0e1000af-0000-4000-8000-00000e1000af", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -43269,7 +58218,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -43295,19 +58244,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -43318,12 +58267,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -43395,7 +58344,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -43417,8 +58366,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -43444,14 +58393,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100068-0000-4000-8000-00000e100068", + "id": "0e1000b0-0000-4000-8000-00000e1000b0", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -43461,7 +58410,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -43487,20 +58436,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -43511,11 +58460,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -43587,7 +58536,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -43609,8 +58558,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -43636,14 +58585,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100069-0000-4000-8000-00000e100069", + "id": "0e1000b1-0000-4000-8000-00000e1000b1", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -43653,7 +58602,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -43679,20 +58628,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -43703,11 +58652,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -43779,7 +58728,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -43801,8 +58750,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -43828,14 +58777,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10006a-0000-4000-8000-00000e10006a", + "id": "0e1000b2-0000-4000-8000-00000e1000b2", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000b3-0000-4000-8000-00000e1000b3", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000b4-0000-4000-8000-00000e1000b4", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card25/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000b5-0000-4000-8000-00000e1000b5", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -43871,20 +59249,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -43978,7 +59356,7 @@ } }, { - "id": "0e10006b-0000-4000-8000-00000e10006b", + "id": "0e1000b6-0000-4000-8000-00000e1000b6", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -43988,7 +59366,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -44014,19 +59392,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -44037,12 +59415,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -44114,7 +59492,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -44136,8 +59514,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -44163,14 +59541,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10006c-0000-4000-8000-00000e10006c", + "id": "0e1000b7-0000-4000-8000-00000e1000b7", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -44180,7 +59558,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -44206,20 +59584,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -44230,11 +59608,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -44306,7 +59684,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -44328,8 +59706,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -44355,14 +59733,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10006d-0000-4000-8000-00000e10006d", + "id": "0e1000b8-0000-4000-8000-00000e1000b8", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -44372,7 +59750,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -44398,20 +59776,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -44422,11 +59800,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -44498,7 +59876,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -44520,8 +59898,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -44547,14 +59925,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10006e-0000-4000-8000-00000e10006e", + "id": "0e1000b9-0000-4000-8000-00000e1000b9", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ba-0000-4000-8000-00000e1000ba", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000bb-0000-4000-8000-00000e1000bb", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card26/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000bc-0000-4000-8000-00000e1000bc", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -44590,20 +60397,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -44697,7 +60504,7 @@ } }, { - "id": "0e10006f-0000-4000-8000-00000e10006f", + "id": "0e1000bd-0000-4000-8000-00000e1000bd", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -44707,7 +60514,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -44733,19 +60540,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -44756,12 +60563,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -44833,7 +60640,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -44855,8 +60662,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -44882,14 +60689,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100070-0000-4000-8000-00000e100070", + "id": "0e1000be-0000-4000-8000-00000e1000be", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -44899,7 +60706,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -44925,20 +60732,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -44949,11 +60756,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -45025,7 +60832,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -45047,8 +60854,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -45074,14 +60881,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100071-0000-4000-8000-00000e100071", + "id": "0e1000bf-0000-4000-8000-00000e1000bf", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -45091,7 +60898,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -45117,20 +60924,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -45141,11 +60948,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -45217,7 +61024,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -45239,8 +61046,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -45266,14 +61073,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100072-0000-4000-8000-00000e100072", + "id": "0e1000c0-0000-4000-8000-00000e1000c0", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000c1-0000-4000-8000-00000e1000c1", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000c2-0000-4000-8000-00000e1000c2", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card27/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000c3-0000-4000-8000-00000e1000c3", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -45309,20 +61545,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -45416,7 +61652,7 @@ } }, { - "id": "0e100073-0000-4000-8000-00000e100073", + "id": "0e1000c4-0000-4000-8000-00000e1000c4", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -45426,7 +61662,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -45452,19 +61688,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -45475,12 +61711,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -45552,7 +61788,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -45574,8 +61810,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -45601,14 +61837,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100074-0000-4000-8000-00000e100074", + "id": "0e1000c5-0000-4000-8000-00000e1000c5", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -45618,7 +61854,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -45644,20 +61880,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -45668,11 +61904,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -45744,7 +61980,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -45766,8 +62002,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -45793,14 +62029,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100075-0000-4000-8000-00000e100075", + "id": "0e1000c6-0000-4000-8000-00000e1000c6", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -45810,7 +62046,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -45836,20 +62072,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -45860,11 +62096,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -45936,7 +62172,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -45958,8 +62194,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -45985,14 +62221,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100076-0000-4000-8000-00000e100076", + "id": "0e1000c7-0000-4000-8000-00000e1000c7", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000c8-0000-4000-8000-00000e1000c8", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000c9-0000-4000-8000-00000e1000c9", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card28/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ca-0000-4000-8000-00000e1000ca", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46028,20 +62693,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -46135,7 +62800,7 @@ } }, { - "id": "0e100077-0000-4000-8000-00000e100077", + "id": "0e1000cb-0000-4000-8000-00000e1000cb", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -46145,7 +62810,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -46171,19 +62836,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -46194,12 +62859,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -46271,7 +62936,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -46293,8 +62958,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -46320,14 +62985,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100078-0000-4000-8000-00000e100078", + "id": "0e1000cc-0000-4000-8000-00000e1000cc", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -46337,7 +63002,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -46363,20 +63028,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -46387,11 +63052,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -46463,7 +63128,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -46485,8 +63150,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -46512,14 +63177,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100079-0000-4000-8000-00000e100079", + "id": "0e1000cd-0000-4000-8000-00000e1000cd", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -46529,7 +63194,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -46555,20 +63220,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -46579,11 +63244,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -46655,7 +63320,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -46677,8 +63342,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -46704,14 +63369,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10007a-0000-4000-8000-00000e10007a", + "id": "0e1000ce-0000-4000-8000-00000e1000ce", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000cf-0000-4000-8000-00000e1000cf", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000d0-0000-4000-8000-00000e1000d0", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card29/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000d1-0000-4000-8000-00000e1000d1", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -46747,20 +63841,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -46854,7 +63948,7 @@ } }, { - "id": "0e10007b-0000-4000-8000-00000e10007b", + "id": "0e1000d2-0000-4000-8000-00000e1000d2", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -46864,7 +63958,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -46890,19 +63984,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -46913,12 +64007,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -46990,7 +64084,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -47012,8 +64106,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -47039,14 +64133,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10007c-0000-4000-8000-00000e10007c", + "id": "0e1000d3-0000-4000-8000-00000e1000d3", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -47056,7 +64150,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -47082,20 +64176,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -47106,11 +64200,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -47182,7 +64276,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -47204,8 +64298,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -47231,14 +64325,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10007d-0000-4000-8000-00000e10007d", + "id": "0e1000d4-0000-4000-8000-00000e1000d4", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -47248,7 +64342,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -47274,20 +64368,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -47298,11 +64392,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -47374,7 +64468,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -47396,8 +64490,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -47423,14 +64517,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10007e-0000-4000-8000-00000e10007e", + "id": "0e1000d5-0000-4000-8000-00000e1000d5", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000d6-0000-4000-8000-00000e1000d6", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000d7-0000-4000-8000-00000e1000d7", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card30/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000d8-0000-4000-8000-00000e1000d8", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -47466,20 +64989,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -47573,7 +65096,7 @@ } }, { - "id": "0e10007f-0000-4000-8000-00000e10007f", + "id": "0e1000d9-0000-4000-8000-00000e1000d9", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -47583,7 +65106,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -47609,19 +65132,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -47632,12 +65155,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -47709,7 +65232,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -47731,8 +65254,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -47758,14 +65281,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100080-0000-4000-8000-00000e100080", + "id": "0e1000da-0000-4000-8000-00000e1000da", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -47775,7 +65298,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -47801,20 +65324,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -47825,11 +65348,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -47901,7 +65424,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -47923,8 +65446,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -47950,14 +65473,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100081-0000-4000-8000-00000e100081", + "id": "0e1000db-0000-4000-8000-00000e1000db", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -47967,7 +65490,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -47993,20 +65516,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -48017,11 +65540,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -48093,7 +65616,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -48115,8 +65638,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -48142,14 +65665,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100082-0000-4000-8000-00000e100082", + "id": "0e1000dc-0000-4000-8000-00000e1000dc", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000dd-0000-4000-8000-00000e1000dd", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000de-0000-4000-8000-00000e1000de", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card31/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000df-0000-4000-8000-00000e1000df", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48185,20 +66137,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -48292,7 +66244,7 @@ } }, { - "id": "0e100083-0000-4000-8000-00000e100083", + "id": "0e1000e0-0000-4000-8000-00000e1000e0", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -48302,7 +66254,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -48328,19 +66280,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -48351,12 +66303,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -48428,7 +66380,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -48450,8 +66402,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -48477,14 +66429,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100084-0000-4000-8000-00000e100084", + "id": "0e1000e1-0000-4000-8000-00000e1000e1", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -48494,7 +66446,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -48520,20 +66472,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -48544,11 +66496,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -48620,7 +66572,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -48642,8 +66594,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -48669,14 +66621,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100085-0000-4000-8000-00000e100085", + "id": "0e1000e2-0000-4000-8000-00000e1000e2", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -48686,7 +66638,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -48712,20 +66664,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -48736,11 +66688,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -48812,7 +66764,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -48834,8 +66786,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -48861,14 +66813,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100086-0000-4000-8000-00000e100086", + "id": "0e1000e3-0000-4000-8000-00000e1000e3", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000e4-0000-4000-8000-00000e1000e4", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000e5-0000-4000-8000-00000e1000e5", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card32/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000e6-0000-4000-8000-00000e1000e6", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -48904,20 +67285,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -49011,7 +67392,7 @@ } }, { - "id": "0e100087-0000-4000-8000-00000e100087", + "id": "0e1000e7-0000-4000-8000-00000e1000e7", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -49021,7 +67402,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -49047,19 +67428,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -49070,12 +67451,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -49147,7 +67528,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -49169,8 +67550,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -49196,14 +67577,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100088-0000-4000-8000-00000e100088", + "id": "0e1000e8-0000-4000-8000-00000e1000e8", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -49213,7 +67594,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -49239,20 +67620,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -49263,11 +67644,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -49339,7 +67720,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -49361,8 +67742,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -49388,14 +67769,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100089-0000-4000-8000-00000e100089", + "id": "0e1000e9-0000-4000-8000-00000e1000e9", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -49405,7 +67786,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -49431,20 +67812,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -49455,11 +67836,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -49531,7 +67912,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -49553,8 +67934,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -49580,14 +67961,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10008a-0000-4000-8000-00000e10008a", + "id": "0e1000ea-0000-4000-8000-00000e1000ea", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000eb-0000-4000-8000-00000e1000eb", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ec-0000-4000-8000-00000e1000ec", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card33/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000ed-0000-4000-8000-00000e1000ed", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -49623,20 +68433,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -49730,7 +68540,7 @@ } }, { - "id": "0e10008b-0000-4000-8000-00000e10008b", + "id": "0e1000ee-0000-4000-8000-00000e1000ee", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -49740,7 +68550,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -49766,19 +68576,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -49789,12 +68599,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -49866,7 +68676,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -49888,8 +68698,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -49915,14 +68725,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10008c-0000-4000-8000-00000e10008c", + "id": "0e1000ef-0000-4000-8000-00000e1000ef", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -49932,7 +68742,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -49958,20 +68768,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -49982,11 +68792,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -50058,7 +68868,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -50080,8 +68890,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -50107,14 +68917,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10008d-0000-4000-8000-00000e10008d", + "id": "0e1000f0-0000-4000-8000-00000e1000f0", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -50124,7 +68934,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -50150,20 +68960,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -50174,11 +68984,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -50250,7 +69060,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -50272,8 +69082,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -50299,14 +69109,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10008e-0000-4000-8000-00000e10008e", + "id": "0e1000f1-0000-4000-8000-00000e1000f1", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000f2-0000-4000-8000-00000e1000f2", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000f3-0000-4000-8000-00000e1000f3", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card34/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000f4-0000-4000-8000-00000e1000f4", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -50342,20 +69581,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -50449,7 +69688,7 @@ } }, { - "id": "0e10008f-0000-4000-8000-00000e10008f", + "id": "0e1000f5-0000-4000-8000-00000e1000f5", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -50459,7 +69698,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -50485,19 +69724,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -50508,12 +69747,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -50585,7 +69824,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -50607,8 +69846,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -50634,14 +69873,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100090-0000-4000-8000-00000e100090", + "id": "0e1000f6-0000-4000-8000-00000e1000f6", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -50651,7 +69890,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -50677,20 +69916,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -50701,11 +69940,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -50777,7 +70016,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -50799,8 +70038,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -50826,14 +70065,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100091-0000-4000-8000-00000e100091", + "id": "0e1000f7-0000-4000-8000-00000e1000f7", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -50843,7 +70082,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -50869,20 +70108,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -50893,11 +70132,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -50969,7 +70208,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -50991,8 +70230,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -51018,14 +70257,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100092-0000-4000-8000-00000e100092", + "id": "0e1000f8-0000-4000-8000-00000e1000f8", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000f9-0000-4000-8000-00000e1000f9", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000fa-0000-4000-8000-00000e1000fa", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card35/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1000fb-0000-4000-8000-00000e1000fb", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51061,20 +70729,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -51168,7 +70836,7 @@ } }, { - "id": "0e100093-0000-4000-8000-00000e100093", + "id": "0e1000fc-0000-4000-8000-00000e1000fc", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -51178,7 +70846,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -51204,19 +70872,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -51227,12 +70895,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -51304,7 +70972,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -51326,8 +70994,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -51353,14 +71021,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100094-0000-4000-8000-00000e100094", + "id": "0e1000fd-0000-4000-8000-00000e1000fd", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -51370,7 +71038,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -51396,20 +71064,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -51420,11 +71088,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -51496,7 +71164,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -51518,8 +71186,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -51545,14 +71213,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100095-0000-4000-8000-00000e100095", + "id": "0e1000fe-0000-4000-8000-00000e1000fe", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -51562,7 +71230,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -51588,20 +71256,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -51612,11 +71280,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -51688,7 +71356,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -51710,8 +71378,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -51737,14 +71405,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e100096-0000-4000-8000-00000e100096", + "id": "0e1000ff-0000-4000-8000-00000e1000ff", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100100-0000-4000-8000-00000e100100", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100101-0000-4000-8000-00000e100101", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card36/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100102-0000-4000-8000-00000e100102", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -51780,20 +71877,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -51887,7 +71984,7 @@ } }, { - "id": "0e100097-0000-4000-8000-00000e100097", + "id": "0e100103-0000-4000-8000-00000e100103", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -51897,7 +71994,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -51923,19 +72020,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -51946,12 +72043,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -52023,7 +72120,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -52045,8 +72142,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -52072,14 +72169,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e100098-0000-4000-8000-00000e100098", + "id": "0e100104-0000-4000-8000-00000e100104", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -52089,7 +72186,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -52115,20 +72212,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -52139,11 +72236,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -52215,7 +72312,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -52237,8 +72334,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -52264,14 +72361,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e100099-0000-4000-8000-00000e100099", + "id": "0e100105-0000-4000-8000-00000e100105", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -52281,7 +72378,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -52307,20 +72404,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -52331,11 +72428,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -52407,7 +72504,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -52429,8 +72526,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -52456,14 +72553,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10009a-0000-4000-8000-00000e10009a", + "id": "0e100106-0000-4000-8000-00000e100106", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100107-0000-4000-8000-00000e100107", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100108-0000-4000-8000-00000e100108", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card37/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100109-0000-4000-8000-00000e100109", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -52499,20 +73025,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -52606,7 +73132,7 @@ } }, { - "id": "0e10009b-0000-4000-8000-00000e10009b", + "id": "0e10010a-0000-4000-8000-00000e10010a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -52616,7 +73142,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -52642,19 +73168,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -52665,12 +73191,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -52742,7 +73268,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -52764,8 +73290,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -52791,14 +73317,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e10009c-0000-4000-8000-00000e10009c", + "id": "0e10010b-0000-4000-8000-00000e10010b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -52808,7 +73334,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -52834,20 +73360,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -52858,11 +73384,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -52934,7 +73460,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -52956,8 +73482,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -52983,14 +73509,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e10009d-0000-4000-8000-00000e10009d", + "id": "0e10010c-0000-4000-8000-00000e10010c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -53000,7 +73526,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -53026,20 +73552,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -53050,11 +73576,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -53126,7 +73652,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -53148,8 +73674,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -53175,14 +73701,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e10009e-0000-4000-8000-00000e10009e", + "id": "0e10010d-0000-4000-8000-00000e10010d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10010e-0000-4000-8000-00000e10010e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10010f-0000-4000-8000-00000e10010f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card38/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100110-0000-4000-8000-00000e100110", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53218,20 +74173,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -53325,7 +74280,7 @@ } }, { - "id": "0e10009f-0000-4000-8000-00000e10009f", + "id": "0e100111-0000-4000-8000-00000e100111", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -53335,7 +74290,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -53361,19 +74316,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -53384,12 +74339,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -53461,7 +74416,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -53483,8 +74438,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -53510,14 +74465,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000a0-0000-4000-8000-00000e1000a0", + "id": "0e100112-0000-4000-8000-00000e100112", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -53527,7 +74482,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -53553,20 +74508,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -53577,11 +74532,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -53653,7 +74608,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -53675,8 +74630,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -53702,14 +74657,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000a1-0000-4000-8000-00000e1000a1", + "id": "0e100113-0000-4000-8000-00000e100113", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -53719,7 +74674,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -53745,20 +74700,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -53769,11 +74724,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -53845,7 +74800,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -53867,8 +74822,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -53894,14 +74849,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000a2-0000-4000-8000-00000e1000a2", + "id": "0e100114-0000-4000-8000-00000e100114", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100115-0000-4000-8000-00000e100115", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100116-0000-4000-8000-00000e100116", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card39/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100117-0000-4000-8000-00000e100117", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -53937,20 +75321,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -54044,7 +75428,7 @@ } }, { - "id": "0e1000a3-0000-4000-8000-00000e1000a3", + "id": "0e100118-0000-4000-8000-00000e100118", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -54054,7 +75438,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -54080,19 +75464,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -54103,12 +75487,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -54180,7 +75564,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -54202,8 +75586,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -54229,14 +75613,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000a4-0000-4000-8000-00000e1000a4", + "id": "0e100119-0000-4000-8000-00000e100119", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -54246,7 +75630,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -54272,20 +75656,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -54296,11 +75680,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -54372,7 +75756,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -54394,8 +75778,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -54421,14 +75805,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000a5-0000-4000-8000-00000e1000a5", + "id": "0e10011a-0000-4000-8000-00000e10011a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -54438,7 +75822,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -54464,20 +75848,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -54488,11 +75872,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -54564,7 +75948,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -54586,8 +75970,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -54613,14 +75997,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000a6-0000-4000-8000-00000e1000a6", + "id": "0e10011b-0000-4000-8000-00000e10011b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10011c-0000-4000-8000-00000e10011c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10011d-0000-4000-8000-00000e10011d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card40/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10011e-0000-4000-8000-00000e10011e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -54656,20 +76469,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -54763,7 +76576,7 @@ } }, { - "id": "0e1000a7-0000-4000-8000-00000e1000a7", + "id": "0e10011f-0000-4000-8000-00000e10011f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -54773,7 +76586,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -54799,19 +76612,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -54822,12 +76635,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -54899,7 +76712,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -54921,8 +76734,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -54948,14 +76761,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000a8-0000-4000-8000-00000e1000a8", + "id": "0e100120-0000-4000-8000-00000e100120", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -54965,7 +76778,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -54991,20 +76804,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -55015,11 +76828,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -55091,7 +76904,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -55113,8 +76926,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -55140,14 +76953,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000a9-0000-4000-8000-00000e1000a9", + "id": "0e100121-0000-4000-8000-00000e100121", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -55157,7 +76970,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -55183,20 +76996,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -55207,11 +77020,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -55283,7 +77096,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -55305,8 +77118,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -55332,14 +77145,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000aa-0000-4000-8000-00000e1000aa", + "id": "0e100122-0000-4000-8000-00000e100122", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100123-0000-4000-8000-00000e100123", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100124-0000-4000-8000-00000e100124", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card41/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100125-0000-4000-8000-00000e100125", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -55375,20 +77617,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -55482,7 +77724,7 @@ } }, { - "id": "0e1000ab-0000-4000-8000-00000e1000ab", + "id": "0e100126-0000-4000-8000-00000e100126", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -55492,7 +77734,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -55518,19 +77760,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -55541,12 +77783,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -55618,7 +77860,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -55640,8 +77882,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -55667,14 +77909,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000ac-0000-4000-8000-00000e1000ac", + "id": "0e100127-0000-4000-8000-00000e100127", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -55684,7 +77926,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -55710,20 +77952,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -55734,11 +77976,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -55810,7 +78052,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -55832,8 +78074,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -55859,14 +78101,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000ad-0000-4000-8000-00000e1000ad", + "id": "0e100128-0000-4000-8000-00000e100128", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -55876,7 +78118,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -55902,20 +78144,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -55926,11 +78168,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -56002,7 +78244,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -56024,8 +78266,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -56051,14 +78293,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000ae-0000-4000-8000-00000e1000ae", + "id": "0e100129-0000-4000-8000-00000e100129", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10012a-0000-4000-8000-00000e10012a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10012b-0000-4000-8000-00000e10012b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card42/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10012c-0000-4000-8000-00000e10012c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56094,20 +78765,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -56201,7 +78872,7 @@ } }, { - "id": "0e1000af-0000-4000-8000-00000e1000af", + "id": "0e10012d-0000-4000-8000-00000e10012d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -56211,7 +78882,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -56237,19 +78908,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -56260,12 +78931,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -56337,7 +79008,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -56359,8 +79030,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -56386,14 +79057,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000b0-0000-4000-8000-00000e1000b0", + "id": "0e10012e-0000-4000-8000-00000e10012e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -56403,7 +79074,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -56429,20 +79100,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -56453,11 +79124,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -56529,7 +79200,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -56551,8 +79222,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -56578,14 +79249,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000b1-0000-4000-8000-00000e1000b1", + "id": "0e10012f-0000-4000-8000-00000e10012f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -56595,7 +79266,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -56621,20 +79292,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -56645,11 +79316,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -56721,7 +79392,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -56743,8 +79414,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -56770,14 +79441,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000b2-0000-4000-8000-00000e1000b2", + "id": "0e100130-0000-4000-8000-00000e100130", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100131-0000-4000-8000-00000e100131", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100132-0000-4000-8000-00000e100132", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card43/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100133-0000-4000-8000-00000e100133", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -56813,20 +79913,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -56920,7 +80020,7 @@ } }, { - "id": "0e1000b3-0000-4000-8000-00000e1000b3", + "id": "0e100134-0000-4000-8000-00000e100134", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -56930,7 +80030,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -56956,19 +80056,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -56979,12 +80079,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -57056,7 +80156,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -57078,8 +80178,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -57105,14 +80205,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000b4-0000-4000-8000-00000e1000b4", + "id": "0e100135-0000-4000-8000-00000e100135", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -57122,7 +80222,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -57148,20 +80248,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -57172,11 +80272,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -57248,7 +80348,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -57270,8 +80370,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -57297,14 +80397,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000b5-0000-4000-8000-00000e1000b5", + "id": "0e100136-0000-4000-8000-00000e100136", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -57314,7 +80414,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -57340,20 +80440,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -57364,11 +80464,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -57440,7 +80540,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -57462,8 +80562,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -57489,14 +80589,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000b6-0000-4000-8000-00000e1000b6", + "id": "0e100137-0000-4000-8000-00000e100137", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100138-0000-4000-8000-00000e100138", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100139-0000-4000-8000-00000e100139", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card44/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10013a-0000-4000-8000-00000e10013a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -57532,20 +81061,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -57639,7 +81168,7 @@ } }, { - "id": "0e1000b7-0000-4000-8000-00000e1000b7", + "id": "0e10013b-0000-4000-8000-00000e10013b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -57649,7 +81178,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -57675,19 +81204,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -57698,12 +81227,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -57775,7 +81304,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -57797,8 +81326,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -57824,14 +81353,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000b8-0000-4000-8000-00000e1000b8", + "id": "0e10013c-0000-4000-8000-00000e10013c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -57841,7 +81370,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -57867,20 +81396,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -57891,11 +81420,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -57967,7 +81496,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -57989,8 +81518,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -58016,14 +81545,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000b9-0000-4000-8000-00000e1000b9", + "id": "0e10013d-0000-4000-8000-00000e10013d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -58033,7 +81562,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -58059,20 +81588,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -58083,11 +81612,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -58159,7 +81688,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -58181,8 +81710,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -58208,14 +81737,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000ba-0000-4000-8000-00000e1000ba", + "id": "0e10013e-0000-4000-8000-00000e10013e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10013f-0000-4000-8000-00000e10013f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100140-0000-4000-8000-00000e100140", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card45/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100141-0000-4000-8000-00000e100141", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -58251,20 +82209,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -58358,7 +82316,7 @@ } }, { - "id": "0e1000bb-0000-4000-8000-00000e1000bb", + "id": "0e100142-0000-4000-8000-00000e100142", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -58368,7 +82326,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -58394,19 +82352,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -58417,12 +82375,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -58494,7 +82452,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -58516,8 +82474,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -58543,14 +82501,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000bc-0000-4000-8000-00000e1000bc", + "id": "0e100143-0000-4000-8000-00000e100143", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -58560,7 +82518,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -58586,20 +82544,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -58610,11 +82568,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -58686,7 +82644,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -58708,8 +82666,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -58735,14 +82693,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000bd-0000-4000-8000-00000e1000bd", + "id": "0e100144-0000-4000-8000-00000e100144", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -58752,7 +82710,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -58778,20 +82736,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -58802,11 +82760,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -58878,7 +82836,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -58900,8 +82858,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -58927,14 +82885,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000be-0000-4000-8000-00000e1000be", + "id": "0e100145-0000-4000-8000-00000e100145", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100146-0000-4000-8000-00000e100146", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100147-0000-4000-8000-00000e100147", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card46/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100148-0000-4000-8000-00000e100148", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -58970,20 +83357,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -59077,7 +83464,7 @@ } }, { - "id": "0e1000bf-0000-4000-8000-00000e1000bf", + "id": "0e100149-0000-4000-8000-00000e100149", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -59087,7 +83474,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -59113,19 +83500,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -59136,12 +83523,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -59213,7 +83600,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -59235,8 +83622,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -59262,14 +83649,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000c0-0000-4000-8000-00000e1000c0", + "id": "0e10014a-0000-4000-8000-00000e10014a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -59279,7 +83666,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -59305,20 +83692,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -59329,11 +83716,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -59405,7 +83792,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -59427,8 +83814,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -59454,14 +83841,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000c1-0000-4000-8000-00000e1000c1", + "id": "0e10014b-0000-4000-8000-00000e10014b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -59471,7 +83858,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -59497,20 +83884,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -59521,11 +83908,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -59597,7 +83984,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -59619,8 +84006,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -59646,14 +84033,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000c2-0000-4000-8000-00000e1000c2", + "id": "0e10014c-0000-4000-8000-00000e10014c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10014d-0000-4000-8000-00000e10014d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10014e-0000-4000-8000-00000e10014e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card47/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10014f-0000-4000-8000-00000e10014f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -59689,20 +84505,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -59796,7 +84612,7 @@ } }, { - "id": "0e1000c3-0000-4000-8000-00000e1000c3", + "id": "0e100150-0000-4000-8000-00000e100150", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -59806,7 +84622,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -59832,19 +84648,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -59855,12 +84671,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -59932,7 +84748,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -59954,8 +84770,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -59981,14 +84797,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000c4-0000-4000-8000-00000e1000c4", + "id": "0e100151-0000-4000-8000-00000e100151", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -59998,7 +84814,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -60024,20 +84840,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -60048,11 +84864,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -60124,7 +84940,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -60146,8 +84962,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -60173,14 +84989,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000c5-0000-4000-8000-00000e1000c5", + "id": "0e100152-0000-4000-8000-00000e100152", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -60190,7 +85006,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -60216,20 +85032,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -60240,11 +85056,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -60316,7 +85132,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -60338,8 +85154,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -60365,14 +85181,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000c6-0000-4000-8000-00000e1000c6", + "id": "0e100153-0000-4000-8000-00000e100153", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100154-0000-4000-8000-00000e100154", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100155-0000-4000-8000-00000e100155", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card48/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100156-0000-4000-8000-00000e100156", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -60408,20 +85653,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -60515,7 +85760,7 @@ } }, { - "id": "0e1000c7-0000-4000-8000-00000e1000c7", + "id": "0e100157-0000-4000-8000-00000e100157", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -60525,7 +85770,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -60551,19 +85796,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -60574,12 +85819,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -60651,7 +85896,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -60673,8 +85918,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -60700,14 +85945,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000c8-0000-4000-8000-00000e1000c8", + "id": "0e100158-0000-4000-8000-00000e100158", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -60717,7 +85962,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -60743,20 +85988,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -60767,11 +86012,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -60843,7 +86088,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -60865,8 +86110,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -60892,14 +86137,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000c9-0000-4000-8000-00000e1000c9", + "id": "0e100159-0000-4000-8000-00000e100159", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -60909,7 +86154,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -60935,20 +86180,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -60959,11 +86204,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -61035,7 +86280,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -61057,8 +86302,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -61084,14 +86329,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000ca-0000-4000-8000-00000e1000ca", + "id": "0e10015a-0000-4000-8000-00000e10015a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10015b-0000-4000-8000-00000e10015b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10015c-0000-4000-8000-00000e10015c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card49/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10015d-0000-4000-8000-00000e10015d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -61127,20 +86801,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -61234,7 +86908,7 @@ } }, { - "id": "0e1000cb-0000-4000-8000-00000e1000cb", + "id": "0e10015e-0000-4000-8000-00000e10015e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -61244,7 +86918,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -61270,19 +86944,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -61293,12 +86967,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -61370,7 +87044,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -61392,8 +87066,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -61419,14 +87093,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000cc-0000-4000-8000-00000e1000cc", + "id": "0e10015f-0000-4000-8000-00000e10015f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -61436,7 +87110,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -61462,20 +87136,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -61486,11 +87160,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -61562,7 +87236,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -61584,8 +87258,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -61611,14 +87285,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000cd-0000-4000-8000-00000e1000cd", + "id": "0e100160-0000-4000-8000-00000e100160", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -61628,7 +87302,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -61654,20 +87328,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -61678,11 +87352,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -61754,7 +87428,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -61776,8 +87450,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -61803,14 +87477,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000ce-0000-4000-8000-00000e1000ce", + "id": "0e100161-0000-4000-8000-00000e100161", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100162-0000-4000-8000-00000e100162", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100163-0000-4000-8000-00000e100163", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card50/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100164-0000-4000-8000-00000e100164", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -61846,20 +87949,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -61953,7 +88056,7 @@ } }, { - "id": "0e1000cf-0000-4000-8000-00000e1000cf", + "id": "0e100165-0000-4000-8000-00000e100165", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -61963,7 +88066,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -61989,19 +88092,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -62012,12 +88115,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -62089,7 +88192,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -62111,8 +88214,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -62138,14 +88241,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000d0-0000-4000-8000-00000e1000d0", + "id": "0e100166-0000-4000-8000-00000e100166", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -62155,7 +88258,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -62181,20 +88284,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -62205,11 +88308,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -62281,7 +88384,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -62303,8 +88406,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -62330,14 +88433,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000d1-0000-4000-8000-00000e1000d1", + "id": "0e100167-0000-4000-8000-00000e100167", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -62347,7 +88450,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -62373,20 +88476,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -62397,11 +88500,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -62473,7 +88576,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -62495,8 +88598,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -62522,14 +88625,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000d2-0000-4000-8000-00000e1000d2", + "id": "0e100168-0000-4000-8000-00000e100168", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100169-0000-4000-8000-00000e100169", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10016a-0000-4000-8000-00000e10016a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card51/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10016b-0000-4000-8000-00000e10016b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -62565,20 +89097,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -62672,7 +89204,7 @@ } }, { - "id": "0e1000d3-0000-4000-8000-00000e1000d3", + "id": "0e10016c-0000-4000-8000-00000e10016c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -62682,7 +89214,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -62708,19 +89240,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -62731,12 +89263,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -62808,7 +89340,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -62830,8 +89362,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -62857,14 +89389,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000d4-0000-4000-8000-00000e1000d4", + "id": "0e10016d-0000-4000-8000-00000e10016d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -62874,7 +89406,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -62900,20 +89432,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -62924,11 +89456,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -63000,7 +89532,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -63022,8 +89554,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -63049,14 +89581,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000d5-0000-4000-8000-00000e1000d5", + "id": "0e10016e-0000-4000-8000-00000e10016e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -63066,7 +89598,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -63092,20 +89624,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -63116,11 +89648,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -63192,7 +89724,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -63214,8 +89746,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -63241,14 +89773,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000d6-0000-4000-8000-00000e1000d6", + "id": "0e10016f-0000-4000-8000-00000e10016f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100170-0000-4000-8000-00000e100170", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100171-0000-4000-8000-00000e100171", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card52/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100172-0000-4000-8000-00000e100172", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -63284,20 +90245,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -63391,7 +90352,7 @@ } }, { - "id": "0e1000d7-0000-4000-8000-00000e1000d7", + "id": "0e100173-0000-4000-8000-00000e100173", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -63401,7 +90362,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -63427,19 +90388,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -63450,12 +90411,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -63527,7 +90488,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -63549,8 +90510,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -63576,14 +90537,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000d8-0000-4000-8000-00000e1000d8", + "id": "0e100174-0000-4000-8000-00000e100174", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -63593,7 +90554,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -63619,20 +90580,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -63643,11 +90604,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -63719,7 +90680,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -63741,8 +90702,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -63768,14 +90729,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000d9-0000-4000-8000-00000e1000d9", + "id": "0e100175-0000-4000-8000-00000e100175", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -63785,7 +90746,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -63811,20 +90772,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -63835,11 +90796,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -63911,7 +90872,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -63933,8 +90894,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -63960,14 +90921,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000da-0000-4000-8000-00000e1000da", + "id": "0e100176-0000-4000-8000-00000e100176", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100177-0000-4000-8000-00000e100177", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100178-0000-4000-8000-00000e100178", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card53/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100179-0000-4000-8000-00000e100179", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -64003,20 +91393,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -64110,7 +91500,7 @@ } }, { - "id": "0e1000db-0000-4000-8000-00000e1000db", + "id": "0e10017a-0000-4000-8000-00000e10017a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -64120,7 +91510,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -64146,19 +91536,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -64169,12 +91559,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -64246,7 +91636,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -64268,8 +91658,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -64295,14 +91685,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000dc-0000-4000-8000-00000e1000dc", + "id": "0e10017b-0000-4000-8000-00000e10017b", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -64312,7 +91702,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -64338,20 +91728,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -64362,11 +91752,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -64438,7 +91828,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -64460,8 +91850,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -64487,14 +91877,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000dd-0000-4000-8000-00000e1000dd", + "id": "0e10017c-0000-4000-8000-00000e10017c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -64504,7 +91894,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -64530,20 +91920,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -64554,11 +91944,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -64630,7 +92020,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -64652,8 +92042,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -64679,14 +92069,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000de-0000-4000-8000-00000e1000de", + "id": "0e10017d-0000-4000-8000-00000e10017d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10017e-0000-4000-8000-00000e10017e", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10017f-0000-4000-8000-00000e10017f", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card54/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100180-0000-4000-8000-00000e100180", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -64722,20 +92541,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -64829,7 +92648,7 @@ } }, { - "id": "0e1000df-0000-4000-8000-00000e1000df", + "id": "0e100181-0000-4000-8000-00000e100181", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -64839,7 +92658,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -64865,19 +92684,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -64888,12 +92707,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -64965,7 +92784,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -64987,8 +92806,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65014,14 +92833,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000e0-0000-4000-8000-00000e1000e0", + "id": "0e100182-0000-4000-8000-00000e100182", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -65031,7 +92850,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -65057,20 +92876,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -65081,11 +92900,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -65157,7 +92976,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -65179,8 +92998,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65206,14 +93025,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000e1-0000-4000-8000-00000e1000e1", + "id": "0e100183-0000-4000-8000-00000e100183", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -65223,7 +93042,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -65249,20 +93068,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -65273,11 +93092,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -65349,7 +93168,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -65371,8 +93190,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65398,14 +93217,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000e2-0000-4000-8000-00000e1000e2", + "id": "0e100184-0000-4000-8000-00000e100184", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100185-0000-4000-8000-00000e100185", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100186-0000-4000-8000-00000e100186", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card55/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100187-0000-4000-8000-00000e100187", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -65441,20 +93689,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -65548,7 +93796,7 @@ } }, { - "id": "0e1000e3-0000-4000-8000-00000e1000e3", + "id": "0e100188-0000-4000-8000-00000e100188", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -65558,7 +93806,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -65584,19 +93832,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -65607,12 +93855,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -65684,7 +93932,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -65706,8 +93954,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65733,14 +93981,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000e4-0000-4000-8000-00000e1000e4", + "id": "0e100189-0000-4000-8000-00000e100189", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -65750,7 +93998,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -65776,20 +94024,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -65800,11 +94048,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -65876,7 +94124,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -65898,8 +94146,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -65925,14 +94173,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000e5-0000-4000-8000-00000e1000e5", + "id": "0e10018a-0000-4000-8000-00000e10018a", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -65942,7 +94190,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -65968,20 +94216,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -65992,11 +94240,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -66068,7 +94316,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -66090,8 +94338,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -66117,14 +94365,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000e6-0000-4000-8000-00000e1000e6", + "id": "0e10018b-0000-4000-8000-00000e10018b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10018c-0000-4000-8000-00000e10018c", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10018d-0000-4000-8000-00000e10018d", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card56/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10018e-0000-4000-8000-00000e10018e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -66160,20 +94837,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -66267,7 +94944,7 @@ } }, { - "id": "0e1000e7-0000-4000-8000-00000e1000e7", + "id": "0e10018f-0000-4000-8000-00000e10018f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -66277,7 +94954,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -66303,19 +94980,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -66326,12 +95003,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -66403,7 +95080,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -66425,8 +95102,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -66452,14 +95129,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000e8-0000-4000-8000-00000e1000e8", + "id": "0e100190-0000-4000-8000-00000e100190", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -66469,7 +95146,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -66495,20 +95172,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -66519,11 +95196,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -66595,7 +95272,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -66617,8 +95294,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -66644,14 +95321,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000e9-0000-4000-8000-00000e1000e9", + "id": "0e100191-0000-4000-8000-00000e100191", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -66661,7 +95338,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -66687,20 +95364,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -66711,11 +95388,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -66787,7 +95464,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -66809,8 +95486,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -66836,14 +95513,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000ea-0000-4000-8000-00000e1000ea", + "id": "0e100192-0000-4000-8000-00000e100192", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e100193-0000-4000-8000-00000e100193", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e100194-0000-4000-8000-00000e100194", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card57/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e100195-0000-4000-8000-00000e100195", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -66879,20 +95985,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -66986,7 +96092,7 @@ } }, { - "id": "0e1000eb-0000-4000-8000-00000e1000eb", + "id": "0e100196-0000-4000-8000-00000e100196", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -66996,7 +96102,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -67022,19 +96128,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -67045,12 +96151,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -67122,7 +96228,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -67144,8 +96250,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -67171,14 +96277,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000ec-0000-4000-8000-00000e1000ec", + "id": "0e100197-0000-4000-8000-00000e100197", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -67188,7 +96294,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -67214,20 +96320,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -67238,11 +96344,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -67314,7 +96420,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -67336,8 +96442,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -67363,14 +96469,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000ed-0000-4000-8000-00000e1000ed", + "id": "0e100198-0000-4000-8000-00000e100198", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -67380,7 +96486,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -67406,20 +96512,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -67430,11 +96536,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -67506,7 +96612,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -67528,8 +96634,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -67555,14 +96661,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000ee-0000-4000-8000-00000e1000ee", + "id": "0e100199-0000-4000-8000-00000e100199", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e10019a-0000-4000-8000-00000e10019a", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e10019b-0000-4000-8000-00000e10019b", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card58/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e10019c-0000-4000-8000-00000e10019c", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -67598,20 +97133,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -67705,7 +97240,7 @@ } }, { - "id": "0e1000ef-0000-4000-8000-00000e1000ef", + "id": "0e10019d-0000-4000-8000-00000e10019d", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -67715,7 +97250,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -67741,19 +97276,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -67764,12 +97299,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -67841,7 +97376,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -67863,8 +97398,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -67890,14 +97425,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000f0-0000-4000-8000-00000e1000f0", + "id": "0e10019e-0000-4000-8000-00000e10019e", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -67907,7 +97442,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -67933,20 +97468,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -67957,11 +97492,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -68033,7 +97568,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -68055,8 +97590,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -68082,14 +97617,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000f1-0000-4000-8000-00000e1000f1", + "id": "0e10019f-0000-4000-8000-00000e10019f", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -68099,7 +97634,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -68125,20 +97660,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -68149,11 +97684,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -68225,7 +97760,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -68247,8 +97782,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -68274,14 +97809,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 } ], "@version": 1 } }, { - "id": "0e1000f2-0000-4000-8000-00000e1000f2", + "id": "0e1001a0-0000-4000-8000-00000e1001a0", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1001a1-0000-4000-8000-00000e1001a1", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1001a2-0000-4000-8000-00000e1001a2", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card59/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 + } + ], + "@version": 1 + } + }, + { + "id": "0e1001a3-0000-4000-8000-00000e1001a3", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -68317,20 +98281,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -68424,7 +98388,7 @@ } }, { - "id": "0e1000f3-0000-4000-8000-00000e1000f3", + "id": "0e1001a4-0000-4000-8000-00000e1001a4", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -68434,7 +98398,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3300, + "displayOrder": 3307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -68460,19 +98424,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -68483,12 +98447,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -68560,7 +98524,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 }, { "@type": "MOD.Core.TextComponent", @@ -68582,8 +98546,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -68609,14 +98573,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3300 + "OrderInLayer": 3307 } ], "@version": 1 } }, { - "id": "0e1000f4-0000-4000-8000-00000e1000f4", + "id": "0e1001a5-0000-4000-8000-00000e1001a5", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -68626,7 +98590,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3301, + "displayOrder": 3306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -68652,20 +98616,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -68676,11 +98640,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -68752,7 +98716,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 }, { "@type": "MOD.Core.TextComponent", @@ -68774,8 +98738,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -68801,14 +98765,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3301 + "OrderInLayer": 3306 } ], "@version": 1 } }, { - "id": "0e1000f5-0000-4000-8000-00000e1000f5", + "id": "0e1001a6-0000-4000-8000-00000e1001a6", "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -68818,7 +98782,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 3302, + "displayOrder": 3308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -68844,20 +98808,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -68868,11 +98832,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -68944,7 +98908,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 }, { "@type": "MOD.Core.TextComponent", @@ -68966,8 +98930,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -68993,7 +98957,436 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 3302 + "OrderInLayer": 3308 + } + ], + "@version": 1 + } + }, + { + "id": "0e1001a7-0000-4000-8000-00000e1001a7", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3303 + } + ], + "@version": 1 + } + }, + { + "id": "0e1001a8-0000-4000-8000-00000e1001a8", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3304 + } + ], + "@version": 1 + } + }, + { + "id": "0e1001a9-0000-4000-8000-00000e1001a9", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckInspectHud/Grid/Card60/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 3305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 3305 } ], "@version": 1 @@ -70142,20 +100535,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -70259,7 +100652,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -70285,19 +100678,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -70308,12 +100701,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -70385,7 +100778,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -70407,8 +100800,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -70434,7 +100827,7 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 @@ -70451,7 +100844,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -70477,20 +100870,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -70501,11 +100894,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -70577,7 +100970,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -70599,8 +100992,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -70626,7 +101019,7 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 @@ -70643,7 +101036,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -70669,20 +101062,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -70693,11 +101086,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -70769,7 +101162,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -70791,8 +101184,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -70818,7 +101211,7 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 @@ -70826,6 +101219,435 @@ }, { "id": "0e20000a-0000-4000-8000-00000e20000a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card1/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card1/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20000b-0000-4000-8000-00000e20000b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card1/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card1/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20000c-0000-4000-8000-00000e20000c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card1/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card1/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20000d-0000-4000-8000-00000e20000d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -70861,20 +101683,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -70968,7 +101790,7 @@ } }, { - "id": "0e20000b-0000-4000-8000-00000e20000b", + "id": "0e20000e-0000-4000-8000-00000e20000e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -70978,7 +101800,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -71004,19 +101826,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -71027,12 +101849,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -71104,7 +101926,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -71126,8 +101948,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -71153,14 +101975,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20000c-0000-4000-8000-00000e20000c", + "id": "0e20000f-0000-4000-8000-00000e20000f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -71170,7 +101992,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -71196,20 +102018,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -71220,11 +102042,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -71296,7 +102118,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -71318,8 +102140,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -71345,14 +102167,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20000d-0000-4000-8000-00000e20000d", + "id": "0e200010-0000-4000-8000-00000e200010", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -71362,7 +102184,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -71388,20 +102210,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -71412,11 +102234,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -71488,7 +102310,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -71510,8 +102332,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -71537,14 +102359,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20000e-0000-4000-8000-00000e20000e", + "id": "0e200011-0000-4000-8000-00000e200011", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200012-0000-4000-8000-00000e200012", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200013-0000-4000-8000-00000e200013", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card2/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200014-0000-4000-8000-00000e200014", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -71580,20 +102831,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -71687,7 +102938,7 @@ } }, { - "id": "0e20000f-0000-4000-8000-00000e20000f", + "id": "0e200015-0000-4000-8000-00000e200015", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -71697,7 +102948,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -71723,19 +102974,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -71746,12 +102997,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -71823,7 +103074,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -71845,8 +103096,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -71872,14 +103123,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200010-0000-4000-8000-00000e200010", + "id": "0e200016-0000-4000-8000-00000e200016", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -71889,7 +103140,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -71915,20 +103166,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -71939,11 +103190,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -72015,7 +103266,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -72037,8 +103288,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -72064,14 +103315,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200011-0000-4000-8000-00000e200011", + "id": "0e200017-0000-4000-8000-00000e200017", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -72081,7 +103332,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -72107,20 +103358,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -72131,11 +103382,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -72207,7 +103458,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -72229,8 +103480,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -72256,14 +103507,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200012-0000-4000-8000-00000e200012", + "id": "0e200018-0000-4000-8000-00000e200018", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200019-0000-4000-8000-00000e200019", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20001a-0000-4000-8000-00000e20001a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card3/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20001b-0000-4000-8000-00000e20001b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -72299,20 +103979,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -72406,7 +104086,7 @@ } }, { - "id": "0e200013-0000-4000-8000-00000e200013", + "id": "0e20001c-0000-4000-8000-00000e20001c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -72416,7 +104096,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -72442,19 +104122,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -72465,12 +104145,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -72542,7 +104222,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -72564,8 +104244,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -72591,14 +104271,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200014-0000-4000-8000-00000e200014", + "id": "0e20001d-0000-4000-8000-00000e20001d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -72608,7 +104288,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -72634,20 +104314,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -72658,11 +104338,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -72734,7 +104414,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -72756,8 +104436,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -72783,14 +104463,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200015-0000-4000-8000-00000e200015", + "id": "0e20001e-0000-4000-8000-00000e20001e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -72800,7 +104480,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -72826,20 +104506,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -72850,11 +104530,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -72926,7 +104606,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -72948,8 +104628,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -72975,14 +104655,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200016-0000-4000-8000-00000e200016", + "id": "0e20001f-0000-4000-8000-00000e20001f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200020-0000-4000-8000-00000e200020", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200021-0000-4000-8000-00000e200021", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card4/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200022-0000-4000-8000-00000e200022", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -73018,20 +105127,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -73125,7 +105234,7 @@ } }, { - "id": "0e200017-0000-4000-8000-00000e200017", + "id": "0e200023-0000-4000-8000-00000e200023", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -73135,7 +105244,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -73161,19 +105270,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -73184,12 +105293,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -73261,7 +105370,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -73283,8 +105392,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -73310,14 +105419,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200018-0000-4000-8000-00000e200018", + "id": "0e200024-0000-4000-8000-00000e200024", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -73327,7 +105436,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -73353,20 +105462,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -73377,11 +105486,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -73453,7 +105562,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -73475,8 +105584,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -73502,14 +105611,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200019-0000-4000-8000-00000e200019", + "id": "0e200025-0000-4000-8000-00000e200025", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -73519,7 +105628,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -73545,20 +105654,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -73569,11 +105678,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -73645,7 +105754,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -73667,8 +105776,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -73694,14 +105803,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20001a-0000-4000-8000-00000e20001a", + "id": "0e200026-0000-4000-8000-00000e200026", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200027-0000-4000-8000-00000e200027", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200028-0000-4000-8000-00000e200028", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card5/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200029-0000-4000-8000-00000e200029", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -73737,20 +106275,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -73844,7 +106382,7 @@ } }, { - "id": "0e20001b-0000-4000-8000-00000e20001b", + "id": "0e20002a-0000-4000-8000-00000e20002a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -73854,7 +106392,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -73880,19 +106418,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -73903,12 +106441,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -73980,7 +106518,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -74002,8 +106540,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -74029,14 +106567,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20001c-0000-4000-8000-00000e20001c", + "id": "0e20002b-0000-4000-8000-00000e20002b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -74046,7 +106584,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -74072,20 +106610,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -74096,11 +106634,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -74172,7 +106710,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -74194,8 +106732,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -74221,14 +106759,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20001d-0000-4000-8000-00000e20001d", + "id": "0e20002c-0000-4000-8000-00000e20002c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -74238,7 +106776,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -74264,20 +106802,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -74288,11 +106826,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -74364,7 +106902,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -74386,8 +106924,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -74413,14 +106951,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20001e-0000-4000-8000-00000e20001e", + "id": "0e20002d-0000-4000-8000-00000e20002d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20002e-0000-4000-8000-00000e20002e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20002f-0000-4000-8000-00000e20002f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card6/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200030-0000-4000-8000-00000e200030", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -74456,20 +107423,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -74563,7 +107530,7 @@ } }, { - "id": "0e20001f-0000-4000-8000-00000e20001f", + "id": "0e200031-0000-4000-8000-00000e200031", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -74573,7 +107540,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -74599,19 +107566,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -74622,12 +107589,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -74699,7 +107666,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -74721,8 +107688,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -74748,14 +107715,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200020-0000-4000-8000-00000e200020", + "id": "0e200032-0000-4000-8000-00000e200032", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -74765,7 +107732,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -74791,20 +107758,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -74815,11 +107782,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -74891,7 +107858,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -74913,8 +107880,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -74940,14 +107907,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200021-0000-4000-8000-00000e200021", + "id": "0e200033-0000-4000-8000-00000e200033", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -74957,7 +107924,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -74983,20 +107950,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -75007,11 +107974,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -75083,7 +108050,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -75105,8 +108072,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75132,14 +108099,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200022-0000-4000-8000-00000e200022", + "id": "0e200034-0000-4000-8000-00000e200034", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200035-0000-4000-8000-00000e200035", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200036-0000-4000-8000-00000e200036", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card7/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200037-0000-4000-8000-00000e200037", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -75175,20 +108571,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -75282,7 +108678,7 @@ } }, { - "id": "0e200023-0000-4000-8000-00000e200023", + "id": "0e200038-0000-4000-8000-00000e200038", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -75292,7 +108688,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -75318,19 +108714,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -75341,12 +108737,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -75418,7 +108814,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -75440,8 +108836,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75467,14 +108863,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200024-0000-4000-8000-00000e200024", + "id": "0e200039-0000-4000-8000-00000e200039", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -75484,7 +108880,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -75510,20 +108906,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -75534,11 +108930,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -75610,7 +109006,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -75632,8 +109028,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75659,14 +109055,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200025-0000-4000-8000-00000e200025", + "id": "0e20003a-0000-4000-8000-00000e20003a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -75676,7 +109072,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -75702,20 +109098,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -75726,11 +109122,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -75802,7 +109198,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -75824,8 +109220,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -75851,14 +109247,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200026-0000-4000-8000-00000e200026", + "id": "0e20003b-0000-4000-8000-00000e20003b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20003c-0000-4000-8000-00000e20003c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20003d-0000-4000-8000-00000e20003d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card8/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20003e-0000-4000-8000-00000e20003e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -75894,20 +109719,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -76001,7 +109826,7 @@ } }, { - "id": "0e200027-0000-4000-8000-00000e200027", + "id": "0e20003f-0000-4000-8000-00000e20003f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -76011,7 +109836,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -76037,19 +109862,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -76060,12 +109885,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -76137,7 +109962,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -76159,8 +109984,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76186,14 +110011,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200028-0000-4000-8000-00000e200028", + "id": "0e200040-0000-4000-8000-00000e200040", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -76203,7 +110028,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -76229,20 +110054,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -76253,11 +110078,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -76329,7 +110154,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -76351,8 +110176,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76378,14 +110203,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200029-0000-4000-8000-00000e200029", + "id": "0e200041-0000-4000-8000-00000e200041", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -76395,7 +110220,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -76421,20 +110246,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -76445,11 +110270,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -76521,7 +110346,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -76543,8 +110368,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76570,14 +110395,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20002a-0000-4000-8000-00000e20002a", + "id": "0e200042-0000-4000-8000-00000e200042", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200043-0000-4000-8000-00000e200043", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200044-0000-4000-8000-00000e200044", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card9/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200045-0000-4000-8000-00000e200045", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -76613,20 +110867,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -76720,7 +110974,7 @@ } }, { - "id": "0e20002b-0000-4000-8000-00000e20002b", + "id": "0e200046-0000-4000-8000-00000e200046", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -76730,7 +110984,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -76756,19 +111010,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -76779,12 +111033,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -76856,7 +111110,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -76878,8 +111132,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -76905,14 +111159,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20002c-0000-4000-8000-00000e20002c", + "id": "0e200047-0000-4000-8000-00000e200047", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -76922,7 +111176,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -76948,20 +111202,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -76972,11 +111226,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -77048,7 +111302,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -77070,8 +111324,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -77097,14 +111351,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20002d-0000-4000-8000-00000e20002d", + "id": "0e200048-0000-4000-8000-00000e200048", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -77114,7 +111368,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -77140,20 +111394,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -77164,11 +111418,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -77240,7 +111494,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -77262,8 +111516,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -77289,14 +111543,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20002e-0000-4000-8000-00000e20002e", + "id": "0e200049-0000-4000-8000-00000e200049", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20004a-0000-4000-8000-00000e20004a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20004b-0000-4000-8000-00000e20004b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card10/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20004c-0000-4000-8000-00000e20004c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -77332,20 +112015,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -77439,7 +112122,7 @@ } }, { - "id": "0e20002f-0000-4000-8000-00000e20002f", + "id": "0e20004d-0000-4000-8000-00000e20004d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -77449,7 +112132,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -77475,19 +112158,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -77498,12 +112181,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -77575,7 +112258,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -77597,8 +112280,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -77624,14 +112307,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200030-0000-4000-8000-00000e200030", + "id": "0e20004e-0000-4000-8000-00000e20004e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -77641,7 +112324,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -77667,20 +112350,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -77691,11 +112374,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -77767,7 +112450,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -77789,8 +112472,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -77816,14 +112499,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200031-0000-4000-8000-00000e200031", + "id": "0e20004f-0000-4000-8000-00000e20004f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -77833,7 +112516,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -77859,20 +112542,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -77883,11 +112566,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -77959,7 +112642,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -77981,8 +112664,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -78008,14 +112691,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200032-0000-4000-8000-00000e200032", + "id": "0e200050-0000-4000-8000-00000e200050", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200051-0000-4000-8000-00000e200051", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200052-0000-4000-8000-00000e200052", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card11/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200053-0000-4000-8000-00000e200053", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -78051,20 +113163,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -78158,7 +113270,7 @@ } }, { - "id": "0e200033-0000-4000-8000-00000e200033", + "id": "0e200054-0000-4000-8000-00000e200054", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -78168,7 +113280,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -78194,19 +113306,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -78217,12 +113329,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -78294,7 +113406,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -78316,8 +113428,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -78343,14 +113455,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200034-0000-4000-8000-00000e200034", + "id": "0e200055-0000-4000-8000-00000e200055", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -78360,7 +113472,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -78386,20 +113498,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -78410,11 +113522,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -78486,7 +113598,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -78508,8 +113620,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -78535,14 +113647,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200035-0000-4000-8000-00000e200035", + "id": "0e200056-0000-4000-8000-00000e200056", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -78552,7 +113664,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -78578,20 +113690,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -78602,11 +113714,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -78678,7 +113790,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -78700,8 +113812,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -78727,14 +113839,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200036-0000-4000-8000-00000e200036", + "id": "0e200057-0000-4000-8000-00000e200057", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200058-0000-4000-8000-00000e200058", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200059-0000-4000-8000-00000e200059", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card12/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20005a-0000-4000-8000-00000e20005a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -78770,20 +114311,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -78877,7 +114418,7 @@ } }, { - "id": "0e200037-0000-4000-8000-00000e200037", + "id": "0e20005b-0000-4000-8000-00000e20005b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -78887,7 +114428,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -78913,19 +114454,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -78936,12 +114477,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -79013,7 +114554,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -79035,8 +114576,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79062,14 +114603,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200038-0000-4000-8000-00000e200038", + "id": "0e20005c-0000-4000-8000-00000e20005c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -79079,7 +114620,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -79105,20 +114646,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -79129,11 +114670,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -79205,7 +114746,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -79227,8 +114768,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79254,14 +114795,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200039-0000-4000-8000-00000e200039", + "id": "0e20005d-0000-4000-8000-00000e20005d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -79271,7 +114812,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -79297,20 +114838,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -79321,11 +114862,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -79397,7 +114938,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -79419,8 +114960,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79446,14 +114987,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20003a-0000-4000-8000-00000e20003a", + "id": "0e20005e-0000-4000-8000-00000e20005e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20005f-0000-4000-8000-00000e20005f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200060-0000-4000-8000-00000e200060", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card13/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200061-0000-4000-8000-00000e200061", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -79489,20 +115459,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -79596,7 +115566,7 @@ } }, { - "id": "0e20003b-0000-4000-8000-00000e20003b", + "id": "0e200062-0000-4000-8000-00000e200062", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -79606,7 +115576,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -79632,19 +115602,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -79655,12 +115625,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -79732,7 +115702,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -79754,8 +115724,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79781,14 +115751,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20003c-0000-4000-8000-00000e20003c", + "id": "0e200063-0000-4000-8000-00000e200063", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -79798,7 +115768,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -79824,20 +115794,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -79848,11 +115818,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -79924,7 +115894,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -79946,8 +115916,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -79973,14 +115943,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20003d-0000-4000-8000-00000e20003d", + "id": "0e200064-0000-4000-8000-00000e200064", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -79990,7 +115960,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -80016,20 +115986,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -80040,11 +116010,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -80116,7 +116086,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -80138,8 +116108,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -80165,14 +116135,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20003e-0000-4000-8000-00000e20003e", + "id": "0e200065-0000-4000-8000-00000e200065", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200066-0000-4000-8000-00000e200066", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200067-0000-4000-8000-00000e200067", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card14/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200068-0000-4000-8000-00000e200068", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -80208,20 +116607,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -80315,7 +116714,7 @@ } }, { - "id": "0e20003f-0000-4000-8000-00000e20003f", + "id": "0e200069-0000-4000-8000-00000e200069", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -80325,7 +116724,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -80351,19 +116750,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -80374,12 +116773,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -80451,7 +116850,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -80473,8 +116872,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -80500,14 +116899,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200040-0000-4000-8000-00000e200040", + "id": "0e20006a-0000-4000-8000-00000e20006a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -80517,7 +116916,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -80543,20 +116942,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -80567,11 +116966,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -80643,7 +117042,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -80665,8 +117064,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -80692,14 +117091,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200041-0000-4000-8000-00000e200041", + "id": "0e20006b-0000-4000-8000-00000e20006b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -80709,7 +117108,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -80735,20 +117134,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -80759,11 +117158,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -80835,7 +117234,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -80857,8 +117256,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -80884,14 +117283,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200042-0000-4000-8000-00000e200042", + "id": "0e20006c-0000-4000-8000-00000e20006c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20006d-0000-4000-8000-00000e20006d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20006e-0000-4000-8000-00000e20006e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card15/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20006f-0000-4000-8000-00000e20006f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -80927,20 +117755,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -81034,7 +117862,7 @@ } }, { - "id": "0e200043-0000-4000-8000-00000e200043", + "id": "0e200070-0000-4000-8000-00000e200070", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -81044,7 +117872,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -81070,19 +117898,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -81093,12 +117921,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -81170,7 +117998,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -81192,8 +118020,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81219,14 +118047,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200044-0000-4000-8000-00000e200044", + "id": "0e200071-0000-4000-8000-00000e200071", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -81236,7 +118064,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -81262,20 +118090,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -81286,11 +118114,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -81362,7 +118190,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -81384,8 +118212,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81411,14 +118239,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200045-0000-4000-8000-00000e200045", + "id": "0e200072-0000-4000-8000-00000e200072", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -81428,7 +118256,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -81454,20 +118282,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -81478,11 +118306,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -81554,7 +118382,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -81576,8 +118404,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81603,14 +118431,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200046-0000-4000-8000-00000e200046", + "id": "0e200073-0000-4000-8000-00000e200073", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200074-0000-4000-8000-00000e200074", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200075-0000-4000-8000-00000e200075", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card16/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200076-0000-4000-8000-00000e200076", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -81646,20 +118903,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -81753,7 +119010,7 @@ } }, { - "id": "0e200047-0000-4000-8000-00000e200047", + "id": "0e200077-0000-4000-8000-00000e200077", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -81763,7 +119020,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -81789,19 +119046,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -81812,12 +119069,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -81889,7 +119146,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -81911,8 +119168,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -81938,14 +119195,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200048-0000-4000-8000-00000e200048", + "id": "0e200078-0000-4000-8000-00000e200078", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -81955,7 +119212,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -81981,20 +119238,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -82005,11 +119262,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -82081,7 +119338,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -82103,8 +119360,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82130,14 +119387,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200049-0000-4000-8000-00000e200049", + "id": "0e200079-0000-4000-8000-00000e200079", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -82147,7 +119404,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -82173,20 +119430,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -82197,11 +119454,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -82273,7 +119530,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -82295,8 +119552,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82322,14 +119579,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20004a-0000-4000-8000-00000e20004a", + "id": "0e20007a-0000-4000-8000-00000e20007a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20007b-0000-4000-8000-00000e20007b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20007c-0000-4000-8000-00000e20007c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card17/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20007d-0000-4000-8000-00000e20007d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -82365,20 +120051,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -82472,7 +120158,7 @@ } }, { - "id": "0e20004b-0000-4000-8000-00000e20004b", + "id": "0e20007e-0000-4000-8000-00000e20007e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -82482,7 +120168,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -82508,19 +120194,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -82531,12 +120217,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -82608,7 +120294,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -82630,8 +120316,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82657,14 +120343,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20004c-0000-4000-8000-00000e20004c", + "id": "0e20007f-0000-4000-8000-00000e20007f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -82674,7 +120360,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -82700,20 +120386,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -82724,11 +120410,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -82800,7 +120486,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -82822,8 +120508,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -82849,14 +120535,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20004d-0000-4000-8000-00000e20004d", + "id": "0e200080-0000-4000-8000-00000e200080", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -82866,7 +120552,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -82892,20 +120578,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -82916,11 +120602,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -82992,7 +120678,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -83014,8 +120700,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -83041,14 +120727,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20004e-0000-4000-8000-00000e20004e", + "id": "0e200081-0000-4000-8000-00000e200081", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200082-0000-4000-8000-00000e200082", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200083-0000-4000-8000-00000e200083", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card18/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200084-0000-4000-8000-00000e200084", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -83084,20 +121199,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -83191,7 +121306,7 @@ } }, { - "id": "0e20004f-0000-4000-8000-00000e20004f", + "id": "0e200085-0000-4000-8000-00000e200085", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -83201,7 +121316,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -83227,19 +121342,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -83250,12 +121365,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -83327,7 +121442,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -83349,8 +121464,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -83376,14 +121491,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200050-0000-4000-8000-00000e200050", + "id": "0e200086-0000-4000-8000-00000e200086", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -83393,7 +121508,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -83419,20 +121534,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -83443,11 +121558,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -83519,7 +121634,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -83541,8 +121656,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -83568,14 +121683,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200051-0000-4000-8000-00000e200051", + "id": "0e200087-0000-4000-8000-00000e200087", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -83585,7 +121700,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -83611,20 +121726,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -83635,11 +121750,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -83711,7 +121826,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -83733,8 +121848,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -83760,14 +121875,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200052-0000-4000-8000-00000e200052", + "id": "0e200088-0000-4000-8000-00000e200088", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200089-0000-4000-8000-00000e200089", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20008a-0000-4000-8000-00000e20008a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card19/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20008b-0000-4000-8000-00000e20008b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -83803,20 +122347,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -83910,7 +122454,7 @@ } }, { - "id": "0e200053-0000-4000-8000-00000e200053", + "id": "0e20008c-0000-4000-8000-00000e20008c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -83920,7 +122464,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -83946,19 +122490,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -83969,12 +122513,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -84046,7 +122590,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -84068,8 +122612,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -84095,14 +122639,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200054-0000-4000-8000-00000e200054", + "id": "0e20008d-0000-4000-8000-00000e20008d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -84112,7 +122656,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -84138,20 +122682,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -84162,11 +122706,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -84238,7 +122782,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -84260,8 +122804,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -84287,14 +122831,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200055-0000-4000-8000-00000e200055", + "id": "0e20008e-0000-4000-8000-00000e20008e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -84304,7 +122848,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -84330,20 +122874,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -84354,11 +122898,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -84430,7 +122974,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -84452,8 +122996,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -84479,14 +123023,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200056-0000-4000-8000-00000e200056", + "id": "0e20008f-0000-4000-8000-00000e20008f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200090-0000-4000-8000-00000e200090", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200091-0000-4000-8000-00000e200091", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card20/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200092-0000-4000-8000-00000e200092", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -84522,20 +123495,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -84629,7 +123602,7 @@ } }, { - "id": "0e200057-0000-4000-8000-00000e200057", + "id": "0e200093-0000-4000-8000-00000e200093", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -84639,7 +123612,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -84665,19 +123638,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -84688,12 +123661,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -84765,7 +123738,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -84787,8 +123760,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -84814,14 +123787,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200058-0000-4000-8000-00000e200058", + "id": "0e200094-0000-4000-8000-00000e200094", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -84831,7 +123804,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -84857,20 +123830,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -84881,11 +123854,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -84957,7 +123930,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -84979,8 +123952,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85006,14 +123979,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200059-0000-4000-8000-00000e200059", + "id": "0e200095-0000-4000-8000-00000e200095", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -85023,7 +123996,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -85049,20 +124022,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -85073,11 +124046,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -85149,7 +124122,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -85171,8 +124144,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85198,14 +124171,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20005a-0000-4000-8000-00000e20005a", + "id": "0e200096-0000-4000-8000-00000e200096", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200097-0000-4000-8000-00000e200097", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200098-0000-4000-8000-00000e200098", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card21/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200099-0000-4000-8000-00000e200099", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -85241,20 +124643,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -85348,7 +124750,7 @@ } }, { - "id": "0e20005b-0000-4000-8000-00000e20005b", + "id": "0e20009a-0000-4000-8000-00000e20009a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -85358,7 +124760,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -85384,19 +124786,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -85407,12 +124809,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -85484,7 +124886,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -85506,8 +124908,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85533,14 +124935,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20005c-0000-4000-8000-00000e20005c", + "id": "0e20009b-0000-4000-8000-00000e20009b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -85550,7 +124952,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -85576,20 +124978,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -85600,11 +125002,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -85676,7 +125078,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -85698,8 +125100,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85725,14 +125127,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20005d-0000-4000-8000-00000e20005d", + "id": "0e20009c-0000-4000-8000-00000e20009c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -85742,7 +125144,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -85768,20 +125170,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -85792,11 +125194,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -85868,7 +125270,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -85890,8 +125292,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -85917,14 +125319,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20005e-0000-4000-8000-00000e20005e", + "id": "0e20009d-0000-4000-8000-00000e20009d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20009e-0000-4000-8000-00000e20009e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20009f-0000-4000-8000-00000e20009f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card22/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000a0-0000-4000-8000-00000e2000a0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -85960,20 +125791,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -86067,7 +125898,7 @@ } }, { - "id": "0e20005f-0000-4000-8000-00000e20005f", + "id": "0e2000a1-0000-4000-8000-00000e2000a1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -86077,7 +125908,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -86103,19 +125934,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -86126,12 +125957,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -86203,7 +126034,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -86225,8 +126056,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -86252,14 +126083,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200060-0000-4000-8000-00000e200060", + "id": "0e2000a2-0000-4000-8000-00000e2000a2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -86269,7 +126100,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -86295,20 +126126,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -86319,11 +126150,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -86395,7 +126226,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -86417,8 +126248,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -86444,14 +126275,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200061-0000-4000-8000-00000e200061", + "id": "0e2000a3-0000-4000-8000-00000e2000a3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -86461,7 +126292,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -86487,20 +126318,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -86511,11 +126342,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -86587,7 +126418,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -86609,8 +126440,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -86636,14 +126467,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200062-0000-4000-8000-00000e200062", + "id": "0e2000a4-0000-4000-8000-00000e2000a4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000a5-0000-4000-8000-00000e2000a5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000a6-0000-4000-8000-00000e2000a6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card23/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000a7-0000-4000-8000-00000e2000a7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -86679,20 +126939,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -86786,7 +127046,7 @@ } }, { - "id": "0e200063-0000-4000-8000-00000e200063", + "id": "0e2000a8-0000-4000-8000-00000e2000a8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -86796,7 +127056,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -86822,19 +127082,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -86845,12 +127105,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -86922,7 +127182,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -86944,8 +127204,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -86971,14 +127231,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200064-0000-4000-8000-00000e200064", + "id": "0e2000a9-0000-4000-8000-00000e2000a9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -86988,7 +127248,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -87014,20 +127274,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -87038,11 +127298,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -87114,7 +127374,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -87136,8 +127396,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87163,14 +127423,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200065-0000-4000-8000-00000e200065", + "id": "0e2000aa-0000-4000-8000-00000e2000aa", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -87180,7 +127440,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -87206,20 +127466,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -87230,11 +127490,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -87306,7 +127566,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -87328,8 +127588,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87355,14 +127615,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200066-0000-4000-8000-00000e200066", + "id": "0e2000ab-0000-4000-8000-00000e2000ab", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ac-0000-4000-8000-00000e2000ac", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ad-0000-4000-8000-00000e2000ad", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card24/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ae-0000-4000-8000-00000e2000ae", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -87398,20 +128087,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -87505,7 +128194,7 @@ } }, { - "id": "0e200067-0000-4000-8000-00000e200067", + "id": "0e2000af-0000-4000-8000-00000e2000af", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -87515,7 +128204,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -87541,19 +128230,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -87564,12 +128253,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -87641,7 +128330,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -87663,8 +128352,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87690,14 +128379,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200068-0000-4000-8000-00000e200068", + "id": "0e2000b0-0000-4000-8000-00000e2000b0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -87707,7 +128396,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -87733,20 +128422,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -87757,11 +128446,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -87833,7 +128522,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -87855,8 +128544,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -87882,14 +128571,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200069-0000-4000-8000-00000e200069", + "id": "0e2000b1-0000-4000-8000-00000e2000b1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -87899,7 +128588,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -87925,20 +128614,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -87949,11 +128638,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -88025,7 +128714,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -88047,8 +128736,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -88074,14 +128763,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20006a-0000-4000-8000-00000e20006a", + "id": "0e2000b2-0000-4000-8000-00000e2000b2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000b3-0000-4000-8000-00000e2000b3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000b4-0000-4000-8000-00000e2000b4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card25/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000b5-0000-4000-8000-00000e2000b5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -88117,20 +129235,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -88224,7 +129342,7 @@ } }, { - "id": "0e20006b-0000-4000-8000-00000e20006b", + "id": "0e2000b6-0000-4000-8000-00000e2000b6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -88234,7 +129352,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -88260,19 +129378,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -88283,12 +129401,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -88360,7 +129478,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -88382,8 +129500,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -88409,14 +129527,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20006c-0000-4000-8000-00000e20006c", + "id": "0e2000b7-0000-4000-8000-00000e2000b7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -88426,7 +129544,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -88452,20 +129570,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -88476,11 +129594,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -88552,7 +129670,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -88574,8 +129692,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -88601,14 +129719,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20006d-0000-4000-8000-00000e20006d", + "id": "0e2000b8-0000-4000-8000-00000e2000b8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -88618,7 +129736,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -88644,20 +129762,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -88668,11 +129786,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -88744,7 +129862,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -88766,8 +129884,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -88793,14 +129911,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20006e-0000-4000-8000-00000e20006e", + "id": "0e2000b9-0000-4000-8000-00000e2000b9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ba-0000-4000-8000-00000e2000ba", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000bb-0000-4000-8000-00000e2000bb", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card26/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000bc-0000-4000-8000-00000e2000bc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -88836,20 +130383,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -88943,7 +130490,7 @@ } }, { - "id": "0e20006f-0000-4000-8000-00000e20006f", + "id": "0e2000bd-0000-4000-8000-00000e2000bd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -88953,7 +130500,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -88979,19 +130526,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -89002,12 +130549,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -89079,7 +130626,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -89101,8 +130648,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89128,14 +130675,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200070-0000-4000-8000-00000e200070", + "id": "0e2000be-0000-4000-8000-00000e2000be", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -89145,7 +130692,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -89171,20 +130718,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -89195,11 +130742,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -89271,7 +130818,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -89293,8 +130840,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89320,14 +130867,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200071-0000-4000-8000-00000e200071", + "id": "0e2000bf-0000-4000-8000-00000e2000bf", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -89337,7 +130884,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -89363,20 +130910,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -89387,11 +130934,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -89463,7 +131010,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -89485,8 +131032,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89512,14 +131059,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200072-0000-4000-8000-00000e200072", + "id": "0e2000c0-0000-4000-8000-00000e2000c0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000c1-0000-4000-8000-00000e2000c1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000c2-0000-4000-8000-00000e2000c2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card27/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000c3-0000-4000-8000-00000e2000c3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -89555,20 +131531,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -89662,7 +131638,7 @@ } }, { - "id": "0e200073-0000-4000-8000-00000e200073", + "id": "0e2000c4-0000-4000-8000-00000e2000c4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -89672,7 +131648,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -89698,19 +131674,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -89721,12 +131697,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -89798,7 +131774,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -89820,8 +131796,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -89847,14 +131823,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200074-0000-4000-8000-00000e200074", + "id": "0e2000c5-0000-4000-8000-00000e2000c5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -89864,7 +131840,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -89890,20 +131866,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -89914,11 +131890,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -89990,7 +131966,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -90012,8 +131988,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90039,14 +132015,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200075-0000-4000-8000-00000e200075", + "id": "0e2000c6-0000-4000-8000-00000e2000c6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -90056,7 +132032,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -90082,20 +132058,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -90106,11 +132082,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -90182,7 +132158,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -90204,8 +132180,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90231,14 +132207,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200076-0000-4000-8000-00000e200076", + "id": "0e2000c7-0000-4000-8000-00000e2000c7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000c8-0000-4000-8000-00000e2000c8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000c9-0000-4000-8000-00000e2000c9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card28/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ca-0000-4000-8000-00000e2000ca", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -90274,20 +132679,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -90381,7 +132786,7 @@ } }, { - "id": "0e200077-0000-4000-8000-00000e200077", + "id": "0e2000cb-0000-4000-8000-00000e2000cb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -90391,7 +132796,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -90417,19 +132822,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -90440,12 +132845,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -90517,7 +132922,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -90539,8 +132944,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90566,14 +132971,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200078-0000-4000-8000-00000e200078", + "id": "0e2000cc-0000-4000-8000-00000e2000cc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -90583,7 +132988,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -90609,20 +133014,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -90633,11 +133038,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -90709,7 +133114,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -90731,8 +133136,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90758,14 +133163,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200079-0000-4000-8000-00000e200079", + "id": "0e2000cd-0000-4000-8000-00000e2000cd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -90775,7 +133180,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -90801,20 +133206,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -90825,11 +133230,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -90901,7 +133306,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -90923,8 +133328,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -90950,14 +133355,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20007a-0000-4000-8000-00000e20007a", + "id": "0e2000ce-0000-4000-8000-00000e2000ce", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000cf-0000-4000-8000-00000e2000cf", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000d0-0000-4000-8000-00000e2000d0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card29/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000d1-0000-4000-8000-00000e2000d1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -90993,20 +133827,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -91100,7 +133934,7 @@ } }, { - "id": "0e20007b-0000-4000-8000-00000e20007b", + "id": "0e2000d2-0000-4000-8000-00000e2000d2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -91110,7 +133944,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -91136,19 +133970,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -91159,12 +133993,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -91236,7 +134070,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -91258,8 +134092,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -91285,14 +134119,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20007c-0000-4000-8000-00000e20007c", + "id": "0e2000d3-0000-4000-8000-00000e2000d3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -91302,7 +134136,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -91328,20 +134162,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -91352,11 +134186,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -91428,7 +134262,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -91450,8 +134284,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -91477,14 +134311,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20007d-0000-4000-8000-00000e20007d", + "id": "0e2000d4-0000-4000-8000-00000e2000d4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -91494,7 +134328,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -91520,20 +134354,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -91544,11 +134378,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -91620,7 +134454,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -91642,8 +134476,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -91669,14 +134503,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20007e-0000-4000-8000-00000e20007e", + "id": "0e2000d5-0000-4000-8000-00000e2000d5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000d6-0000-4000-8000-00000e2000d6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000d7-0000-4000-8000-00000e2000d7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card30/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000d8-0000-4000-8000-00000e2000d8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -91712,20 +134975,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -91819,7 +135082,7 @@ } }, { - "id": "0e20007f-0000-4000-8000-00000e20007f", + "id": "0e2000d9-0000-4000-8000-00000e2000d9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -91829,7 +135092,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -91855,19 +135118,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -91878,12 +135141,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -91955,7 +135218,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -91977,8 +135240,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92004,14 +135267,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200080-0000-4000-8000-00000e200080", + "id": "0e2000da-0000-4000-8000-00000e2000da", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -92021,7 +135284,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -92047,20 +135310,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -92071,11 +135334,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -92147,7 +135410,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -92169,8 +135432,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92196,14 +135459,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200081-0000-4000-8000-00000e200081", + "id": "0e2000db-0000-4000-8000-00000e2000db", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -92213,7 +135476,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -92239,20 +135502,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -92263,11 +135526,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -92339,7 +135602,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -92361,8 +135624,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92388,14 +135651,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200082-0000-4000-8000-00000e200082", + "id": "0e2000dc-0000-4000-8000-00000e2000dc", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000dd-0000-4000-8000-00000e2000dd", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000de-0000-4000-8000-00000e2000de", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card31/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000df-0000-4000-8000-00000e2000df", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -92431,20 +136123,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -92538,7 +136230,7 @@ } }, { - "id": "0e200083-0000-4000-8000-00000e200083", + "id": "0e2000e0-0000-4000-8000-00000e2000e0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -92548,7 +136240,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -92574,19 +136266,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -92597,12 +136289,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -92674,7 +136366,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -92696,8 +136388,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92723,14 +136415,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200084-0000-4000-8000-00000e200084", + "id": "0e2000e1-0000-4000-8000-00000e2000e1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -92740,7 +136432,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -92766,20 +136458,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -92790,11 +136482,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -92866,7 +136558,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -92888,8 +136580,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -92915,14 +136607,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200085-0000-4000-8000-00000e200085", + "id": "0e2000e2-0000-4000-8000-00000e2000e2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -92932,7 +136624,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -92958,20 +136650,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -92982,11 +136674,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -93058,7 +136750,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -93080,8 +136772,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -93107,14 +136799,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200086-0000-4000-8000-00000e200086", + "id": "0e2000e3-0000-4000-8000-00000e2000e3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000e4-0000-4000-8000-00000e2000e4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000e5-0000-4000-8000-00000e2000e5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card32/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000e6-0000-4000-8000-00000e2000e6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -93150,20 +137271,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -93257,7 +137378,7 @@ } }, { - "id": "0e200087-0000-4000-8000-00000e200087", + "id": "0e2000e7-0000-4000-8000-00000e2000e7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -93267,7 +137388,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -93293,19 +137414,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -93316,12 +137437,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -93393,7 +137514,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -93415,8 +137536,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -93442,14 +137563,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200088-0000-4000-8000-00000e200088", + "id": "0e2000e8-0000-4000-8000-00000e2000e8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -93459,7 +137580,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -93485,20 +137606,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -93509,11 +137630,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -93585,7 +137706,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -93607,8 +137728,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -93634,14 +137755,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200089-0000-4000-8000-00000e200089", + "id": "0e2000e9-0000-4000-8000-00000e2000e9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -93651,7 +137772,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -93677,20 +137798,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -93701,11 +137822,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -93777,7 +137898,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -93799,8 +137920,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -93826,14 +137947,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20008a-0000-4000-8000-00000e20008a", + "id": "0e2000ea-0000-4000-8000-00000e2000ea", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000eb-0000-4000-8000-00000e2000eb", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ec-0000-4000-8000-00000e2000ec", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card33/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000ed-0000-4000-8000-00000e2000ed", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -93869,20 +138419,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -93976,7 +138526,7 @@ } }, { - "id": "0e20008b-0000-4000-8000-00000e20008b", + "id": "0e2000ee-0000-4000-8000-00000e2000ee", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -93986,7 +138536,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -94012,19 +138562,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -94035,12 +138585,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -94112,7 +138662,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -94134,8 +138684,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94161,14 +138711,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20008c-0000-4000-8000-00000e20008c", + "id": "0e2000ef-0000-4000-8000-00000e2000ef", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -94178,7 +138728,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -94204,20 +138754,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -94228,11 +138778,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -94304,7 +138854,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -94326,8 +138876,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94353,14 +138903,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20008d-0000-4000-8000-00000e20008d", + "id": "0e2000f0-0000-4000-8000-00000e2000f0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -94370,7 +138920,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -94396,20 +138946,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -94420,11 +138970,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -94496,7 +139046,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -94518,8 +139068,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94545,14 +139095,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20008e-0000-4000-8000-00000e20008e", + "id": "0e2000f1-0000-4000-8000-00000e2000f1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000f2-0000-4000-8000-00000e2000f2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000f3-0000-4000-8000-00000e2000f3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card34/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000f4-0000-4000-8000-00000e2000f4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -94588,20 +139567,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -94695,7 +139674,7 @@ } }, { - "id": "0e20008f-0000-4000-8000-00000e20008f", + "id": "0e2000f5-0000-4000-8000-00000e2000f5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -94705,7 +139684,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -94731,19 +139710,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -94754,12 +139733,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -94831,7 +139810,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -94853,8 +139832,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -94880,14 +139859,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200090-0000-4000-8000-00000e200090", + "id": "0e2000f6-0000-4000-8000-00000e2000f6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -94897,7 +139876,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -94923,20 +139902,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -94947,11 +139926,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -95023,7 +140002,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -95045,8 +140024,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95072,14 +140051,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200091-0000-4000-8000-00000e200091", + "id": "0e2000f7-0000-4000-8000-00000e2000f7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -95089,7 +140068,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -95115,20 +140094,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -95139,11 +140118,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -95215,7 +140194,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -95237,8 +140216,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95264,14 +140243,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200092-0000-4000-8000-00000e200092", + "id": "0e2000f8-0000-4000-8000-00000e2000f8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000f9-0000-4000-8000-00000e2000f9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000fa-0000-4000-8000-00000e2000fa", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card35/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2000fb-0000-4000-8000-00000e2000fb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -95307,20 +140715,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -95414,7 +140822,7 @@ } }, { - "id": "0e200093-0000-4000-8000-00000e200093", + "id": "0e2000fc-0000-4000-8000-00000e2000fc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -95424,7 +140832,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -95450,19 +140858,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -95473,12 +140881,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -95550,7 +140958,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -95572,8 +140980,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95599,14 +141007,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200094-0000-4000-8000-00000e200094", + "id": "0e2000fd-0000-4000-8000-00000e2000fd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -95616,7 +141024,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -95642,20 +141050,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -95666,11 +141074,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -95742,7 +141150,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -95764,8 +141172,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95791,14 +141199,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200095-0000-4000-8000-00000e200095", + "id": "0e2000fe-0000-4000-8000-00000e2000fe", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -95808,7 +141216,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -95834,20 +141242,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -95858,11 +141266,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -95934,7 +141342,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -95956,8 +141364,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -95983,14 +141391,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200096-0000-4000-8000-00000e200096", + "id": "0e2000ff-0000-4000-8000-00000e2000ff", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200100-0000-4000-8000-00000e200100", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200101-0000-4000-8000-00000e200101", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card36/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200102-0000-4000-8000-00000e200102", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -96026,20 +141863,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -96133,7 +141970,7 @@ } }, { - "id": "0e200097-0000-4000-8000-00000e200097", + "id": "0e200103-0000-4000-8000-00000e200103", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -96143,7 +141980,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -96169,19 +142006,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -96192,12 +142029,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -96269,7 +142106,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -96291,8 +142128,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -96318,14 +142155,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200098-0000-4000-8000-00000e200098", + "id": "0e200104-0000-4000-8000-00000e200104", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -96335,7 +142172,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -96361,20 +142198,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -96385,11 +142222,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -96461,7 +142298,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -96483,8 +142320,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -96510,14 +142347,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200099-0000-4000-8000-00000e200099", + "id": "0e200105-0000-4000-8000-00000e200105", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -96527,7 +142364,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -96553,20 +142390,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -96577,11 +142414,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -96653,7 +142490,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -96675,8 +142512,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -96702,14 +142539,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20009a-0000-4000-8000-00000e20009a", + "id": "0e200106-0000-4000-8000-00000e200106", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200107-0000-4000-8000-00000e200107", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200108-0000-4000-8000-00000e200108", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card37/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200109-0000-4000-8000-00000e200109", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -96745,20 +143011,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -96852,7 +143118,7 @@ } }, { - "id": "0e20009b-0000-4000-8000-00000e20009b", + "id": "0e20010a-0000-4000-8000-00000e20010a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -96862,7 +143128,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -96888,19 +143154,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -96911,12 +143177,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -96988,7 +143254,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -97010,8 +143276,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97037,14 +143303,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20009c-0000-4000-8000-00000e20009c", + "id": "0e20010b-0000-4000-8000-00000e20010b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -97054,7 +143320,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -97080,20 +143346,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -97104,11 +143370,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -97180,7 +143446,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -97202,8 +143468,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97229,14 +143495,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20009d-0000-4000-8000-00000e20009d", + "id": "0e20010c-0000-4000-8000-00000e20010c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -97246,7 +143512,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -97272,20 +143538,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -97296,11 +143562,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -97372,7 +143638,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -97394,8 +143660,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97421,14 +143687,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20009e-0000-4000-8000-00000e20009e", + "id": "0e20010d-0000-4000-8000-00000e20010d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20010e-0000-4000-8000-00000e20010e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20010f-0000-4000-8000-00000e20010f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card38/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200110-0000-4000-8000-00000e200110", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -97464,20 +144159,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -97571,7 +144266,7 @@ } }, { - "id": "0e20009f-0000-4000-8000-00000e20009f", + "id": "0e200111-0000-4000-8000-00000e200111", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -97581,7 +144276,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -97607,19 +144302,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -97630,12 +144325,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -97707,7 +144402,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -97729,8 +144424,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97756,14 +144451,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000a0-0000-4000-8000-00000e2000a0", + "id": "0e200112-0000-4000-8000-00000e200112", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -97773,7 +144468,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -97799,20 +144494,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -97823,11 +144518,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -97899,7 +144594,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -97921,8 +144616,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -97948,14 +144643,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000a1-0000-4000-8000-00000e2000a1", + "id": "0e200113-0000-4000-8000-00000e200113", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -97965,7 +144660,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -97991,20 +144686,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -98015,11 +144710,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -98091,7 +144786,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -98113,8 +144808,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -98140,14 +144835,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000a2-0000-4000-8000-00000e2000a2", + "id": "0e200114-0000-4000-8000-00000e200114", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200115-0000-4000-8000-00000e200115", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200116-0000-4000-8000-00000e200116", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card39/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200117-0000-4000-8000-00000e200117", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -98183,20 +145307,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -98290,7 +145414,7 @@ } }, { - "id": "0e2000a3-0000-4000-8000-00000e2000a3", + "id": "0e200118-0000-4000-8000-00000e200118", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -98300,7 +145424,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -98326,19 +145450,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -98349,12 +145473,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -98426,7 +145550,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -98448,8 +145572,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -98475,14 +145599,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000a4-0000-4000-8000-00000e2000a4", + "id": "0e200119-0000-4000-8000-00000e200119", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -98492,7 +145616,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -98518,20 +145642,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -98542,11 +145666,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -98618,7 +145742,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -98640,8 +145764,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -98667,14 +145791,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000a5-0000-4000-8000-00000e2000a5", + "id": "0e20011a-0000-4000-8000-00000e20011a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -98684,7 +145808,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -98710,20 +145834,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -98734,11 +145858,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -98810,7 +145934,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -98832,8 +145956,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -98859,14 +145983,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000a6-0000-4000-8000-00000e2000a6", + "id": "0e20011b-0000-4000-8000-00000e20011b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20011c-0000-4000-8000-00000e20011c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20011d-0000-4000-8000-00000e20011d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card40/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20011e-0000-4000-8000-00000e20011e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -98902,20 +146455,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -99009,7 +146562,7 @@ } }, { - "id": "0e2000a7-0000-4000-8000-00000e2000a7", + "id": "0e20011f-0000-4000-8000-00000e20011f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -99019,7 +146572,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -99045,19 +146598,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -99068,12 +146621,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -99145,7 +146698,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -99167,8 +146720,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -99194,14 +146747,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000a8-0000-4000-8000-00000e2000a8", + "id": "0e200120-0000-4000-8000-00000e200120", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -99211,7 +146764,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -99237,20 +146790,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -99261,11 +146814,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -99337,7 +146890,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -99359,8 +146912,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -99386,14 +146939,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000a9-0000-4000-8000-00000e2000a9", + "id": "0e200121-0000-4000-8000-00000e200121", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -99403,7 +146956,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -99429,20 +146982,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -99453,11 +147006,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -99529,7 +147082,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -99551,8 +147104,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -99578,14 +147131,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000aa-0000-4000-8000-00000e2000aa", + "id": "0e200122-0000-4000-8000-00000e200122", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200123-0000-4000-8000-00000e200123", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200124-0000-4000-8000-00000e200124", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card41/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200125-0000-4000-8000-00000e200125", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -99621,20 +147603,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -99728,7 +147710,7 @@ } }, { - "id": "0e2000ab-0000-4000-8000-00000e2000ab", + "id": "0e200126-0000-4000-8000-00000e200126", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -99738,7 +147720,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -99764,19 +147746,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -99787,12 +147769,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -99864,7 +147846,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -99886,8 +147868,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -99913,14 +147895,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000ac-0000-4000-8000-00000e2000ac", + "id": "0e200127-0000-4000-8000-00000e200127", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -99930,7 +147912,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -99956,20 +147938,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -99980,11 +147962,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -100056,7 +148038,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -100078,8 +148060,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100105,14 +148087,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000ad-0000-4000-8000-00000e2000ad", + "id": "0e200128-0000-4000-8000-00000e200128", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -100122,7 +148104,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -100148,20 +148130,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -100172,11 +148154,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -100248,7 +148230,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -100270,8 +148252,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100297,14 +148279,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000ae-0000-4000-8000-00000e2000ae", + "id": "0e200129-0000-4000-8000-00000e200129", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20012a-0000-4000-8000-00000e20012a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20012b-0000-4000-8000-00000e20012b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card42/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20012c-0000-4000-8000-00000e20012c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -100340,20 +148751,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -100447,7 +148858,7 @@ } }, { - "id": "0e2000af-0000-4000-8000-00000e2000af", + "id": "0e20012d-0000-4000-8000-00000e20012d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -100457,7 +148868,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -100483,19 +148894,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -100506,12 +148917,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -100583,7 +148994,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -100605,8 +149016,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100632,14 +149043,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000b0-0000-4000-8000-00000e2000b0", + "id": "0e20012e-0000-4000-8000-00000e20012e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -100649,7 +149060,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -100675,20 +149086,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -100699,11 +149110,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -100775,7 +149186,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -100797,8 +149208,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -100824,14 +149235,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000b1-0000-4000-8000-00000e2000b1", + "id": "0e20012f-0000-4000-8000-00000e20012f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -100841,7 +149252,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -100867,20 +149278,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -100891,11 +149302,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -100967,7 +149378,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -100989,8 +149400,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101016,14 +149427,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000b2-0000-4000-8000-00000e2000b2", + "id": "0e200130-0000-4000-8000-00000e200130", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200131-0000-4000-8000-00000e200131", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200132-0000-4000-8000-00000e200132", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card43/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200133-0000-4000-8000-00000e200133", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -101059,20 +149899,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -101166,7 +150006,7 @@ } }, { - "id": "0e2000b3-0000-4000-8000-00000e2000b3", + "id": "0e200134-0000-4000-8000-00000e200134", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -101176,7 +150016,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -101202,19 +150042,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -101225,12 +150065,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -101302,7 +150142,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -101324,8 +150164,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101351,14 +150191,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000b4-0000-4000-8000-00000e2000b4", + "id": "0e200135-0000-4000-8000-00000e200135", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -101368,7 +150208,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -101394,20 +150234,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -101418,11 +150258,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -101494,7 +150334,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -101516,8 +150356,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101543,14 +150383,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000b5-0000-4000-8000-00000e2000b5", + "id": "0e200136-0000-4000-8000-00000e200136", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -101560,7 +150400,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -101586,20 +150426,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -101610,11 +150450,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -101686,7 +150526,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -101708,8 +150548,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -101735,14 +150575,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000b6-0000-4000-8000-00000e2000b6", + "id": "0e200137-0000-4000-8000-00000e200137", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200138-0000-4000-8000-00000e200138", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200139-0000-4000-8000-00000e200139", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card44/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20013a-0000-4000-8000-00000e20013a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -101778,20 +151047,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -101885,7 +151154,7 @@ } }, { - "id": "0e2000b7-0000-4000-8000-00000e2000b7", + "id": "0e20013b-0000-4000-8000-00000e20013b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -101895,7 +151164,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -101921,19 +151190,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -101944,12 +151213,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -102021,7 +151290,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -102043,8 +151312,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102070,14 +151339,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000b8-0000-4000-8000-00000e2000b8", + "id": "0e20013c-0000-4000-8000-00000e20013c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -102087,7 +151356,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -102113,20 +151382,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -102137,11 +151406,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -102213,7 +151482,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -102235,8 +151504,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102262,14 +151531,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000b9-0000-4000-8000-00000e2000b9", + "id": "0e20013d-0000-4000-8000-00000e20013d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -102279,7 +151548,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -102305,20 +151574,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -102329,11 +151598,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -102405,7 +151674,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -102427,8 +151696,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102454,14 +151723,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000ba-0000-4000-8000-00000e2000ba", + "id": "0e20013e-0000-4000-8000-00000e20013e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20013f-0000-4000-8000-00000e20013f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200140-0000-4000-8000-00000e200140", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card45/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200141-0000-4000-8000-00000e200141", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -102497,20 +152195,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -102604,7 +152302,7 @@ } }, { - "id": "0e2000bb-0000-4000-8000-00000e2000bb", + "id": "0e200142-0000-4000-8000-00000e200142", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -102614,7 +152312,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -102640,19 +152338,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -102663,12 +152361,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -102740,7 +152438,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -102762,8 +152460,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102789,14 +152487,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000bc-0000-4000-8000-00000e2000bc", + "id": "0e200143-0000-4000-8000-00000e200143", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -102806,7 +152504,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -102832,20 +152530,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -102856,11 +152554,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -102932,7 +152630,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -102954,8 +152652,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -102981,14 +152679,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000bd-0000-4000-8000-00000e2000bd", + "id": "0e200144-0000-4000-8000-00000e200144", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -102998,7 +152696,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -103024,20 +152722,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -103048,11 +152746,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -103124,7 +152822,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -103146,8 +152844,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -103173,14 +152871,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000be-0000-4000-8000-00000e2000be", + "id": "0e200145-0000-4000-8000-00000e200145", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200146-0000-4000-8000-00000e200146", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200147-0000-4000-8000-00000e200147", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card46/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200148-0000-4000-8000-00000e200148", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -103216,20 +153343,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -103323,7 +153450,7 @@ } }, { - "id": "0e2000bf-0000-4000-8000-00000e2000bf", + "id": "0e200149-0000-4000-8000-00000e200149", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -103333,7 +153460,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -103359,19 +153486,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -103382,12 +153509,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -103459,7 +153586,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -103481,8 +153608,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -103508,14 +153635,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000c0-0000-4000-8000-00000e2000c0", + "id": "0e20014a-0000-4000-8000-00000e20014a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -103525,7 +153652,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -103551,20 +153678,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -103575,11 +153702,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -103651,7 +153778,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -103673,8 +153800,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -103700,14 +153827,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000c1-0000-4000-8000-00000e2000c1", + "id": "0e20014b-0000-4000-8000-00000e20014b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -103717,7 +153844,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -103743,20 +153870,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -103767,11 +153894,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -103843,7 +153970,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -103865,8 +153992,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -103892,14 +154019,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000c2-0000-4000-8000-00000e2000c2", + "id": "0e20014c-0000-4000-8000-00000e20014c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20014d-0000-4000-8000-00000e20014d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20014e-0000-4000-8000-00000e20014e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card47/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20014f-0000-4000-8000-00000e20014f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -103935,20 +154491,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -104042,7 +154598,7 @@ } }, { - "id": "0e2000c3-0000-4000-8000-00000e2000c3", + "id": "0e200150-0000-4000-8000-00000e200150", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -104052,7 +154608,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -104078,19 +154634,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -104101,12 +154657,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -104178,7 +154734,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -104200,8 +154756,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -104227,14 +154783,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000c4-0000-4000-8000-00000e2000c4", + "id": "0e200151-0000-4000-8000-00000e200151", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -104244,7 +154800,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -104270,20 +154826,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -104294,11 +154850,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -104370,7 +154926,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -104392,8 +154948,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -104419,14 +154975,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000c5-0000-4000-8000-00000e2000c5", + "id": "0e200152-0000-4000-8000-00000e200152", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -104436,7 +154992,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -104462,20 +155018,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -104486,11 +155042,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -104562,7 +155118,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -104584,8 +155140,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -104611,14 +155167,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000c6-0000-4000-8000-00000e2000c6", + "id": "0e200153-0000-4000-8000-00000e200153", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200154-0000-4000-8000-00000e200154", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200155-0000-4000-8000-00000e200155", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card48/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200156-0000-4000-8000-00000e200156", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -104654,20 +155639,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -104761,7 +155746,7 @@ } }, { - "id": "0e2000c7-0000-4000-8000-00000e2000c7", + "id": "0e200157-0000-4000-8000-00000e200157", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -104771,7 +155756,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -104797,19 +155782,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -104820,12 +155805,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -104897,7 +155882,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -104919,8 +155904,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -104946,14 +155931,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000c8-0000-4000-8000-00000e2000c8", + "id": "0e200158-0000-4000-8000-00000e200158", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -104963,7 +155948,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -104989,20 +155974,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -105013,11 +155998,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -105089,7 +156074,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -105111,8 +156096,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -105138,14 +156123,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000c9-0000-4000-8000-00000e2000c9", + "id": "0e200159-0000-4000-8000-00000e200159", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -105155,7 +156140,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -105181,20 +156166,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -105205,11 +156190,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -105281,7 +156266,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -105303,8 +156288,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -105330,14 +156315,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000ca-0000-4000-8000-00000e2000ca", + "id": "0e20015a-0000-4000-8000-00000e20015a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20015b-0000-4000-8000-00000e20015b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20015c-0000-4000-8000-00000e20015c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card49/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20015d-0000-4000-8000-00000e20015d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -105373,20 +156787,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -105480,7 +156894,7 @@ } }, { - "id": "0e2000cb-0000-4000-8000-00000e2000cb", + "id": "0e20015e-0000-4000-8000-00000e20015e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -105490,7 +156904,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -105516,19 +156930,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -105539,12 +156953,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -105616,7 +157030,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -105638,8 +157052,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -105665,14 +157079,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000cc-0000-4000-8000-00000e2000cc", + "id": "0e20015f-0000-4000-8000-00000e20015f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -105682,7 +157096,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -105708,20 +157122,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -105732,11 +157146,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -105808,7 +157222,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -105830,8 +157244,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -105857,14 +157271,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000cd-0000-4000-8000-00000e2000cd", + "id": "0e200160-0000-4000-8000-00000e200160", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -105874,7 +157288,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -105900,20 +157314,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -105924,11 +157338,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -106000,7 +157414,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -106022,8 +157436,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106049,14 +157463,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000ce-0000-4000-8000-00000e2000ce", + "id": "0e200161-0000-4000-8000-00000e200161", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200162-0000-4000-8000-00000e200162", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200163-0000-4000-8000-00000e200163", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card50/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200164-0000-4000-8000-00000e200164", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -106092,20 +157935,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -106199,7 +158042,7 @@ } }, { - "id": "0e2000cf-0000-4000-8000-00000e2000cf", + "id": "0e200165-0000-4000-8000-00000e200165", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -106209,7 +158052,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -106235,19 +158078,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -106258,12 +158101,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -106335,7 +158178,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -106357,8 +158200,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106384,14 +158227,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000d0-0000-4000-8000-00000e2000d0", + "id": "0e200166-0000-4000-8000-00000e200166", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -106401,7 +158244,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -106427,20 +158270,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -106451,11 +158294,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -106527,7 +158370,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -106549,8 +158392,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106576,14 +158419,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000d1-0000-4000-8000-00000e2000d1", + "id": "0e200167-0000-4000-8000-00000e200167", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -106593,7 +158436,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -106619,20 +158462,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -106643,11 +158486,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -106719,7 +158562,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -106741,8 +158584,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -106768,14 +158611,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000d2-0000-4000-8000-00000e2000d2", + "id": "0e200168-0000-4000-8000-00000e200168", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200169-0000-4000-8000-00000e200169", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20016a-0000-4000-8000-00000e20016a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card51/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20016b-0000-4000-8000-00000e20016b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -106811,20 +159083,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -106918,7 +159190,7 @@ } }, { - "id": "0e2000d3-0000-4000-8000-00000e2000d3", + "id": "0e20016c-0000-4000-8000-00000e20016c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -106928,7 +159200,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -106954,19 +159226,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -106977,12 +159249,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -107054,7 +159326,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -107076,8 +159348,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107103,14 +159375,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000d4-0000-4000-8000-00000e2000d4", + "id": "0e20016d-0000-4000-8000-00000e20016d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -107120,7 +159392,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -107146,20 +159418,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -107170,11 +159442,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -107246,7 +159518,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -107268,8 +159540,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107295,14 +159567,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000d5-0000-4000-8000-00000e2000d5", + "id": "0e20016e-0000-4000-8000-00000e20016e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -107312,7 +159584,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -107338,20 +159610,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -107362,11 +159634,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -107438,7 +159710,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -107460,8 +159732,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107487,14 +159759,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000d6-0000-4000-8000-00000e2000d6", + "id": "0e20016f-0000-4000-8000-00000e20016f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200170-0000-4000-8000-00000e200170", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200171-0000-4000-8000-00000e200171", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card52/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200172-0000-4000-8000-00000e200172", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -107530,20 +160231,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -107637,7 +160338,7 @@ } }, { - "id": "0e2000d7-0000-4000-8000-00000e2000d7", + "id": "0e200173-0000-4000-8000-00000e200173", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -107647,7 +160348,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -107673,19 +160374,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -107696,12 +160397,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -107773,7 +160474,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -107795,8 +160496,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -107822,14 +160523,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000d8-0000-4000-8000-00000e2000d8", + "id": "0e200174-0000-4000-8000-00000e200174", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -107839,7 +160540,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -107865,20 +160566,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -107889,11 +160590,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -107965,7 +160666,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -107987,8 +160688,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108014,14 +160715,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000d9-0000-4000-8000-00000e2000d9", + "id": "0e200175-0000-4000-8000-00000e200175", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -108031,7 +160732,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -108057,20 +160758,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -108081,11 +160782,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -108157,7 +160858,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -108179,8 +160880,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108206,14 +160907,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000da-0000-4000-8000-00000e2000da", + "id": "0e200176-0000-4000-8000-00000e200176", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200177-0000-4000-8000-00000e200177", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200178-0000-4000-8000-00000e200178", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card53/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200179-0000-4000-8000-00000e200179", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -108249,20 +161379,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -108356,7 +161486,7 @@ } }, { - "id": "0e2000db-0000-4000-8000-00000e2000db", + "id": "0e20017a-0000-4000-8000-00000e20017a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -108366,7 +161496,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -108392,19 +161522,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -108415,12 +161545,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -108492,7 +161622,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -108514,8 +161644,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108541,14 +161671,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000dc-0000-4000-8000-00000e2000dc", + "id": "0e20017b-0000-4000-8000-00000e20017b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -108558,7 +161688,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -108584,20 +161714,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -108608,11 +161738,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -108684,7 +161814,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -108706,8 +161836,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108733,14 +161863,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000dd-0000-4000-8000-00000e2000dd", + "id": "0e20017c-0000-4000-8000-00000e20017c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -108750,7 +161880,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -108776,20 +161906,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -108800,11 +161930,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -108876,7 +162006,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -108898,8 +162028,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -108925,14 +162055,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000de-0000-4000-8000-00000e2000de", + "id": "0e20017d-0000-4000-8000-00000e20017d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20017e-0000-4000-8000-00000e20017e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20017f-0000-4000-8000-00000e20017f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card54/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200180-0000-4000-8000-00000e200180", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -108968,20 +162527,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -109075,7 +162634,7 @@ } }, { - "id": "0e2000df-0000-4000-8000-00000e2000df", + "id": "0e200181-0000-4000-8000-00000e200181", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -109085,7 +162644,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -109111,19 +162670,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -109134,12 +162693,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -109211,7 +162770,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -109233,8 +162792,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -109260,14 +162819,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000e0-0000-4000-8000-00000e2000e0", + "id": "0e200182-0000-4000-8000-00000e200182", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -109277,7 +162836,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -109303,20 +162862,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -109327,11 +162886,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -109403,7 +162962,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -109425,8 +162984,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -109452,14 +163011,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000e1-0000-4000-8000-00000e2000e1", + "id": "0e200183-0000-4000-8000-00000e200183", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -109469,7 +163028,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -109495,20 +163054,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -109519,11 +163078,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -109595,7 +163154,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -109617,8 +163176,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -109644,14 +163203,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000e2-0000-4000-8000-00000e2000e2", + "id": "0e200184-0000-4000-8000-00000e200184", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200185-0000-4000-8000-00000e200185", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200186-0000-4000-8000-00000e200186", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card55/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200187-0000-4000-8000-00000e200187", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -109687,20 +163675,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -109794,7 +163782,7 @@ } }, { - "id": "0e2000e3-0000-4000-8000-00000e2000e3", + "id": "0e200188-0000-4000-8000-00000e200188", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -109804,7 +163792,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -109830,19 +163818,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -109853,12 +163841,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -109930,7 +163918,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -109952,8 +163940,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -109979,14 +163967,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000e4-0000-4000-8000-00000e2000e4", + "id": "0e200189-0000-4000-8000-00000e200189", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -109996,7 +163984,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -110022,20 +164010,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -110046,11 +164034,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -110122,7 +164110,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -110144,8 +164132,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -110171,14 +164159,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000e5-0000-4000-8000-00000e2000e5", + "id": "0e20018a-0000-4000-8000-00000e20018a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -110188,7 +164176,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -110214,20 +164202,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -110238,11 +164226,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -110314,7 +164302,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -110336,8 +164324,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -110363,14 +164351,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000e6-0000-4000-8000-00000e2000e6", + "id": "0e20018b-0000-4000-8000-00000e20018b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20018c-0000-4000-8000-00000e20018c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20018d-0000-4000-8000-00000e20018d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card56/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20018e-0000-4000-8000-00000e20018e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -110406,20 +164823,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -110513,7 +164930,7 @@ } }, { - "id": "0e2000e7-0000-4000-8000-00000e2000e7", + "id": "0e20018f-0000-4000-8000-00000e20018f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -110523,7 +164940,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -110549,19 +164966,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -110572,12 +164989,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -110649,7 +165066,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -110671,8 +165088,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -110698,14 +165115,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000e8-0000-4000-8000-00000e2000e8", + "id": "0e200190-0000-4000-8000-00000e200190", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -110715,7 +165132,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -110741,20 +165158,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -110765,11 +165182,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -110841,7 +165258,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -110863,8 +165280,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -110890,14 +165307,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000e9-0000-4000-8000-00000e2000e9", + "id": "0e200191-0000-4000-8000-00000e200191", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -110907,7 +165324,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -110933,20 +165350,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -110957,11 +165374,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -111033,7 +165450,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -111055,8 +165472,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -111082,14 +165499,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000ea-0000-4000-8000-00000e2000ea", + "id": "0e200192-0000-4000-8000-00000e200192", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200193-0000-4000-8000-00000e200193", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200194-0000-4000-8000-00000e200194", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card57/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200195-0000-4000-8000-00000e200195", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -111125,20 +165971,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -111232,7 +166078,7 @@ } }, { - "id": "0e2000eb-0000-4000-8000-00000e2000eb", + "id": "0e200196-0000-4000-8000-00000e200196", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -111242,7 +166088,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -111268,19 +166114,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -111291,12 +166137,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -111368,7 +166214,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -111390,8 +166236,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -111417,14 +166263,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000ec-0000-4000-8000-00000e2000ec", + "id": "0e200197-0000-4000-8000-00000e200197", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -111434,7 +166280,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -111460,20 +166306,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -111484,11 +166330,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -111560,7 +166406,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -111582,8 +166428,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -111609,14 +166455,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000ed-0000-4000-8000-00000e2000ed", + "id": "0e200198-0000-4000-8000-00000e200198", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -111626,7 +166472,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -111652,20 +166498,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -111676,11 +166522,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -111752,7 +166598,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -111774,8 +166620,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -111801,14 +166647,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000ee-0000-4000-8000-00000e2000ee", + "id": "0e200199-0000-4000-8000-00000e200199", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20019a-0000-4000-8000-00000e20019a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20019b-0000-4000-8000-00000e20019b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card58/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20019c-0000-4000-8000-00000e20019c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -111844,20 +167119,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -111951,7 +167226,7 @@ } }, { - "id": "0e2000ef-0000-4000-8000-00000e2000ef", + "id": "0e20019d-0000-4000-8000-00000e20019d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -111961,7 +167236,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -111987,19 +167262,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -112010,12 +167285,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -112087,7 +167362,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -112109,8 +167384,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112136,14 +167411,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000f0-0000-4000-8000-00000e2000f0", + "id": "0e20019e-0000-4000-8000-00000e20019e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -112153,7 +167428,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -112179,20 +167454,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -112203,11 +167478,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -112279,7 +167554,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -112301,8 +167576,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112328,14 +167603,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000f1-0000-4000-8000-00000e2000f1", + "id": "0e20019f-0000-4000-8000-00000e20019f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -112345,7 +167620,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -112371,20 +167646,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -112395,11 +167670,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -112471,7 +167746,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -112493,8 +167768,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112520,14 +167795,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000f2-0000-4000-8000-00000e2000f2", + "id": "0e2001a0-0000-4000-8000-00000e2001a0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001a1-0000-4000-8000-00000e2001a1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001a2-0000-4000-8000-00000e2001a2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card59/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001a3-0000-4000-8000-00000e2001a3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -112563,20 +168267,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -112670,7 +168374,7 @@ } }, { - "id": "0e2000f3-0000-4000-8000-00000e2000f3", + "id": "0e2001a4-0000-4000-8000-00000e2001a4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -112680,7 +168384,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -112706,19 +168410,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -112729,12 +168433,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -112806,7 +168510,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -112828,8 +168532,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -112855,14 +168559,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000f4-0000-4000-8000-00000e2000f4", + "id": "0e2001a5-0000-4000-8000-00000e2001a5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -112872,7 +168576,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -112898,20 +168602,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -112922,11 +168626,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -112998,7 +168702,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -113020,8 +168724,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113047,14 +168751,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000f5-0000-4000-8000-00000e2000f5", + "id": "0e2001a6-0000-4000-8000-00000e2001a6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -113064,7 +168768,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -113090,20 +168794,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -113114,11 +168818,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -113190,7 +168894,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -113212,8 +168916,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113239,14 +168943,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000f6-0000-4000-8000-00000e2000f6", + "id": "0e2001a7-0000-4000-8000-00000e2001a7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001a8-0000-4000-8000-00000e2001a8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001a9-0000-4000-8000-00000e2001a9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card60/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001aa-0000-4000-8000-00000e2001aa", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -113282,20 +169415,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -113389,7 +169522,7 @@ } }, { - "id": "0e2000f7-0000-4000-8000-00000e2000f7", + "id": "0e2001ab-0000-4000-8000-00000e2001ab", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -113399,7 +169532,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -113425,19 +169558,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -113448,12 +169581,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -113525,7 +169658,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -113547,8 +169680,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113574,14 +169707,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000f8-0000-4000-8000-00000e2000f8", + "id": "0e2001ac-0000-4000-8000-00000e2001ac", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -113591,7 +169724,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -113617,20 +169750,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -113641,11 +169774,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -113717,7 +169850,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -113739,8 +169872,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113766,14 +169899,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000f9-0000-4000-8000-00000e2000f9", + "id": "0e2001ad-0000-4000-8000-00000e2001ad", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -113783,7 +169916,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -113809,20 +169942,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -113833,11 +169966,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -113909,7 +170042,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -113931,8 +170064,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -113958,14 +170091,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000fa-0000-4000-8000-00000e2000fa", + "id": "0e2001ae-0000-4000-8000-00000e2001ae", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001af-0000-4000-8000-00000e2001af", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001b0-0000-4000-8000-00000e2001b0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card61/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001b1-0000-4000-8000-00000e2001b1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -114001,20 +170563,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -114108,7 +170670,7 @@ } }, { - "id": "0e2000fb-0000-4000-8000-00000e2000fb", + "id": "0e2001b2-0000-4000-8000-00000e2001b2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -114118,7 +170680,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -114144,19 +170706,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -114167,12 +170729,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -114244,7 +170806,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -114266,8 +170828,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -114293,14 +170855,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2000fc-0000-4000-8000-00000e2000fc", + "id": "0e2001b3-0000-4000-8000-00000e2001b3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -114310,7 +170872,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -114336,20 +170898,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -114360,11 +170922,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -114436,7 +170998,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -114458,8 +171020,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -114485,14 +171047,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2000fd-0000-4000-8000-00000e2000fd", + "id": "0e2001b4-0000-4000-8000-00000e2001b4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -114502,7 +171064,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -114528,20 +171090,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -114552,11 +171114,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -114628,7 +171190,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -114650,8 +171212,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -114677,14 +171239,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2000fe-0000-4000-8000-00000e2000fe", + "id": "0e2001b5-0000-4000-8000-00000e2001b5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001b6-0000-4000-8000-00000e2001b6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001b7-0000-4000-8000-00000e2001b7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card62/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001b8-0000-4000-8000-00000e2001b8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -114720,20 +171711,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -114827,7 +171818,7 @@ } }, { - "id": "0e2000ff-0000-4000-8000-00000e2000ff", + "id": "0e2001b9-0000-4000-8000-00000e2001b9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -114837,7 +171828,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -114863,19 +171854,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -114886,12 +171877,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -114963,7 +171954,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -114985,8 +171976,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115012,14 +172003,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200100-0000-4000-8000-00000e200100", + "id": "0e2001ba-0000-4000-8000-00000e2001ba", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -115029,7 +172020,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -115055,20 +172046,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -115079,11 +172070,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -115155,7 +172146,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -115177,8 +172168,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115204,14 +172195,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200101-0000-4000-8000-00000e200101", + "id": "0e2001bb-0000-4000-8000-00000e2001bb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -115221,7 +172212,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -115247,20 +172238,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -115271,11 +172262,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -115347,7 +172338,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -115369,8 +172360,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115396,14 +172387,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200102-0000-4000-8000-00000e200102", + "id": "0e2001bc-0000-4000-8000-00000e2001bc", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001bd-0000-4000-8000-00000e2001bd", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001be-0000-4000-8000-00000e2001be", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card63/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001bf-0000-4000-8000-00000e2001bf", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -115439,20 +172859,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -115546,7 +172966,7 @@ } }, { - "id": "0e200103-0000-4000-8000-00000e200103", + "id": "0e2001c0-0000-4000-8000-00000e2001c0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -115556,7 +172976,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -115582,19 +173002,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -115605,12 +173025,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -115682,7 +173102,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -115704,8 +173124,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115731,14 +173151,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200104-0000-4000-8000-00000e200104", + "id": "0e2001c1-0000-4000-8000-00000e2001c1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -115748,7 +173168,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -115774,20 +173194,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -115798,11 +173218,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -115874,7 +173294,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -115896,8 +173316,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -115923,14 +173343,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200105-0000-4000-8000-00000e200105", + "id": "0e2001c2-0000-4000-8000-00000e2001c2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -115940,7 +173360,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -115966,20 +173386,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -115990,11 +173410,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -116066,7 +173486,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -116088,8 +173508,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -116115,14 +173535,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200106-0000-4000-8000-00000e200106", + "id": "0e2001c3-0000-4000-8000-00000e2001c3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001c4-0000-4000-8000-00000e2001c4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001c5-0000-4000-8000-00000e2001c5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card64/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001c6-0000-4000-8000-00000e2001c6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -116158,20 +174007,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -116265,7 +174114,7 @@ } }, { - "id": "0e200107-0000-4000-8000-00000e200107", + "id": "0e2001c7-0000-4000-8000-00000e2001c7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -116275,7 +174124,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -116301,19 +174150,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -116324,12 +174173,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -116401,7 +174250,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -116423,8 +174272,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -116450,14 +174299,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200108-0000-4000-8000-00000e200108", + "id": "0e2001c8-0000-4000-8000-00000e2001c8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -116467,7 +174316,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -116493,20 +174342,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -116517,11 +174366,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -116593,7 +174442,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -116615,8 +174464,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -116642,14 +174491,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200109-0000-4000-8000-00000e200109", + "id": "0e2001c9-0000-4000-8000-00000e2001c9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -116659,7 +174508,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -116685,20 +174534,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -116709,11 +174558,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -116785,7 +174634,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -116807,8 +174656,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -116834,14 +174683,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20010a-0000-4000-8000-00000e20010a", + "id": "0e2001ca-0000-4000-8000-00000e2001ca", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001cb-0000-4000-8000-00000e2001cb", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001cc-0000-4000-8000-00000e2001cc", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card65/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001cd-0000-4000-8000-00000e2001cd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -116877,20 +175155,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -116984,7 +175262,7 @@ } }, { - "id": "0e20010b-0000-4000-8000-00000e20010b", + "id": "0e2001ce-0000-4000-8000-00000e2001ce", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -116994,7 +175272,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -117020,19 +175298,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -117043,12 +175321,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -117120,7 +175398,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -117142,8 +175420,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -117169,14 +175447,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20010c-0000-4000-8000-00000e20010c", + "id": "0e2001cf-0000-4000-8000-00000e2001cf", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -117186,7 +175464,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -117212,20 +175490,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -117236,11 +175514,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -117312,7 +175590,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -117334,8 +175612,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -117361,14 +175639,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20010d-0000-4000-8000-00000e20010d", + "id": "0e2001d0-0000-4000-8000-00000e2001d0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -117378,7 +175656,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -117404,20 +175682,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -117428,11 +175706,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -117504,7 +175782,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -117526,8 +175804,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -117553,14 +175831,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20010e-0000-4000-8000-00000e20010e", + "id": "0e2001d1-0000-4000-8000-00000e2001d1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001d2-0000-4000-8000-00000e2001d2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001d3-0000-4000-8000-00000e2001d3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card66/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001d4-0000-4000-8000-00000e2001d4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -117596,20 +176303,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -117703,7 +176410,7 @@ } }, { - "id": "0e20010f-0000-4000-8000-00000e20010f", + "id": "0e2001d5-0000-4000-8000-00000e2001d5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -117713,7 +176420,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -117739,19 +176446,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -117762,12 +176469,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -117839,7 +176546,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -117861,8 +176568,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -117888,14 +176595,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200110-0000-4000-8000-00000e200110", + "id": "0e2001d6-0000-4000-8000-00000e2001d6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -117905,7 +176612,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -117931,20 +176638,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -117955,11 +176662,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -118031,7 +176738,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -118053,8 +176760,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118080,14 +176787,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200111-0000-4000-8000-00000e200111", + "id": "0e2001d7-0000-4000-8000-00000e2001d7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -118097,7 +176804,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -118123,20 +176830,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -118147,11 +176854,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -118223,7 +176930,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -118245,8 +176952,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118272,14 +176979,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200112-0000-4000-8000-00000e200112", + "id": "0e2001d8-0000-4000-8000-00000e2001d8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001d9-0000-4000-8000-00000e2001d9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001da-0000-4000-8000-00000e2001da", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card67/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001db-0000-4000-8000-00000e2001db", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -118315,20 +177451,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -118422,7 +177558,7 @@ } }, { - "id": "0e200113-0000-4000-8000-00000e200113", + "id": "0e2001dc-0000-4000-8000-00000e2001dc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -118432,7 +177568,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -118458,19 +177594,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -118481,12 +177617,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -118558,7 +177694,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -118580,8 +177716,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118607,14 +177743,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200114-0000-4000-8000-00000e200114", + "id": "0e2001dd-0000-4000-8000-00000e2001dd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -118624,7 +177760,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -118650,20 +177786,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -118674,11 +177810,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -118750,7 +177886,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -118772,8 +177908,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118799,14 +177935,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200115-0000-4000-8000-00000e200115", + "id": "0e2001de-0000-4000-8000-00000e2001de", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -118816,7 +177952,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -118842,20 +177978,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -118866,11 +178002,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -118942,7 +178078,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -118964,8 +178100,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -118991,14 +178127,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200116-0000-4000-8000-00000e200116", + "id": "0e2001df-0000-4000-8000-00000e2001df", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001e0-0000-4000-8000-00000e2001e0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001e1-0000-4000-8000-00000e2001e1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card68/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001e2-0000-4000-8000-00000e2001e2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -119034,20 +178599,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -119141,7 +178706,7 @@ } }, { - "id": "0e200117-0000-4000-8000-00000e200117", + "id": "0e2001e3-0000-4000-8000-00000e2001e3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -119151,7 +178716,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -119177,19 +178742,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -119200,12 +178765,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -119277,7 +178842,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -119299,8 +178864,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -119326,14 +178891,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200118-0000-4000-8000-00000e200118", + "id": "0e2001e4-0000-4000-8000-00000e2001e4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -119343,7 +178908,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -119369,20 +178934,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -119393,11 +178958,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -119469,7 +179034,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -119491,8 +179056,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -119518,14 +179083,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200119-0000-4000-8000-00000e200119", + "id": "0e2001e5-0000-4000-8000-00000e2001e5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -119535,7 +179100,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -119561,20 +179126,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -119585,11 +179150,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -119661,7 +179226,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -119683,8 +179248,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -119710,14 +179275,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20011a-0000-4000-8000-00000e20011a", + "id": "0e2001e6-0000-4000-8000-00000e2001e6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001e7-0000-4000-8000-00000e2001e7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001e8-0000-4000-8000-00000e2001e8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card69/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001e9-0000-4000-8000-00000e2001e9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -119753,20 +179747,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -119860,7 +179854,7 @@ } }, { - "id": "0e20011b-0000-4000-8000-00000e20011b", + "id": "0e2001ea-0000-4000-8000-00000e2001ea", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -119870,7 +179864,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -119896,19 +179890,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -119919,12 +179913,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -119996,7 +179990,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -120018,8 +180012,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120045,14 +180039,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20011c-0000-4000-8000-00000e20011c", + "id": "0e2001eb-0000-4000-8000-00000e2001eb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -120062,7 +180056,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -120088,20 +180082,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -120112,11 +180106,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -120188,7 +180182,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -120210,8 +180204,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120237,14 +180231,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20011d-0000-4000-8000-00000e20011d", + "id": "0e2001ec-0000-4000-8000-00000e2001ec", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -120254,7 +180248,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -120280,20 +180274,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -120304,11 +180298,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -120380,7 +180374,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -120402,8 +180396,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120429,14 +180423,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20011e-0000-4000-8000-00000e20011e", + "id": "0e2001ed-0000-4000-8000-00000e2001ed", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001ee-0000-4000-8000-00000e2001ee", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001ef-0000-4000-8000-00000e2001ef", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card70/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001f0-0000-4000-8000-00000e2001f0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -120472,20 +180895,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -120579,7 +181002,7 @@ } }, { - "id": "0e20011f-0000-4000-8000-00000e20011f", + "id": "0e2001f1-0000-4000-8000-00000e2001f1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -120589,7 +181012,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -120615,19 +181038,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -120638,12 +181061,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -120715,7 +181138,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -120737,8 +181160,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120764,14 +181187,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200120-0000-4000-8000-00000e200120", + "id": "0e2001f2-0000-4000-8000-00000e2001f2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -120781,7 +181204,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -120807,20 +181230,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -120831,11 +181254,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -120907,7 +181330,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -120929,8 +181352,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -120956,14 +181379,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200121-0000-4000-8000-00000e200121", + "id": "0e2001f3-0000-4000-8000-00000e2001f3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -120973,7 +181396,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -120999,20 +181422,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -121023,11 +181446,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -121099,7 +181522,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -121121,8 +181544,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -121148,14 +181571,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200122-0000-4000-8000-00000e200122", + "id": "0e2001f4-0000-4000-8000-00000e2001f4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001f5-0000-4000-8000-00000e2001f5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001f6-0000-4000-8000-00000e2001f6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card71/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001f7-0000-4000-8000-00000e2001f7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -121191,20 +182043,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -121298,7 +182150,7 @@ } }, { - "id": "0e200123-0000-4000-8000-00000e200123", + "id": "0e2001f8-0000-4000-8000-00000e2001f8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -121308,7 +182160,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -121334,19 +182186,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -121357,12 +182209,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -121434,7 +182286,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -121456,8 +182308,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -121483,14 +182335,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200124-0000-4000-8000-00000e200124", + "id": "0e2001f9-0000-4000-8000-00000e2001f9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -121500,7 +182352,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -121526,20 +182378,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -121550,11 +182402,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -121626,7 +182478,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -121648,8 +182500,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -121675,14 +182527,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200125-0000-4000-8000-00000e200125", + "id": "0e2001fa-0000-4000-8000-00000e2001fa", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -121692,7 +182544,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -121718,20 +182570,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -121742,11 +182594,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -121818,7 +182670,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -121840,8 +182692,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -121867,14 +182719,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200126-0000-4000-8000-00000e200126", + "id": "0e2001fb-0000-4000-8000-00000e2001fb", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001fc-0000-4000-8000-00000e2001fc", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001fd-0000-4000-8000-00000e2001fd", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card72/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2001fe-0000-4000-8000-00000e2001fe", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -121910,20 +183191,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -122017,7 +183298,7 @@ } }, { - "id": "0e200127-0000-4000-8000-00000e200127", + "id": "0e2001ff-0000-4000-8000-00000e2001ff", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -122027,7 +183308,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -122053,19 +183334,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -122076,12 +183357,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -122153,7 +183434,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -122175,8 +183456,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -122202,14 +183483,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200128-0000-4000-8000-00000e200128", + "id": "0e200200-0000-4000-8000-00000e200200", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -122219,7 +183500,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -122245,20 +183526,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -122269,11 +183550,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -122345,7 +183626,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -122367,8 +183648,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -122394,14 +183675,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200129-0000-4000-8000-00000e200129", + "id": "0e200201-0000-4000-8000-00000e200201", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -122411,7 +183692,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -122437,20 +183718,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -122461,11 +183742,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -122537,7 +183818,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -122559,8 +183840,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -122586,14 +183867,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20012a-0000-4000-8000-00000e20012a", + "id": "0e200202-0000-4000-8000-00000e200202", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200203-0000-4000-8000-00000e200203", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200204-0000-4000-8000-00000e200204", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card73/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200205-0000-4000-8000-00000e200205", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -122629,20 +184339,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -122736,7 +184446,7 @@ } }, { - "id": "0e20012b-0000-4000-8000-00000e20012b", + "id": "0e200206-0000-4000-8000-00000e200206", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -122746,7 +184456,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -122772,19 +184482,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -122795,12 +184505,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -122872,7 +184582,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -122894,8 +184604,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -122921,14 +184631,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20012c-0000-4000-8000-00000e20012c", + "id": "0e200207-0000-4000-8000-00000e200207", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -122938,7 +184648,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -122964,20 +184674,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -122988,11 +184698,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -123064,7 +184774,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -123086,8 +184796,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -123113,14 +184823,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20012d-0000-4000-8000-00000e20012d", + "id": "0e200208-0000-4000-8000-00000e200208", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -123130,7 +184840,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -123156,20 +184866,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -123180,11 +184890,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -123256,7 +184966,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -123278,8 +184988,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -123305,14 +185015,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20012e-0000-4000-8000-00000e20012e", + "id": "0e200209-0000-4000-8000-00000e200209", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20020a-0000-4000-8000-00000e20020a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20020b-0000-4000-8000-00000e20020b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card74/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20020c-0000-4000-8000-00000e20020c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -123348,20 +185487,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -123455,7 +185594,7 @@ } }, { - "id": "0e20012f-0000-4000-8000-00000e20012f", + "id": "0e20020d-0000-4000-8000-00000e20020d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -123465,7 +185604,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -123491,19 +185630,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -123514,12 +185653,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -123591,7 +185730,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -123613,8 +185752,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -123640,14 +185779,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200130-0000-4000-8000-00000e200130", + "id": "0e20020e-0000-4000-8000-00000e20020e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -123657,7 +185796,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -123683,20 +185822,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -123707,11 +185846,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -123783,7 +185922,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -123805,8 +185944,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -123832,14 +185971,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200131-0000-4000-8000-00000e200131", + "id": "0e20020f-0000-4000-8000-00000e20020f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -123849,7 +185988,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -123875,20 +186014,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -123899,11 +186038,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -123975,7 +186114,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -123997,8 +186136,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -124024,14 +186163,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200132-0000-4000-8000-00000e200132", + "id": "0e200210-0000-4000-8000-00000e200210", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200211-0000-4000-8000-00000e200211", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200212-0000-4000-8000-00000e200212", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card75/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200213-0000-4000-8000-00000e200213", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -124067,20 +186635,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -124174,7 +186742,7 @@ } }, { - "id": "0e200133-0000-4000-8000-00000e200133", + "id": "0e200214-0000-4000-8000-00000e200214", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -124184,7 +186752,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -124210,19 +186778,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -124233,12 +186801,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -124310,7 +186878,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -124332,8 +186900,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -124359,14 +186927,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200134-0000-4000-8000-00000e200134", + "id": "0e200215-0000-4000-8000-00000e200215", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -124376,7 +186944,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -124402,20 +186970,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -124426,11 +186994,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -124502,7 +187070,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -124524,8 +187092,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -124551,14 +187119,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200135-0000-4000-8000-00000e200135", + "id": "0e200216-0000-4000-8000-00000e200216", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -124568,7 +187136,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -124594,20 +187162,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -124618,11 +187186,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -124694,7 +187262,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -124716,8 +187284,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -124743,14 +187311,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200136-0000-4000-8000-00000e200136", + "id": "0e200217-0000-4000-8000-00000e200217", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200218-0000-4000-8000-00000e200218", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200219-0000-4000-8000-00000e200219", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card76/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20021a-0000-4000-8000-00000e20021a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -124786,20 +187783,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -124893,7 +187890,7 @@ } }, { - "id": "0e200137-0000-4000-8000-00000e200137", + "id": "0e20021b-0000-4000-8000-00000e20021b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -124903,7 +187900,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -124929,19 +187926,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -124952,12 +187949,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -125029,7 +188026,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -125051,8 +188048,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125078,14 +188075,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200138-0000-4000-8000-00000e200138", + "id": "0e20021c-0000-4000-8000-00000e20021c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -125095,7 +188092,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -125121,20 +188118,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -125145,11 +188142,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -125221,7 +188218,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -125243,8 +188240,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125270,14 +188267,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200139-0000-4000-8000-00000e200139", + "id": "0e20021d-0000-4000-8000-00000e20021d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -125287,7 +188284,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -125313,20 +188310,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -125337,11 +188334,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -125413,7 +188410,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -125435,8 +188432,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125462,14 +188459,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20013a-0000-4000-8000-00000e20013a", + "id": "0e20021e-0000-4000-8000-00000e20021e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20021f-0000-4000-8000-00000e20021f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200220-0000-4000-8000-00000e200220", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card77/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200221-0000-4000-8000-00000e200221", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -125505,20 +188931,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -125612,7 +189038,7 @@ } }, { - "id": "0e20013b-0000-4000-8000-00000e20013b", + "id": "0e200222-0000-4000-8000-00000e200222", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -125622,7 +189048,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -125648,19 +189074,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -125671,12 +189097,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -125748,7 +189174,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -125770,8 +189196,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125797,14 +189223,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20013c-0000-4000-8000-00000e20013c", + "id": "0e200223-0000-4000-8000-00000e200223", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -125814,7 +189240,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -125840,20 +189266,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -125864,11 +189290,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -125940,7 +189366,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -125962,8 +189388,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -125989,14 +189415,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20013d-0000-4000-8000-00000e20013d", + "id": "0e200224-0000-4000-8000-00000e200224", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -126006,7 +189432,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -126032,20 +189458,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -126056,11 +189482,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -126132,7 +189558,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -126154,8 +189580,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -126181,14 +189607,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20013e-0000-4000-8000-00000e20013e", + "id": "0e200225-0000-4000-8000-00000e200225", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200226-0000-4000-8000-00000e200226", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200227-0000-4000-8000-00000e200227", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card78/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200228-0000-4000-8000-00000e200228", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -126224,20 +190079,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -126331,7 +190186,7 @@ } }, { - "id": "0e20013f-0000-4000-8000-00000e20013f", + "id": "0e200229-0000-4000-8000-00000e200229", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -126341,7 +190196,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -126367,19 +190222,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -126390,12 +190245,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -126467,7 +190322,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -126489,8 +190344,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -126516,14 +190371,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200140-0000-4000-8000-00000e200140", + "id": "0e20022a-0000-4000-8000-00000e20022a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -126533,7 +190388,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -126559,20 +190414,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -126583,11 +190438,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -126659,7 +190514,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -126681,8 +190536,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -126708,14 +190563,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200141-0000-4000-8000-00000e200141", + "id": "0e20022b-0000-4000-8000-00000e20022b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -126725,7 +190580,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -126751,20 +190606,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -126775,11 +190630,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -126851,7 +190706,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -126873,8 +190728,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -126900,14 +190755,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200142-0000-4000-8000-00000e200142", + "id": "0e20022c-0000-4000-8000-00000e20022c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20022d-0000-4000-8000-00000e20022d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20022e-0000-4000-8000-00000e20022e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card79/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20022f-0000-4000-8000-00000e20022f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -126943,20 +191227,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -127050,7 +191334,7 @@ } }, { - "id": "0e200143-0000-4000-8000-00000e200143", + "id": "0e200230-0000-4000-8000-00000e200230", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -127060,7 +191344,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -127086,19 +191370,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -127109,12 +191393,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -127186,7 +191470,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -127208,8 +191492,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -127235,14 +191519,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200144-0000-4000-8000-00000e200144", + "id": "0e200231-0000-4000-8000-00000e200231", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -127252,7 +191536,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -127278,20 +191562,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -127302,11 +191586,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -127378,7 +191662,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -127400,8 +191684,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -127427,14 +191711,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200145-0000-4000-8000-00000e200145", + "id": "0e200232-0000-4000-8000-00000e200232", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -127444,7 +191728,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -127470,20 +191754,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -127494,11 +191778,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -127570,7 +191854,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -127592,8 +191876,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -127619,14 +191903,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200146-0000-4000-8000-00000e200146", + "id": "0e200233-0000-4000-8000-00000e200233", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200234-0000-4000-8000-00000e200234", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200235-0000-4000-8000-00000e200235", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card80/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200236-0000-4000-8000-00000e200236", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -127662,20 +192375,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -127769,7 +192482,7 @@ } }, { - "id": "0e200147-0000-4000-8000-00000e200147", + "id": "0e200237-0000-4000-8000-00000e200237", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -127779,7 +192492,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -127805,19 +192518,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -127828,12 +192541,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -127905,7 +192618,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -127927,8 +192640,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -127954,14 +192667,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200148-0000-4000-8000-00000e200148", + "id": "0e200238-0000-4000-8000-00000e200238", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -127971,7 +192684,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -127997,20 +192710,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -128021,11 +192734,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -128097,7 +192810,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -128119,8 +192832,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -128146,14 +192859,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200149-0000-4000-8000-00000e200149", + "id": "0e200239-0000-4000-8000-00000e200239", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -128163,7 +192876,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -128189,20 +192902,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -128213,11 +192926,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -128289,7 +193002,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -128311,8 +193024,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -128338,14 +193051,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20014a-0000-4000-8000-00000e20014a", + "id": "0e20023a-0000-4000-8000-00000e20023a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20023b-0000-4000-8000-00000e20023b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20023c-0000-4000-8000-00000e20023c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card81/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20023d-0000-4000-8000-00000e20023d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -128381,20 +193523,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -128488,7 +193630,7 @@ } }, { - "id": "0e20014b-0000-4000-8000-00000e20014b", + "id": "0e20023e-0000-4000-8000-00000e20023e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -128498,7 +193640,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -128524,19 +193666,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -128547,12 +193689,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -128624,7 +193766,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -128646,8 +193788,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -128673,14 +193815,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20014c-0000-4000-8000-00000e20014c", + "id": "0e20023f-0000-4000-8000-00000e20023f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -128690,7 +193832,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -128716,20 +193858,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -128740,11 +193882,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -128816,7 +193958,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -128838,8 +193980,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -128865,14 +194007,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20014d-0000-4000-8000-00000e20014d", + "id": "0e200240-0000-4000-8000-00000e200240", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -128882,7 +194024,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -128908,20 +194050,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -128932,11 +194074,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -129008,7 +194150,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -129030,8 +194172,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -129057,14 +194199,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20014e-0000-4000-8000-00000e20014e", + "id": "0e200241-0000-4000-8000-00000e200241", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200242-0000-4000-8000-00000e200242", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200243-0000-4000-8000-00000e200243", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card82/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200244-0000-4000-8000-00000e200244", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -129100,20 +194671,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -129207,7 +194778,7 @@ } }, { - "id": "0e20014f-0000-4000-8000-00000e20014f", + "id": "0e200245-0000-4000-8000-00000e200245", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -129217,7 +194788,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -129243,19 +194814,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -129266,12 +194837,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -129343,7 +194914,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -129365,8 +194936,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -129392,14 +194963,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200150-0000-4000-8000-00000e200150", + "id": "0e200246-0000-4000-8000-00000e200246", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -129409,7 +194980,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -129435,20 +195006,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -129459,11 +195030,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -129535,7 +195106,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -129557,8 +195128,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -129584,14 +195155,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200151-0000-4000-8000-00000e200151", + "id": "0e200247-0000-4000-8000-00000e200247", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -129601,7 +195172,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -129627,20 +195198,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -129651,11 +195222,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -129727,7 +195298,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -129749,8 +195320,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -129776,14 +195347,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200152-0000-4000-8000-00000e200152", + "id": "0e200248-0000-4000-8000-00000e200248", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200249-0000-4000-8000-00000e200249", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20024a-0000-4000-8000-00000e20024a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card83/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20024b-0000-4000-8000-00000e20024b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -129819,20 +195819,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -129926,7 +195926,7 @@ } }, { - "id": "0e200153-0000-4000-8000-00000e200153", + "id": "0e20024c-0000-4000-8000-00000e20024c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -129936,7 +195936,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -129962,19 +195962,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -129985,12 +195985,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -130062,7 +196062,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -130084,8 +196084,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -130111,14 +196111,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200154-0000-4000-8000-00000e200154", + "id": "0e20024d-0000-4000-8000-00000e20024d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -130128,7 +196128,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -130154,20 +196154,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -130178,11 +196178,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -130254,7 +196254,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -130276,8 +196276,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -130303,14 +196303,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200155-0000-4000-8000-00000e200155", + "id": "0e20024e-0000-4000-8000-00000e20024e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -130320,7 +196320,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -130346,20 +196346,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -130370,11 +196370,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -130446,7 +196446,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -130468,8 +196468,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -130495,14 +196495,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200156-0000-4000-8000-00000e200156", + "id": "0e20024f-0000-4000-8000-00000e20024f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200250-0000-4000-8000-00000e200250", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200251-0000-4000-8000-00000e200251", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card84/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200252-0000-4000-8000-00000e200252", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -130538,20 +196967,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -130645,7 +197074,7 @@ } }, { - "id": "0e200157-0000-4000-8000-00000e200157", + "id": "0e200253-0000-4000-8000-00000e200253", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -130655,7 +197084,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -130681,19 +197110,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -130704,12 +197133,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -130781,7 +197210,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -130803,8 +197232,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -130830,14 +197259,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200158-0000-4000-8000-00000e200158", + "id": "0e200254-0000-4000-8000-00000e200254", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -130847,7 +197276,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -130873,20 +197302,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -130897,11 +197326,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -130973,7 +197402,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -130995,8 +197424,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131022,14 +197451,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200159-0000-4000-8000-00000e200159", + "id": "0e200255-0000-4000-8000-00000e200255", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -131039,7 +197468,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -131065,20 +197494,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -131089,11 +197518,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -131165,7 +197594,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -131187,8 +197616,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131214,14 +197643,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20015a-0000-4000-8000-00000e20015a", + "id": "0e200256-0000-4000-8000-00000e200256", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200257-0000-4000-8000-00000e200257", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200258-0000-4000-8000-00000e200258", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card85/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200259-0000-4000-8000-00000e200259", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -131257,20 +198115,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -131364,7 +198222,7 @@ } }, { - "id": "0e20015b-0000-4000-8000-00000e20015b", + "id": "0e20025a-0000-4000-8000-00000e20025a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -131374,7 +198232,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -131400,19 +198258,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -131423,12 +198281,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -131500,7 +198358,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -131522,8 +198380,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131549,14 +198407,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20015c-0000-4000-8000-00000e20015c", + "id": "0e20025b-0000-4000-8000-00000e20025b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -131566,7 +198424,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -131592,20 +198450,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -131616,11 +198474,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -131692,7 +198550,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -131714,8 +198572,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131741,14 +198599,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20015d-0000-4000-8000-00000e20015d", + "id": "0e20025c-0000-4000-8000-00000e20025c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -131758,7 +198616,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -131784,20 +198642,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -131808,11 +198666,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -131884,7 +198742,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -131906,8 +198764,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -131933,14 +198791,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20015e-0000-4000-8000-00000e20015e", + "id": "0e20025d-0000-4000-8000-00000e20025d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20025e-0000-4000-8000-00000e20025e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20025f-0000-4000-8000-00000e20025f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card86/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200260-0000-4000-8000-00000e200260", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -131976,20 +199263,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -132083,7 +199370,7 @@ } }, { - "id": "0e20015f-0000-4000-8000-00000e20015f", + "id": "0e200261-0000-4000-8000-00000e200261", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -132093,7 +199380,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -132119,19 +199406,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -132142,12 +199429,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -132219,7 +199506,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -132241,8 +199528,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132268,14 +199555,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200160-0000-4000-8000-00000e200160", + "id": "0e200262-0000-4000-8000-00000e200262", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -132285,7 +199572,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -132311,20 +199598,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -132335,11 +199622,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -132411,7 +199698,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -132433,8 +199720,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132460,14 +199747,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200161-0000-4000-8000-00000e200161", + "id": "0e200263-0000-4000-8000-00000e200263", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -132477,7 +199764,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -132503,20 +199790,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -132527,11 +199814,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -132603,7 +199890,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -132625,8 +199912,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132652,14 +199939,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200162-0000-4000-8000-00000e200162", + "id": "0e200264-0000-4000-8000-00000e200264", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200265-0000-4000-8000-00000e200265", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200266-0000-4000-8000-00000e200266", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card87/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200267-0000-4000-8000-00000e200267", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -132695,20 +200411,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -132802,7 +200518,7 @@ } }, { - "id": "0e200163-0000-4000-8000-00000e200163", + "id": "0e200268-0000-4000-8000-00000e200268", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -132812,7 +200528,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -132838,19 +200554,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -132861,12 +200577,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -132938,7 +200654,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -132960,8 +200676,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -132987,14 +200703,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200164-0000-4000-8000-00000e200164", + "id": "0e200269-0000-4000-8000-00000e200269", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -133004,7 +200720,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -133030,20 +200746,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -133054,11 +200770,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -133130,7 +200846,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -133152,8 +200868,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133179,14 +200895,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200165-0000-4000-8000-00000e200165", + "id": "0e20026a-0000-4000-8000-00000e20026a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -133196,7 +200912,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -133222,20 +200938,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -133246,11 +200962,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -133322,7 +201038,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -133344,8 +201060,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133371,14 +201087,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200166-0000-4000-8000-00000e200166", + "id": "0e20026b-0000-4000-8000-00000e20026b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20026c-0000-4000-8000-00000e20026c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20026d-0000-4000-8000-00000e20026d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card88/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20026e-0000-4000-8000-00000e20026e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -133414,20 +201559,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -133521,7 +201666,7 @@ } }, { - "id": "0e200167-0000-4000-8000-00000e200167", + "id": "0e20026f-0000-4000-8000-00000e20026f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -133531,7 +201676,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -133557,19 +201702,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -133580,12 +201725,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -133657,7 +201802,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -133679,8 +201824,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133706,14 +201851,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200168-0000-4000-8000-00000e200168", + "id": "0e200270-0000-4000-8000-00000e200270", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -133723,7 +201868,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -133749,20 +201894,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -133773,11 +201918,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -133849,7 +201994,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -133871,8 +202016,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -133898,14 +202043,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200169-0000-4000-8000-00000e200169", + "id": "0e200271-0000-4000-8000-00000e200271", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -133915,7 +202060,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -133941,20 +202086,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -133965,11 +202110,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -134041,7 +202186,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -134063,8 +202208,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -134090,14 +202235,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20016a-0000-4000-8000-00000e20016a", + "id": "0e200272-0000-4000-8000-00000e200272", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200273-0000-4000-8000-00000e200273", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200274-0000-4000-8000-00000e200274", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card89/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200275-0000-4000-8000-00000e200275", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -134133,20 +202707,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -134240,7 +202814,7 @@ } }, { - "id": "0e20016b-0000-4000-8000-00000e20016b", + "id": "0e200276-0000-4000-8000-00000e200276", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -134250,7 +202824,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -134276,19 +202850,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -134299,12 +202873,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -134376,7 +202950,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -134398,8 +202972,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -134425,14 +202999,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20016c-0000-4000-8000-00000e20016c", + "id": "0e200277-0000-4000-8000-00000e200277", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -134442,7 +203016,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -134468,20 +203042,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -134492,11 +203066,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -134568,7 +203142,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -134590,8 +203164,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -134617,14 +203191,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20016d-0000-4000-8000-00000e20016d", + "id": "0e200278-0000-4000-8000-00000e200278", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -134634,7 +203208,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -134660,20 +203234,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -134684,11 +203258,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -134760,7 +203334,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -134782,8 +203356,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -134809,14 +203383,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20016e-0000-4000-8000-00000e20016e", + "id": "0e200279-0000-4000-8000-00000e200279", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20027a-0000-4000-8000-00000e20027a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20027b-0000-4000-8000-00000e20027b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card90/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20027c-0000-4000-8000-00000e20027c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -134852,20 +203855,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -134959,7 +203962,7 @@ } }, { - "id": "0e20016f-0000-4000-8000-00000e20016f", + "id": "0e20027d-0000-4000-8000-00000e20027d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -134969,7 +203972,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -134995,19 +203998,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -135018,12 +204021,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -135095,7 +204098,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -135117,8 +204120,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -135144,14 +204147,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200170-0000-4000-8000-00000e200170", + "id": "0e20027e-0000-4000-8000-00000e20027e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -135161,7 +204164,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -135187,20 +204190,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -135211,11 +204214,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -135287,7 +204290,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -135309,8 +204312,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -135336,14 +204339,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200171-0000-4000-8000-00000e200171", + "id": "0e20027f-0000-4000-8000-00000e20027f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -135353,7 +204356,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -135379,20 +204382,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -135403,11 +204406,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -135479,7 +204482,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -135501,8 +204504,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -135528,14 +204531,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200172-0000-4000-8000-00000e200172", + "id": "0e200280-0000-4000-8000-00000e200280", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200281-0000-4000-8000-00000e200281", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200282-0000-4000-8000-00000e200282", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card91/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200283-0000-4000-8000-00000e200283", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -135571,20 +205003,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -135678,7 +205110,7 @@ } }, { - "id": "0e200173-0000-4000-8000-00000e200173", + "id": "0e200284-0000-4000-8000-00000e200284", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -135688,7 +205120,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -135714,19 +205146,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -135737,12 +205169,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -135814,7 +205246,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -135836,8 +205268,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -135863,14 +205295,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200174-0000-4000-8000-00000e200174", + "id": "0e200285-0000-4000-8000-00000e200285", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -135880,7 +205312,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -135906,20 +205338,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -135930,11 +205362,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -136006,7 +205438,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -136028,8 +205460,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136055,14 +205487,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200175-0000-4000-8000-00000e200175", + "id": "0e200286-0000-4000-8000-00000e200286", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -136072,7 +205504,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -136098,20 +205530,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -136122,11 +205554,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -136198,7 +205630,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -136220,8 +205652,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136247,14 +205679,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200176-0000-4000-8000-00000e200176", + "id": "0e200287-0000-4000-8000-00000e200287", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200288-0000-4000-8000-00000e200288", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200289-0000-4000-8000-00000e200289", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card92/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20028a-0000-4000-8000-00000e20028a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -136290,20 +206151,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -136397,7 +206258,7 @@ } }, { - "id": "0e200177-0000-4000-8000-00000e200177", + "id": "0e20028b-0000-4000-8000-00000e20028b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -136407,7 +206268,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -136433,19 +206294,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -136456,12 +206317,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -136533,7 +206394,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -136555,8 +206416,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136582,14 +206443,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200178-0000-4000-8000-00000e200178", + "id": "0e20028c-0000-4000-8000-00000e20028c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -136599,7 +206460,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -136625,20 +206486,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -136649,11 +206510,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -136725,7 +206586,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -136747,8 +206608,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136774,14 +206635,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200179-0000-4000-8000-00000e200179", + "id": "0e20028d-0000-4000-8000-00000e20028d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -136791,7 +206652,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -136817,20 +206678,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -136841,11 +206702,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -136917,7 +206778,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -136939,8 +206800,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -136966,14 +206827,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20017a-0000-4000-8000-00000e20017a", + "id": "0e20028e-0000-4000-8000-00000e20028e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20028f-0000-4000-8000-00000e20028f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200290-0000-4000-8000-00000e200290", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card93/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200291-0000-4000-8000-00000e200291", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -137009,20 +207299,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -137116,7 +207406,7 @@ } }, { - "id": "0e20017b-0000-4000-8000-00000e20017b", + "id": "0e200292-0000-4000-8000-00000e200292", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -137126,7 +207416,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -137152,19 +207442,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -137175,12 +207465,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -137252,7 +207542,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -137274,8 +207564,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -137301,14 +207591,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20017c-0000-4000-8000-00000e20017c", + "id": "0e200293-0000-4000-8000-00000e200293", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -137318,7 +207608,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -137344,20 +207634,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -137368,11 +207658,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -137444,7 +207734,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -137466,8 +207756,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -137493,14 +207783,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20017d-0000-4000-8000-00000e20017d", + "id": "0e200294-0000-4000-8000-00000e200294", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -137510,7 +207800,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -137536,20 +207826,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -137560,11 +207850,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -137636,7 +207926,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -137658,8 +207948,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -137685,14 +207975,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20017e-0000-4000-8000-00000e20017e", + "id": "0e200295-0000-4000-8000-00000e200295", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200296-0000-4000-8000-00000e200296", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200297-0000-4000-8000-00000e200297", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card94/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200298-0000-4000-8000-00000e200298", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -137728,20 +208447,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -137835,7 +208554,7 @@ } }, { - "id": "0e20017f-0000-4000-8000-00000e20017f", + "id": "0e200299-0000-4000-8000-00000e200299", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -137845,7 +208564,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -137871,19 +208590,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -137894,12 +208613,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -137971,7 +208690,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -137993,8 +208712,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138020,14 +208739,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200180-0000-4000-8000-00000e200180", + "id": "0e20029a-0000-4000-8000-00000e20029a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -138037,7 +208756,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -138063,20 +208782,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -138087,11 +208806,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -138163,7 +208882,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -138185,8 +208904,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138212,14 +208931,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200181-0000-4000-8000-00000e200181", + "id": "0e20029b-0000-4000-8000-00000e20029b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -138229,7 +208948,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -138255,20 +208974,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -138279,11 +208998,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -138355,7 +209074,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -138377,8 +209096,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138404,14 +209123,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200182-0000-4000-8000-00000e200182", + "id": "0e20029c-0000-4000-8000-00000e20029c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20029d-0000-4000-8000-00000e20029d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20029e-0000-4000-8000-00000e20029e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card95/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20029f-0000-4000-8000-00000e20029f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -138447,20 +209595,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -138554,7 +209702,7 @@ } }, { - "id": "0e200183-0000-4000-8000-00000e200183", + "id": "0e2002a0-0000-4000-8000-00000e2002a0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -138564,7 +209712,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -138590,19 +209738,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -138613,12 +209761,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -138690,7 +209838,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -138712,8 +209860,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138739,14 +209887,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200184-0000-4000-8000-00000e200184", + "id": "0e2002a1-0000-4000-8000-00000e2002a1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -138756,7 +209904,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -138782,20 +209930,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -138806,11 +209954,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -138882,7 +210030,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -138904,8 +210052,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -138931,14 +210079,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200185-0000-4000-8000-00000e200185", + "id": "0e2002a2-0000-4000-8000-00000e2002a2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -138948,7 +210096,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -138974,20 +210122,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -138998,11 +210146,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -139074,7 +210222,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -139096,8 +210244,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139123,14 +210271,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200186-0000-4000-8000-00000e200186", + "id": "0e2002a3-0000-4000-8000-00000e2002a3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002a4-0000-4000-8000-00000e2002a4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002a5-0000-4000-8000-00000e2002a5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card96/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002a6-0000-4000-8000-00000e2002a6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -139166,20 +210743,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -139273,7 +210850,7 @@ } }, { - "id": "0e200187-0000-4000-8000-00000e200187", + "id": "0e2002a7-0000-4000-8000-00000e2002a7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -139283,7 +210860,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -139309,19 +210886,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -139332,12 +210909,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -139409,7 +210986,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -139431,8 +211008,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139458,14 +211035,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200188-0000-4000-8000-00000e200188", + "id": "0e2002a8-0000-4000-8000-00000e2002a8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -139475,7 +211052,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -139501,20 +211078,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -139525,11 +211102,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -139601,7 +211178,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -139623,8 +211200,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139650,14 +211227,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200189-0000-4000-8000-00000e200189", + "id": "0e2002a9-0000-4000-8000-00000e2002a9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -139667,7 +211244,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -139693,20 +211270,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -139717,11 +211294,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -139793,7 +211370,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -139815,8 +211392,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -139842,14 +211419,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20018a-0000-4000-8000-00000e20018a", + "id": "0e2002aa-0000-4000-8000-00000e2002aa", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ab-0000-4000-8000-00000e2002ab", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ac-0000-4000-8000-00000e2002ac", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card97/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ad-0000-4000-8000-00000e2002ad", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -139885,20 +211891,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -139992,7 +211998,7 @@ } }, { - "id": "0e20018b-0000-4000-8000-00000e20018b", + "id": "0e2002ae-0000-4000-8000-00000e2002ae", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -140002,7 +212008,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -140028,19 +212034,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -140051,12 +212057,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -140128,7 +212134,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -140150,8 +212156,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -140177,14 +212183,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20018c-0000-4000-8000-00000e20018c", + "id": "0e2002af-0000-4000-8000-00000e2002af", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -140194,7 +212200,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -140220,20 +212226,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -140244,11 +212250,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -140320,7 +212326,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -140342,8 +212348,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -140369,14 +212375,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20018d-0000-4000-8000-00000e20018d", + "id": "0e2002b0-0000-4000-8000-00000e2002b0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -140386,7 +212392,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -140412,20 +212418,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -140436,11 +212442,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -140512,7 +212518,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -140534,8 +212540,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -140561,14 +212567,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20018e-0000-4000-8000-00000e20018e", + "id": "0e2002b1-0000-4000-8000-00000e2002b1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002b2-0000-4000-8000-00000e2002b2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002b3-0000-4000-8000-00000e2002b3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card98/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002b4-0000-4000-8000-00000e2002b4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -140604,20 +213039,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -140711,7 +213146,7 @@ } }, { - "id": "0e20018f-0000-4000-8000-00000e20018f", + "id": "0e2002b5-0000-4000-8000-00000e2002b5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -140721,7 +213156,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -140747,19 +213182,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -140770,12 +213205,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -140847,7 +213282,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -140869,8 +213304,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -140896,14 +213331,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200190-0000-4000-8000-00000e200190", + "id": "0e2002b6-0000-4000-8000-00000e2002b6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -140913,7 +213348,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -140939,20 +213374,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -140963,11 +213398,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -141039,7 +213474,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -141061,8 +213496,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141088,14 +213523,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200191-0000-4000-8000-00000e200191", + "id": "0e2002b7-0000-4000-8000-00000e2002b7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -141105,7 +213540,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -141131,20 +213566,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -141155,11 +213590,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -141231,7 +213666,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -141253,8 +213688,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141280,14 +213715,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200192-0000-4000-8000-00000e200192", + "id": "0e2002b8-0000-4000-8000-00000e2002b8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002b9-0000-4000-8000-00000e2002b9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ba-0000-4000-8000-00000e2002ba", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card99/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002bb-0000-4000-8000-00000e2002bb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -141323,20 +214187,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -141430,7 +214294,7 @@ } }, { - "id": "0e200193-0000-4000-8000-00000e200193", + "id": "0e2002bc-0000-4000-8000-00000e2002bc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -141440,7 +214304,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -141466,19 +214330,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -141489,12 +214353,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -141566,7 +214430,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -141588,8 +214452,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141615,14 +214479,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200194-0000-4000-8000-00000e200194", + "id": "0e2002bd-0000-4000-8000-00000e2002bd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -141632,7 +214496,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -141658,20 +214522,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -141682,11 +214546,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -141758,7 +214622,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -141780,8 +214644,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141807,14 +214671,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200195-0000-4000-8000-00000e200195", + "id": "0e2002be-0000-4000-8000-00000e2002be", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -141824,7 +214688,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -141850,20 +214714,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -141874,11 +214738,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -141950,7 +214814,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -141972,8 +214836,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -141999,14 +214863,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e200196-0000-4000-8000-00000e200196", + "id": "0e2002bf-0000-4000-8000-00000e2002bf", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002c0-0000-4000-8000-00000e2002c0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002c1-0000-4000-8000-00000e2002c1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card100/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002c2-0000-4000-8000-00000e2002c2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -142042,20 +215335,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -142149,7 +215442,7 @@ } }, { - "id": "0e200197-0000-4000-8000-00000e200197", + "id": "0e2002c3-0000-4000-8000-00000e2002c3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -142159,7 +215452,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -142185,19 +215478,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -142208,12 +215501,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -142285,7 +215578,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -142307,8 +215600,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -142334,14 +215627,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e200198-0000-4000-8000-00000e200198", + "id": "0e2002c4-0000-4000-8000-00000e2002c4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -142351,7 +215644,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -142377,20 +215670,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -142401,11 +215694,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -142477,7 +215770,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -142499,8 +215792,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -142526,14 +215819,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e200199-0000-4000-8000-00000e200199", + "id": "0e2002c5-0000-4000-8000-00000e2002c5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -142543,7 +215836,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -142569,20 +215862,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -142593,11 +215886,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -142669,7 +215962,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -142691,8 +215984,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -142718,14 +216011,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20019a-0000-4000-8000-00000e20019a", + "id": "0e2002c6-0000-4000-8000-00000e2002c6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002c7-0000-4000-8000-00000e2002c7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002c8-0000-4000-8000-00000e2002c8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card101/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002c9-0000-4000-8000-00000e2002c9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -142761,20 +216483,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -142868,7 +216590,7 @@ } }, { - "id": "0e20019b-0000-4000-8000-00000e20019b", + "id": "0e2002ca-0000-4000-8000-00000e2002ca", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -142878,7 +216600,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -142904,19 +216626,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -142927,12 +216649,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -143004,7 +216726,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -143026,8 +216748,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143053,14 +216775,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e20019c-0000-4000-8000-00000e20019c", + "id": "0e2002cb-0000-4000-8000-00000e2002cb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -143070,7 +216792,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -143096,20 +216818,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -143120,11 +216842,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -143196,7 +216918,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -143218,8 +216940,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143245,14 +216967,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e20019d-0000-4000-8000-00000e20019d", + "id": "0e2002cc-0000-4000-8000-00000e2002cc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -143262,7 +216984,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -143288,20 +217010,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -143312,11 +217034,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -143388,7 +217110,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -143410,8 +217132,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143437,14 +217159,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e20019e-0000-4000-8000-00000e20019e", + "id": "0e2002cd-0000-4000-8000-00000e2002cd", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ce-0000-4000-8000-00000e2002ce", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002cf-0000-4000-8000-00000e2002cf", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card102/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002d0-0000-4000-8000-00000e2002d0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -143480,20 +217631,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -143587,7 +217738,7 @@ } }, { - "id": "0e20019f-0000-4000-8000-00000e20019f", + "id": "0e2002d1-0000-4000-8000-00000e2002d1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -143597,7 +217748,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -143623,19 +217774,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -143646,12 +217797,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -143723,7 +217874,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -143745,8 +217896,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143772,14 +217923,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001a0-0000-4000-8000-00000e2001a0", + "id": "0e2002d2-0000-4000-8000-00000e2002d2", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -143789,7 +217940,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -143815,20 +217966,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -143839,11 +217990,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -143915,7 +218066,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -143937,8 +218088,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -143964,14 +218115,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001a1-0000-4000-8000-00000e2001a1", + "id": "0e2002d3-0000-4000-8000-00000e2002d3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -143981,7 +218132,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -144007,20 +218158,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -144031,11 +218182,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -144107,7 +218258,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -144129,8 +218280,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144156,14 +218307,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001a2-0000-4000-8000-00000e2001a2", + "id": "0e2002d4-0000-4000-8000-00000e2002d4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002d5-0000-4000-8000-00000e2002d5", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002d6-0000-4000-8000-00000e2002d6", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card103/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002d7-0000-4000-8000-00000e2002d7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -144199,20 +218779,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -144306,7 +218886,7 @@ } }, { - "id": "0e2001a3-0000-4000-8000-00000e2001a3", + "id": "0e2002d8-0000-4000-8000-00000e2002d8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -144316,7 +218896,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -144342,19 +218922,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -144365,12 +218945,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -144442,7 +219022,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -144464,8 +219044,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144491,14 +219071,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001a4-0000-4000-8000-00000e2001a4", + "id": "0e2002d9-0000-4000-8000-00000e2002d9", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -144508,7 +219088,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -144534,20 +219114,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -144558,11 +219138,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -144634,7 +219214,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -144656,8 +219236,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144683,14 +219263,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001a5-0000-4000-8000-00000e2001a5", + "id": "0e2002da-0000-4000-8000-00000e2002da", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -144700,7 +219280,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -144726,20 +219306,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -144750,11 +219330,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -144826,7 +219406,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -144848,8 +219428,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -144875,14 +219455,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001a6-0000-4000-8000-00000e2001a6", + "id": "0e2002db-0000-4000-8000-00000e2002db", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002dc-0000-4000-8000-00000e2002dc", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002dd-0000-4000-8000-00000e2002dd", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card104/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002de-0000-4000-8000-00000e2002de", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -144918,20 +219927,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -145025,7 +220034,7 @@ } }, { - "id": "0e2001a7-0000-4000-8000-00000e2001a7", + "id": "0e2002df-0000-4000-8000-00000e2002df", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -145035,7 +220044,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -145061,19 +220070,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -145084,12 +220093,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -145161,7 +220170,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -145183,8 +220192,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -145210,14 +220219,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001a8-0000-4000-8000-00000e2001a8", + "id": "0e2002e0-0000-4000-8000-00000e2002e0", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -145227,7 +220236,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -145253,20 +220262,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -145277,11 +220286,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -145353,7 +220362,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -145375,8 +220384,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -145402,14 +220411,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001a9-0000-4000-8000-00000e2001a9", + "id": "0e2002e1-0000-4000-8000-00000e2002e1", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -145419,7 +220428,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -145445,20 +220454,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -145469,11 +220478,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -145545,7 +220554,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -145567,8 +220576,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -145594,14 +220603,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001aa-0000-4000-8000-00000e2001aa", + "id": "0e2002e2-0000-4000-8000-00000e2002e2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002e3-0000-4000-8000-00000e2002e3", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002e4-0000-4000-8000-00000e2002e4", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card105/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002e5-0000-4000-8000-00000e2002e5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -145637,20 +221075,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -145744,7 +221182,7 @@ } }, { - "id": "0e2001ab-0000-4000-8000-00000e2001ab", + "id": "0e2002e6-0000-4000-8000-00000e2002e6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -145754,7 +221192,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -145780,19 +221218,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -145803,12 +221241,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -145880,7 +221318,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -145902,8 +221340,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -145929,14 +221367,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001ac-0000-4000-8000-00000e2001ac", + "id": "0e2002e7-0000-4000-8000-00000e2002e7", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -145946,7 +221384,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -145972,20 +221410,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -145996,11 +221434,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -146072,7 +221510,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -146094,8 +221532,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146121,14 +221559,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001ad-0000-4000-8000-00000e2001ad", + "id": "0e2002e8-0000-4000-8000-00000e2002e8", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -146138,7 +221576,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -146164,20 +221602,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -146188,11 +221626,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -146264,7 +221702,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -146286,8 +221724,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146313,14 +221751,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001ae-0000-4000-8000-00000e2001ae", + "id": "0e2002e9-0000-4000-8000-00000e2002e9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ea-0000-4000-8000-00000e2002ea", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002eb-0000-4000-8000-00000e2002eb", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card106/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ec-0000-4000-8000-00000e2002ec", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -146356,20 +222223,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -146463,7 +222330,7 @@ } }, { - "id": "0e2001af-0000-4000-8000-00000e2001af", + "id": "0e2002ed-0000-4000-8000-00000e2002ed", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -146473,7 +222340,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -146499,19 +222366,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -146522,12 +222389,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -146599,7 +222466,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -146621,8 +222488,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146648,14 +222515,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001b0-0000-4000-8000-00000e2001b0", + "id": "0e2002ee-0000-4000-8000-00000e2002ee", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -146665,7 +222532,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -146691,20 +222558,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -146715,11 +222582,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -146791,7 +222658,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -146813,8 +222680,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -146840,14 +222707,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001b1-0000-4000-8000-00000e2001b1", + "id": "0e2002ef-0000-4000-8000-00000e2002ef", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -146857,7 +222724,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -146883,20 +222750,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -146907,11 +222774,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -146983,7 +222850,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -147005,8 +222872,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -147032,14 +222899,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001b2-0000-4000-8000-00000e2001b2", + "id": "0e2002f0-0000-4000-8000-00000e2002f0", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002f1-0000-4000-8000-00000e2002f1", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002f2-0000-4000-8000-00000e2002f2", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card107/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002f3-0000-4000-8000-00000e2002f3", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -147075,20 +223371,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -147182,7 +223478,7 @@ } }, { - "id": "0e2001b3-0000-4000-8000-00000e2001b3", + "id": "0e2002f4-0000-4000-8000-00000e2002f4", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -147192,7 +223488,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -147218,19 +223514,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -147241,12 +223537,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -147318,7 +223614,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -147340,8 +223636,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -147367,14 +223663,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001b4-0000-4000-8000-00000e2001b4", + "id": "0e2002f5-0000-4000-8000-00000e2002f5", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -147384,7 +223680,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -147410,20 +223706,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -147434,11 +223730,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -147510,7 +223806,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -147532,8 +223828,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -147559,14 +223855,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001b5-0000-4000-8000-00000e2001b5", + "id": "0e2002f6-0000-4000-8000-00000e2002f6", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -147576,7 +223872,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -147602,20 +223898,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -147626,11 +223922,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -147702,7 +223998,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -147724,8 +224020,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -147751,14 +224047,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001b6-0000-4000-8000-00000e2001b6", + "id": "0e2002f7-0000-4000-8000-00000e2002f7", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002f8-0000-4000-8000-00000e2002f8", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002f9-0000-4000-8000-00000e2002f9", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card108/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002fa-0000-4000-8000-00000e2002fa", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -147794,20 +224519,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -147901,7 +224626,7 @@ } }, { - "id": "0e2001b7-0000-4000-8000-00000e2001b7", + "id": "0e2002fb-0000-4000-8000-00000e2002fb", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -147911,7 +224636,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -147937,19 +224662,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -147960,12 +224685,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -148037,7 +224762,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -148059,8 +224784,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148086,14 +224811,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001b8-0000-4000-8000-00000e2001b8", + "id": "0e2002fc-0000-4000-8000-00000e2002fc", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -148103,7 +224828,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -148129,20 +224854,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -148153,11 +224878,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -148229,7 +224954,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -148251,8 +224976,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148278,14 +225003,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001b9-0000-4000-8000-00000e2001b9", + "id": "0e2002fd-0000-4000-8000-00000e2002fd", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -148295,7 +225020,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -148321,20 +225046,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -148345,11 +225070,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -148421,7 +225146,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -148443,8 +225168,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148470,14 +225195,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001ba-0000-4000-8000-00000e2001ba", + "id": "0e2002fe-0000-4000-8000-00000e2002fe", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e2002ff-0000-4000-8000-00000e2002ff", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200300-0000-4000-8000-00000e200300", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card109/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200301-0000-4000-8000-00000e200301", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -148513,20 +225667,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -148620,7 +225774,7 @@ } }, { - "id": "0e2001bb-0000-4000-8000-00000e2001bb", + "id": "0e200302-0000-4000-8000-00000e200302", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -148630,7 +225784,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -148656,19 +225810,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -148679,12 +225833,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -148756,7 +225910,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -148778,8 +225932,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148805,14 +225959,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001bc-0000-4000-8000-00000e2001bc", + "id": "0e200303-0000-4000-8000-00000e200303", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -148822,7 +225976,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -148848,20 +226002,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -148872,11 +226026,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -148948,7 +226102,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -148970,8 +226124,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -148997,14 +226151,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001bd-0000-4000-8000-00000e2001bd", + "id": "0e200304-0000-4000-8000-00000e200304", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -149014,7 +226168,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -149040,20 +226194,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -149064,11 +226218,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -149140,7 +226294,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -149162,8 +226316,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -149189,14 +226343,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001be-0000-4000-8000-00000e2001be", + "id": "0e200305-0000-4000-8000-00000e200305", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200306-0000-4000-8000-00000e200306", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200307-0000-4000-8000-00000e200307", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card110/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200308-0000-4000-8000-00000e200308", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -149232,20 +226815,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -149339,7 +226922,7 @@ } }, { - "id": "0e2001bf-0000-4000-8000-00000e2001bf", + "id": "0e200309-0000-4000-8000-00000e200309", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -149349,7 +226932,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -149375,19 +226958,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -149398,12 +226981,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -149475,7 +227058,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -149497,8 +227080,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -149524,14 +227107,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001c0-0000-4000-8000-00000e2001c0", + "id": "0e20030a-0000-4000-8000-00000e20030a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -149541,7 +227124,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -149567,20 +227150,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -149591,11 +227174,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -149667,7 +227250,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -149689,8 +227272,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -149716,14 +227299,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001c1-0000-4000-8000-00000e2001c1", + "id": "0e20030b-0000-4000-8000-00000e20030b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -149733,7 +227316,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -149759,20 +227342,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -149783,11 +227366,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -149859,7 +227442,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -149881,8 +227464,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -149908,14 +227491,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001c2-0000-4000-8000-00000e2001c2", + "id": "0e20030c-0000-4000-8000-00000e20030c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20030d-0000-4000-8000-00000e20030d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20030e-0000-4000-8000-00000e20030e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card111/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20030f-0000-4000-8000-00000e20030f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -149951,20 +227963,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -150058,7 +228070,7 @@ } }, { - "id": "0e2001c3-0000-4000-8000-00000e2001c3", + "id": "0e200310-0000-4000-8000-00000e200310", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -150068,7 +228080,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -150094,19 +228106,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -150117,12 +228129,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -150194,7 +228206,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -150216,8 +228228,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150243,14 +228255,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001c4-0000-4000-8000-00000e2001c4", + "id": "0e200311-0000-4000-8000-00000e200311", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -150260,7 +228272,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -150286,20 +228298,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -150310,11 +228322,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -150386,7 +228398,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -150408,8 +228420,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150435,14 +228447,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001c5-0000-4000-8000-00000e2001c5", + "id": "0e200312-0000-4000-8000-00000e200312", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -150452,7 +228464,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -150478,20 +228490,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -150502,11 +228514,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -150578,7 +228590,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -150600,8 +228612,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150627,14 +228639,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001c6-0000-4000-8000-00000e2001c6", + "id": "0e200313-0000-4000-8000-00000e200313", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200314-0000-4000-8000-00000e200314", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200315-0000-4000-8000-00000e200315", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card112/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200316-0000-4000-8000-00000e200316", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -150670,20 +229111,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -150777,7 +229218,7 @@ } }, { - "id": "0e2001c7-0000-4000-8000-00000e2001c7", + "id": "0e200317-0000-4000-8000-00000e200317", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -150787,7 +229228,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -150813,19 +229254,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -150836,12 +229277,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -150913,7 +229354,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -150935,8 +229376,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -150962,14 +229403,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001c8-0000-4000-8000-00000e2001c8", + "id": "0e200318-0000-4000-8000-00000e200318", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -150979,7 +229420,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -151005,20 +229446,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -151029,11 +229470,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -151105,7 +229546,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -151127,8 +229568,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -151154,14 +229595,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001c9-0000-4000-8000-00000e2001c9", + "id": "0e200319-0000-4000-8000-00000e200319", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -151171,7 +229612,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -151197,20 +229638,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -151221,11 +229662,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -151297,7 +229738,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -151319,8 +229760,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -151346,14 +229787,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001ca-0000-4000-8000-00000e2001ca", + "id": "0e20031a-0000-4000-8000-00000e20031a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20031b-0000-4000-8000-00000e20031b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20031c-0000-4000-8000-00000e20031c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card113/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20031d-0000-4000-8000-00000e20031d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -151389,20 +230259,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -151496,7 +230366,7 @@ } }, { - "id": "0e2001cb-0000-4000-8000-00000e2001cb", + "id": "0e20031e-0000-4000-8000-00000e20031e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -151506,7 +230376,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -151532,19 +230402,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -151555,12 +230425,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -151632,7 +230502,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -151654,8 +230524,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -151681,14 +230551,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001cc-0000-4000-8000-00000e2001cc", + "id": "0e20031f-0000-4000-8000-00000e20031f", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -151698,7 +230568,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -151724,20 +230594,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -151748,11 +230618,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -151824,7 +230694,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -151846,8 +230716,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -151873,14 +230743,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001cd-0000-4000-8000-00000e2001cd", + "id": "0e200320-0000-4000-8000-00000e200320", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -151890,7 +230760,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -151916,20 +230786,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -151940,11 +230810,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -152016,7 +230886,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -152038,8 +230908,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152065,14 +230935,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001ce-0000-4000-8000-00000e2001ce", + "id": "0e200321-0000-4000-8000-00000e200321", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200322-0000-4000-8000-00000e200322", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200323-0000-4000-8000-00000e200323", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card114/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200324-0000-4000-8000-00000e200324", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -152108,20 +231407,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -152215,7 +231514,7 @@ } }, { - "id": "0e2001cf-0000-4000-8000-00000e2001cf", + "id": "0e200325-0000-4000-8000-00000e200325", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -152225,7 +231524,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -152251,19 +231550,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -152274,12 +231573,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -152351,7 +231650,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -152373,8 +231672,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152400,14 +231699,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001d0-0000-4000-8000-00000e2001d0", + "id": "0e200326-0000-4000-8000-00000e200326", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -152417,7 +231716,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -152443,20 +231742,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -152467,11 +231766,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -152543,7 +231842,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -152565,8 +231864,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152592,14 +231891,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001d1-0000-4000-8000-00000e2001d1", + "id": "0e200327-0000-4000-8000-00000e200327", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -152609,7 +231908,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -152635,20 +231934,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -152659,11 +231958,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -152735,7 +232034,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -152757,8 +232056,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -152784,14 +232083,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001d2-0000-4000-8000-00000e2001d2", + "id": "0e200328-0000-4000-8000-00000e200328", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200329-0000-4000-8000-00000e200329", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20032a-0000-4000-8000-00000e20032a", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card115/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e20032b-0000-4000-8000-00000e20032b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -152827,20 +232555,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -152934,7 +232662,7 @@ } }, { - "id": "0e2001d3-0000-4000-8000-00000e2001d3", + "id": "0e20032c-0000-4000-8000-00000e20032c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -152944,7 +232672,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -152970,19 +232698,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -152993,12 +232721,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -153070,7 +232798,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -153092,8 +232820,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -153119,14 +232847,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001d4-0000-4000-8000-00000e2001d4", + "id": "0e20032d-0000-4000-8000-00000e20032d", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -153136,7 +232864,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -153162,20 +232890,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -153186,11 +232914,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -153262,7 +232990,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -153284,8 +233012,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -153311,14 +233039,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001d5-0000-4000-8000-00000e2001d5", + "id": "0e20032e-0000-4000-8000-00000e20032e", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -153328,7 +233056,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -153354,20 +233082,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -153378,11 +233106,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -153454,7 +233182,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -153476,8 +233204,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -153503,14 +233231,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001d6-0000-4000-8000-00000e2001d6", + "id": "0e20032f-0000-4000-8000-00000e20032f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200330-0000-4000-8000-00000e200330", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200331-0000-4000-8000-00000e200331", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card116/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200332-0000-4000-8000-00000e200332", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -153546,20 +233703,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -153653,7 +233810,7 @@ } }, { - "id": "0e2001d7-0000-4000-8000-00000e2001d7", + "id": "0e200333-0000-4000-8000-00000e200333", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -153663,7 +233820,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -153689,19 +233846,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -153712,12 +233869,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -153789,7 +233946,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -153811,8 +233968,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -153838,14 +233995,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001d8-0000-4000-8000-00000e2001d8", + "id": "0e200334-0000-4000-8000-00000e200334", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -153855,7 +234012,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -153881,20 +234038,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -153905,11 +234062,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -153981,7 +234138,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -154003,8 +234160,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154030,14 +234187,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001d9-0000-4000-8000-00000e2001d9", + "id": "0e200335-0000-4000-8000-00000e200335", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -154047,7 +234204,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -154073,20 +234230,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -154097,11 +234254,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -154173,7 +234330,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -154195,8 +234352,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154222,14 +234379,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001da-0000-4000-8000-00000e2001da", + "id": "0e200336-0000-4000-8000-00000e200336", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200337-0000-4000-8000-00000e200337", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200338-0000-4000-8000-00000e200338", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card117/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200339-0000-4000-8000-00000e200339", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -154265,20 +234851,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -154372,7 +234958,7 @@ } }, { - "id": "0e2001db-0000-4000-8000-00000e2001db", + "id": "0e20033a-0000-4000-8000-00000e20033a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -154382,7 +234968,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -154408,19 +234994,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -154431,12 +235017,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -154508,7 +235094,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -154530,8 +235116,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154557,14 +235143,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001dc-0000-4000-8000-00000e2001dc", + "id": "0e20033b-0000-4000-8000-00000e20033b", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -154574,7 +235160,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -154600,20 +235186,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -154624,11 +235210,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -154700,7 +235286,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -154722,8 +235308,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154749,14 +235335,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001dd-0000-4000-8000-00000e2001dd", + "id": "0e20033c-0000-4000-8000-00000e20033c", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -154766,7 +235352,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -154792,20 +235378,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -154816,11 +235402,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -154892,7 +235478,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -154914,8 +235500,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -154941,14 +235527,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001de-0000-4000-8000-00000e2001de", + "id": "0e20033d-0000-4000-8000-00000e20033d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20033e-0000-4000-8000-00000e20033e", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20033f-0000-4000-8000-00000e20033f", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card118/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200340-0000-4000-8000-00000e200340", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -154984,20 +235999,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -155091,7 +236106,7 @@ } }, { - "id": "0e2001df-0000-4000-8000-00000e2001df", + "id": "0e200341-0000-4000-8000-00000e200341", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -155101,7 +236116,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -155127,19 +236142,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -155150,12 +236165,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -155227,7 +236242,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -155249,8 +236264,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -155276,14 +236291,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001e0-0000-4000-8000-00000e2001e0", + "id": "0e200342-0000-4000-8000-00000e200342", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -155293,7 +236308,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -155319,20 +236334,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -155343,11 +236358,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -155419,7 +236434,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -155441,8 +236456,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -155468,14 +236483,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001e1-0000-4000-8000-00000e2001e1", + "id": "0e200343-0000-4000-8000-00000e200343", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -155485,7 +236500,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -155511,20 +236526,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -155535,11 +236550,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -155611,7 +236626,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -155633,8 +236648,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -155660,14 +236675,443 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 } ], "@version": 1 } }, { - "id": "0e2001e2-0000-4000-8000-00000e2001e2", + "id": "0e200344-0000-4000-8000-00000e200344", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e200345-0000-4000-8000-00000e200345", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e200346-0000-4000-8000-00000e200346", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card119/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 + } + ], + "@version": 1 + } + }, + { + "id": "0e200347-0000-4000-8000-00000e200347", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", "jsonString": { @@ -155703,20 +237147,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 71, - "y": 99 + "x": 79, + "y": 107 }, "OffsetMin": { - "x": -71, - "y": -99 + "x": -79, + "y": -107 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 142, - "y": 198 + "x": 158, + "y": 214 }, "UIMode": 1, "UIScale": { @@ -155810,7 +237254,7 @@ } }, { - "id": "0e2001e3-0000-4000-8000-00000e2001e3", + "id": "0e200348-0000-4000-8000-00000e200348", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/Cost", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -155820,7 +237264,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4300, + "displayOrder": 4307, "pathConstraints": "//////", "revision": 1, "origin": { @@ -155846,19 +237290,19 @@ }, "MobileOnly": false, "OffsetMax": { - "x": -25, - "y": 92 + "x": -39, + "y": 105 }, "OffsetMin": { - "x": -67, - "y": 54 + "x": -77, + "y": 67 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 42, + "x": 38, "y": 38 }, "UIMode": 1, @@ -155869,12 +237313,12 @@ }, "UIVersion": 2, "anchoredPosition": { - "x": -46, - "y": 73 + "x": -58, + "y": 86 }, "Position": { - "x": -46, - "y": 73, + "x": -58, + "y": 86, "z": 0 }, "QuaternionRotation": { @@ -155946,7 +237390,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 }, { "@type": "MOD.Core.TextComponent", @@ -155968,8 +237412,8 @@ "b": 1, "a": 1 }, - "FontSize": 25, - "MaxSize": 25, + "FontSize": 22, + "MaxSize": 22, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -155995,14 +237439,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4300 + "OrderInLayer": 4307 } ], "@version": 1 } }, { - "id": "0e2001e4-0000-4000-8000-00000e2001e4", + "id": "0e200349-0000-4000-8000-00000e200349", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/Name", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -156012,7 +237456,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4301, + "displayOrder": 4306, "pathConstraints": "//////", "revision": 1, "origin": { @@ -156038,20 +237482,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": 55 + "x": 74, + "y": 5 }, "OffsetMin": { - "x": -63, - "y": 13 + "x": -74, + "y": -21 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 42 + "x": 148, + "y": 26 }, "UIMode": 1, "UIScale": { @@ -156062,11 +237506,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": 34 + "y": -8 }, "Position": { "x": 0, - "y": 34, + "y": -8, "z": 0 }, "QuaternionRotation": { @@ -156138,7 +237582,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 }, { "@type": "MOD.Core.TextComponent", @@ -156160,8 +237604,8 @@ "b": 1, "a": 1 }, - "FontSize": 21, - "MaxSize": 21, + "FontSize": 17, + "MaxSize": 17, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -156187,14 +237631,14 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4301 + "OrderInLayer": 4306 } ], "@version": 1 } }, { - "id": "0e2001e5-0000-4000-8000-00000e2001e5", + "id": "0e20034a-0000-4000-8000-00000e20034a", "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/Desc", "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent,MOD.Core.TextComponent", "jsonString": { @@ -156204,7 +237648,7 @@ "enable": true, "visible": true, "localize": true, - "displayOrder": 4302, + "displayOrder": 4308, "pathConstraints": "//////", "revision": 1, "origin": { @@ -156230,20 +237674,20 @@ }, "MobileOnly": false, "OffsetMax": { - "x": 63, - "y": -23 + "x": 72, + "y": -24 }, "OffsetMin": { - "x": -63, - "y": -93 + "x": -72, + "y": -84 }, "Pivot": { "x": 0.5, "y": 0.5 }, "RectSize": { - "x": 126, - "y": 70 + "x": 144, + "y": 60 }, "UIMode": 1, "UIScale": { @@ -156254,11 +237698,11 @@ "UIVersion": 2, "anchoredPosition": { "x": 0, - "y": -58 + "y": -54 }, "Position": { "x": 0, - "y": -58, + "y": -54, "z": 0 }, "QuaternionRotation": { @@ -156330,7 +237774,7 @@ "Type": 1, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 }, { "@type": "MOD.Core.TextComponent", @@ -156352,8 +237796,8 @@ "b": 1, "a": 1 }, - "FontSize": 16, - "MaxSize": 16, + "FontSize": 15, + "MaxSize": 15, "MinSize": 8, "OutlineColor": { "r": 0.08, @@ -156379,7 +237823,436 @@ "UseOutLine": true, "Enable": true, "SortingLayer": "UI", - "OrderInLayer": 4302 + "OrderInLayer": 4308 + } + ], + "@version": 1 + } + }, + { + "id": "0e20034b-0000-4000-8000-00000e20034b", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/NamePlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "NamePlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/NamePlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4303, + "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": 74, + "y": 7 + }, + "OffsetMin": { + "x": -74, + "y": -23 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 148, + "y": 30 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": -8 + }, + "Position": { + "x": 0, + "y": -8, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4303 + } + ], + "@version": 1 + } + }, + { + "id": "0e20034c-0000-4000-8000-00000e20034c", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/CostPlate", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "CostPlate", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/CostPlate", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4304, + "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": -39, + "y": 105 + }, + "OffsetMin": { + "x": -77, + "y": 67 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 38, + "y": 38 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": -58, + "y": 86 + }, + "Position": { + "x": -58, + "y": 86, + "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": true, + "PlayRate": 1, + "PreserveSprite": 0, + "StartFrameIndex": 0, + "Color": { + "r": 0.07, + "g": 0.08, + "b": 0.1, + "a": 0.95 + }, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4304 + } + ], + "@version": 1 + } + }, + { + "id": "0e20034d-0000-4000-8000-00000e20034d", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/Art", + "componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent", + "jsonString": { + "name": "Art", + "path": "/ui/DefaultGroup/DeckAllHud/Grid/Card120/Art", + "nameEditable": true, + "enable": true, + "visible": true, + "localize": true, + "displayOrder": 4305, + "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": 42, + "y": 86 + }, + "OffsetMin": { + "x": -42, + "y": 2 + }, + "Pivot": { + "x": 0.5, + "y": 0.5 + }, + "RectSize": { + "x": 84, + "y": 84 + }, + "UIMode": 1, + "UIScale": { + "x": 1, + "y": 1, + "z": 1 + }, + "UIVersion": 2, + "anchoredPosition": { + "x": 0, + "y": 44 + }, + "Position": { + "x": 0, + "y": 44, + "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": true, + "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, + "SortingLayer": "UI", + "OrderInLayer": 4305 } ], "@version": 1