Fix items and weapons

This commit is contained in:
DazedAnon 2025-02-04 21:10:36 -06:00
parent 7302d483c7
commit 1ec88f172c
3 changed files with 26 additions and 26 deletions

Binary file not shown.

View file

@ -23,10 +23,10 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"鉄鉱石", "Iron Ore",
"銅鉱石", "Copper Ore",
"銀鉱石", "Silver Ore",
"金鉱石" "Gold Ore"
], ],
"intArgs": [ "intArgs": [
4, 4,
@ -141,7 +141,7 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"オリハルコン", "Orichalcum",
"", "",
"", "",
"" ""
@ -195,10 +195,10 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"武器Lv1", "Weapon Lv1",
"武器Lv2", "Weapon Lv2",
"武器Lv3", "Weapon Lv3",
"武器Lv4" "Weapon Lv4"
], ],
"intArgs": [ "intArgs": [
4, 4,
@ -429,10 +429,10 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"防具Lv1", "Armor Lv1",
"防具Lv2", "Armor Lv2",
"防具Lv3", "Armor Lv3",
"防具Lv4" "Armor Lv4"
], ],
"intArgs": [ "intArgs": [
4, 4,
@ -655,10 +655,10 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"装飾Lv1", "Accessory Lv1",
"装飾Lv2", "Accessory Lv2",
"装飾Lv3", "Accessory Lv3",
"装飾Lv4" "Accessory Lv4"
], ],
"intArgs": [ "intArgs": [
4, 4,
@ -889,10 +889,10 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"イベントLv1", "Event Lv1",
"イベントLv2", "Event Lv2",
"イベントLv3", "Event Lv3",
"イベントLv4" "Event Lv4"
], ],
"intArgs": [ "intArgs": [
4, 4,
@ -1695,10 +1695,10 @@
"code": 112, "code": 112,
"codeStr": "StringCondition", "codeStr": "StringCondition",
"stringArgs": [ "stringArgs": [
"イベントアイテムLv1", "Event Item Lv1",
"イベントアイテムLv2", "Event Item Lv2",
"イベントアイテムLv3", "Event Item Lv3",
"イベントアイテムLv4" "Event Item Lv4"
], ],
"intArgs": [ "intArgs": [
4, 4,

View file

@ -1,3 +1,3 @@
username=dazed-translations username=dazed-translations
repo=ntr-holy-knight-leia repo=the-mist-ruins-and-the-lone-swordsman
branch=main branch=main