| @@ -68,9 +68,6 @@ | |||||
| .monsterinfo-box .monster-id::before{ | .monsterinfo-box .monster-id::before{ | ||||
| content: "No."; | content: "No."; | ||||
| } | } | ||||
| .monsterinfo-box .monster-cost::before{ | |||||
| content: "COST:"; | |||||
| } | |||||
| .monsterinfo-box .monster-seriesId::before{ | .monsterinfo-box .monster-seriesId::before{ | ||||
| content: "Series ID:"; | content: "Series ID:"; | ||||
| } | } | ||||
| @@ -116,6 +113,9 @@ | |||||
| { | { | ||||
| content: "Lv."; | content: "Lv."; | ||||
| } | } | ||||
| .edit-box .setting-box .monster-cost::before{ | |||||
| content: "COST:"; | |||||
| } | |||||
| .edit-box .setting-box .row-mon-latent::before{ | .edit-box .setting-box .row-mon-latent::before{ | ||||
| content: "▼Latent Awoken"; | content: "▼Latent Awoken"; | ||||
| } | } | ||||
| @@ -67,9 +67,6 @@ | |||||
| .monsterinfo-box .monster-id::before{ | .monsterinfo-box .monster-id::before{ | ||||
| content: "No."; | content: "No."; | ||||
| } | } | ||||
| .monsterinfo-box .monster-cost::before{ | |||||
| content: "コスト:"; | |||||
| } | |||||
| .monsterinfo-box .monster-seriesId::before{ | .monsterinfo-box .monster-seriesId::before{ | ||||
| content: "シリーズ ID:"; | content: "シリーズ ID:"; | ||||
| } | } | ||||
| @@ -115,6 +112,9 @@ | |||||
| { | { | ||||
| content: "Lv."; | content: "Lv."; | ||||
| } | } | ||||
| .edit-box .setting-box .monster-cost::before{ | |||||
| content: "コスト:"; | |||||
| } | |||||
| .edit-box .setting-box .row-mon-latent::before{ | .edit-box .setting-box .row-mon-latent::before{ | ||||
| content: "▼モンスター潜在覚醒"; | content: "▼モンスター潜在覚醒"; | ||||
| } | } | ||||
| @@ -67,9 +67,6 @@ | |||||
| .monsterinfo-box .monster-id::before{ | .monsterinfo-box .monster-id::before{ | ||||
| content: "No."; | content: "No."; | ||||
| } | } | ||||
| .monsterinfo-box .monster-cost::before{ | |||||
| content: "코스트:"; | |||||
| } | |||||
| .monsterinfo-box .monster-seriesId::before{ | .monsterinfo-box .monster-seriesId::before{ | ||||
| content: "시리즈 ID:"; | content: "시리즈 ID:"; | ||||
| } | } | ||||
| @@ -115,6 +112,9 @@ | |||||
| { | { | ||||
| content: "Lv."; | content: "Lv."; | ||||
| } | } | ||||
| .edit-box .setting-box .monster-cost::before{ | |||||
| content: "코스트:"; | |||||
| } | |||||
| .edit-box .setting-box .row-mon-latent::before{ | .edit-box .setting-box .row-mon-latent::before{ | ||||
| content: "▼몬스터 숨어있는"; | content: "▼몬스터 숨어있는"; | ||||
| } | } | ||||
| @@ -70,9 +70,6 @@ | |||||
| .monsterinfo-box .monster-id::before{ | .monsterinfo-box .monster-id::before{ | ||||
| content: "No."; | content: "No."; | ||||
| } | } | ||||
| .monsterinfo-box .monster-cost::before{ | |||||
| content: "消耗:"; | |||||
| } | |||||
| .monsterinfo-box .monster-seriesId::before{ | .monsterinfo-box .monster-seriesId::before{ | ||||
| content: "系列ID:"; | content: "系列ID:"; | ||||
| } | } | ||||
| @@ -118,6 +115,9 @@ | |||||
| { | { | ||||
| content: "Lv."; | content: "Lv."; | ||||
| } | } | ||||
| .edit-box .setting-box .monster-cost::before{ | |||||
| content: "消耗:"; | |||||
| } | |||||
| .edit-box .setting-box .row-mon-latent::before{ | .edit-box .setting-box .row-mon-latent::before{ | ||||
| content: "▼潛在覺醒"; | content: "▼潛在覺醒"; | ||||
| } | } | ||||
| @@ -70,9 +70,6 @@ | |||||
| .monsterinfo-box .monster-id::before{ | .monsterinfo-box .monster-id::before{ | ||||
| content: "No."; | content: "No."; | ||||
| } | } | ||||
| .monsterinfo-box .monster-cost::before{ | |||||
| content: "消耗:"; | |||||
| } | |||||
| .monsterinfo-box .monster-seriesId::before{ | .monsterinfo-box .monster-seriesId::before{ | ||||
| content: "系列ID:"; | content: "系列ID:"; | ||||
| } | } | ||||
| @@ -118,6 +115,9 @@ | |||||
| { | { | ||||
| content: "Lv."; | content: "Lv."; | ||||
| } | } | ||||
| .edit-box .setting-box .monster-cost::before{ | |||||
| content: "消耗:"; | |||||
| } | |||||
| .edit-box .setting-box .row-mon-latent::before{ | .edit-box .setting-box .row-mon-latent::before{ | ||||
| content: "▼潜在觉醒"; | content: "▼潜在觉醒"; | ||||
| } | } | ||||
| @@ -1873,10 +1873,6 @@ function editBoxChangeMonId(id) { | |||||
| mId.innerHTML = id; | mId.innerHTML = id; | ||||
| const mRare = monInfoBox.querySelector(".monster-rare"); | const mRare = monInfoBox.querySelector(".monster-rare"); | ||||
| mRare.setAttribute("data-rarity", card.rarity); | mRare.setAttribute("data-rarity", card.rarity); | ||||
| const mCost = monInfoBox.querySelector(".monster-cost"); | |||||
| mCost.innerHTML = card.cost; | |||||
| /*const mExp = monInfoBox.querySelector(".monster-exp"); | |||||
| mExp.innerHTML = card.exp.max;*/ | |||||
| const mName = monInfoBox.querySelector(".monster-name"); | const mName = monInfoBox.querySelector(".monster-name"); | ||||
| mName.innerHTML = returnMonsterNameArr(card, currentLanguage.searchlist, currentDataSource.code)[0]; | mName.innerHTML = returnMonsterNameArr(card, currentLanguage.searchlist, currentDataSource.code)[0]; | ||||
| const mSeriesId = monInfoBox.querySelector(".monster-seriesId"); | const mSeriesId = monInfoBox.querySelector(".monster-seriesId"); | ||||
| @@ -1985,6 +1981,9 @@ function editBoxChangeMonId(id) { | |||||
| } else { | } else { | ||||
| monEditLv110.classList.add(className_displayNone); | monEditLv110.classList.add(className_displayNone); | ||||
| } | } | ||||
| const mCost = settingBox.querySelector(".monster-cost"); | |||||
| mCost.innerHTML = card.cost; | |||||
| const rowPlus = settingBox.querySelector(".row-mon-plus"); | const rowPlus = settingBox.querySelector(".row-mon-plus"); | ||||
| const rowLatent = settingBox.querySelector(".row-mon-latent"); | const rowLatent = settingBox.querySelector(".row-mon-latent"); | ||||
| const monLatentAllowUl = rowLatent.querySelector(".m-latent-allowable-ul"); | const monLatentAllowUl = rowLatent.querySelector(".m-latent-allowable-ul"); | ||||
| @@ -629,7 +629,6 @@ var formation = new Formation(teamsCount,6); | |||||
| <div class="monsterinfo-line"> | <div class="monsterinfo-line"> | ||||
| <div class="monster-id"></div> | <div class="monster-id"></div> | ||||
| <div class="monster-rare"></div> | <div class="monster-rare"></div> | ||||
| <div class="monster-cost"></div> | |||||
| </div> | </div> | ||||
| <div class="monsterinfo-line"> | <div class="monsterinfo-line"> | ||||
| <div class="monster-name"></div> | <div class="monster-name"></div> | ||||
| @@ -709,6 +708,7 @@ var formation = new Formation(teamsCount,6); | |||||
| <!--怪物等级--> | <!--怪物等级--> | ||||
| <div class="subrow"> | <div class="subrow"> | ||||
| <span class="level-value"><input type="number" class="m-level" min=1 max=110/></span> | <span class="level-value"><input type="number" class="m-level" min=1 max=110/></span> | ||||
| <span class="monster-cost"></span> | |||||
| </div> | </div> | ||||
| <div class="subrow"> | <div class="subrow"> | ||||
| <button class="m-level-btn-min" value="1">1</button>~<button class="m-level-btn-max" value="99">99</button> | <button class="m-level-btn-min" value="1">1</button>~<button class="m-level-btn-max" value="99">99</button> | ||||
| @@ -1317,7 +1317,8 @@ ul{ | |||||
| .row-mon-ability ul, | .row-mon-ability ul, | ||||
| .row-mon-plus ul, | .row-mon-plus ul, | ||||
| .row-mon-level .level-value | |||||
| .row-mon-level .level-value, | |||||
| .row-mon-level .monster-cost | |||||
| { | { | ||||
| font-family: var(--game-font-family ); | font-family: var(--game-font-family ); | ||||
| font-size: 22px; | font-size: 22px; | ||||