This commit is contained in:
tumGER 2018-09-07 17:19:41 +02:00 committed by Nichole Mattera
parent a54daa701a
commit 50a000202d
182 changed files with 27503 additions and 14280 deletions

7
.imgbotconfig Normal file
View file

@ -0,0 +1,7 @@
{
"ignoredFiles": [
"Modules/appstore/*",
"SDFiles/switch/*",
"full-sdfiles/switch/*",
]
}

View file

@ -1,18 +1,18 @@
{----- Atmosphere -----}
{-- Atmosphere (EXO) --}
[Atmosphere (Hekate)]
secmon=modules/atmosphere/exosphere.bin
kip1=modules/atmosphere/loader.kip
kip1=modules/atmosphere/sm.kip
kip1=modules/atmosphere/fs_mitm.kip
kip1=modules/atmosphere/pm.kip
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
kip1=modules/newfirm/fs_mitm.kip
kip1=modules/newfirm/pm.kip
logopath=modules/atmosphere/atmosphere.bmp
atmosphere=1
[Atmosphere (SigPatches)]
secmon=modules/atmosphere/exosphere.bin
kip1=modules/atmosphere/loader.kip
kip1=modules/atmosphere/sm.kip
kip1=modules/atmosphere/fs_mitm.kip
kip1=modules/atmosphere/pm.kip
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
kip1=modules/newfirm/fs_mitm.kip
kip1=modules/newfirm/pm.kip
logopath=modules/atmosphere/atmosphere.bmp
atmosphere=1
kip1patch=nosigchk

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

View file

@ -1,18 +1,21 @@
{
"saveFilePaths" : [ "" ],
"files" : "File\\d+\\.bin",
"filetype": "bin",
"items": [
{
"name" : "Coin Count",
"category" : "Collectibles",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "001C", "0050" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "File\\d+\\.bin",
"filetype": "bin",
"items": [
{
"name" : "Coin Count",
"category" : "Collectibles",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "001C", "0050" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"beta" : true,
"all" : {
"saveFilePaths" : [ "Managers" ],
"files" : "PlayerManager.bs",
"filetype": "bin",
"items":[
{
"name":"Levels Unlocked (All or nothing)",
"category" : "Unlockables",
"intArgs" : [ 2, 4 ],
"strArgs" : [
"0000", "0086"
],
"widget" : {
"type" : "bool",
"onValue" : 400000,
"offValue" : 0
}
}
]
}
}

View file

@ -1,18 +1,21 @@
{
"saveFilePaths" : [ "" ],
"files" : "data.bin",
"filetype": "puyopuyo",
"items": [
{
"name" : "Credits",
"category" : "Game",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "06C4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "data.bin",
"filetype": "puyopuyo",
"items": [
{
"name" : "Credits",
"category" : "Game",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "06C4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,21 @@
{
"saveFilePaths" : [ "" ],
"files" : "data.bin",
"filetype": "puyopuyo",
"items": [
{
"name" : "Credits",
"category" : "Game",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "06C4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "data.bin",
"filetype": "puyopuyo",
"items": [
{
"name" : "Credits",
"category" : "Game",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "06C4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
}
}

View file

@ -1,179 +1,182 @@
{
"saveFilePaths":[
""
],
"files":"File\\d+\\data00",
"filetype":"bin",
"items":[
{
"name":"Halos",
"offsetAddress":"0",
"address":"EF64",
"widget":{
"type":"int",
"minValue":0,
"maxValue":9999
}
},
{
"name":"Compound Green",
"offsetAddress":"0",
"address":"EF7C",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Compound Yellow",
"offsetAddress":"0",
"address":"EF78",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Compound Red",
"offsetAddress":"0",
"address":"EF80",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Green Herb",
"offsetAddress":"0",
"address":"EF84",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Green Herb",
"offsetAddress":"0",
"address":"EF88",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Purple_Magic",
"offsetAddress":"0",
"address":"EF8C",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Purple Magic",
"offsetAddress":"0",
"address":"EF90",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Bloody Rose",
"offsetAddress":"0",
"address":"EF94",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Bloody Rose",
"offsetAddress":"0",
"address":"EF98",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Yellow Moon",
"offsetAddress":"0",
"address":"EF9C",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Yellow Moon",
"offsetAddress":"0",
"address":"EFA0",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Broken Heart",
"offsetAddress":"0",
"address":"EFA4",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Broken Pearl",
"offsetAddress":"0",
"address":"EFA8",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Arcade Bullet",
"offsetAddress":"0",
"address":"EFAC",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Red Hot Shot",
"offsetAddress":"0",
"address":"EFB0",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Magic Flute",
"offsetAddress":"0",
"address":"EFB4",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
}
]
"beta" : false,
"all" : {
"saveFilePaths":[
""
],
"files":"File\\d+\\data00",
"filetype":"bin",
"items":[
{
"name":"Halos",
"offsetAddress":"0",
"address":"EF64",
"widget":{
"type":"int",
"minValue":0,
"maxValue":9999
}
},
{
"name":"Compound Green",
"offsetAddress":"0",
"address":"EF7C",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Compound Yellow",
"offsetAddress":"0",
"address":"EF78",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Compound Red",
"offsetAddress":"0",
"address":"EF80",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Green Herb",
"offsetAddress":"0",
"address":"EF84",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Green Herb",
"offsetAddress":"0",
"address":"EF88",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Purple_Magic",
"offsetAddress":"0",
"address":"EF8C",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Purple Magic",
"offsetAddress":"0",
"address":"EF90",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Bloody Rose",
"offsetAddress":"0",
"address":"EF94",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Bloody Rose",
"offsetAddress":"0",
"address":"EF98",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Yellow Moon",
"offsetAddress":"0",
"address":"EF9C",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Mega Yellow Moon",
"offsetAddress":"0",
"address":"EFA0",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Broken Heart",
"offsetAddress":"0",
"address":"EFA4",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Broken Pearl",
"offsetAddress":"0",
"address":"EFA8",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Arcade Bullet",
"offsetAddress":"0",
"address":"EFAC",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Red Hot Shot",
"offsetAddress":"0",
"address":"EFB0",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
},
{
"name":"Magic Flute",
"offsetAddress":"0",
"address":"EFB4",
"widget":{
"type":"int",
"minValue":0,
"maxValue":99
}
}
]
}
}

View file

@ -0,0 +1,23 @@
{
"beta" : true,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "File[ABC]",
"filetype": "bin",
"items":[
{
"name":"Stat Points",
"category" : "Stats",
"intArgs" : [ 2, 4 ],
"strArgs" : [
"0000", "0906"
],
"widget" : {
"type" : "int",
"minValue" : 10,
"maxValue" : 255
}
}
]
}
}

View file

@ -0,0 +1,120 @@
{
"beta" : true,
"all": {
"saveFilePaths" : [ "" ],
"files" : "SAVEDATA\\d\\d",
"filetype": "lostsphear",
"items": [
{
"name" : "Gold",
"category" : "01. Inventory",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "0524" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999999
}
},
{
"name" : "Level",
"category" : "02. Kanata",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C3E6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "03. Lumina",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C518" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "04. Locke",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C8AE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "05. Van",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C47F" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "06. Obaro",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C5B1" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "07. Galdra",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C815" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "08. Sherra",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C64A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "09. Dianto",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C6E3" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "10. Gears",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C77C" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
}
]
}
}

View file

@ -1,238 +1,241 @@
{
"saveFilePaths" : [ "" ],
"files" : "save\\d\\d\\d\\d\\.sav",
"filetype": "bin",
"items": [
{
"name" : "Halos",
"category" : "Halos",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "A3B0" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99999999
}
},
{
"name" : "Mandragora Root",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3E4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Baked Gecko",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3DC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Unicorn Horn",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3D4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Yellow Moon Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3EC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Mega Bloody Rose Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3F4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Bloody Rose Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3FC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Mega Purple Magic Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A404" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Purple Magic Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A40C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Mega Green Herb Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A414" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Green Herb Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A41C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 11",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A424" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 12",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A42C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Witchs Recipes",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A434" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 14",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A43C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 15",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A444" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 16",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A44C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 17",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A454" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 18",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A45C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 19",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A464" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 20",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A46C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
}
]
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "save\\d\\d\\d\\d\\.sav",
"filetype": "bin",
"items": [
{
"name" : "Halos",
"category" : "Halos",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "A3B0" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99999999
}
},
{
"name" : "Mandragora Root",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3E4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Baked Gecko",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3DC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Unicorn Horn",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3D4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Yellow Moon Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3EC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Mega Bloody Rose Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3F4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Bloody Rose Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A3FC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Mega Purple Magic Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A404" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Purple Magic Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A40C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Mega Green Herb Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A414" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Green Herb Lollipop",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A41C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 11",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A424" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 12",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A42C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Witchs Recipes",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A434" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 14",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A43C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 15",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A444" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 16",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A44C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 17",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A454" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 18",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A45C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 19",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A464" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "item 20",
"category" : "Items",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "A46C" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
}
]
}
}

View file

@ -1,127 +1,130 @@
{
"saveFilePaths": [""],
"files": "systemData",
"filetype": "bin",
"items": [{
"name": "Coins",
"category": "1. Main",
"intArgs": [2, 4],
"strArgs": ["0000", "0458"],
"widget": {
"type": "int",
"minValue": 0,
"maxValue": 999999999
"beta" : false,
"all" : {
"saveFilePaths": [""],
"files": "systemData",
"filetype": "bin",
"items": [{
"name": "Coins",
"category": "1. Main",
"intArgs": [2, 4],
"strArgs": ["0000", "0458"],
"widget": {
"type": "int",
"minValue": 0,
"maxValue": 999999999
}
}, {
"name": "Unlock Levels",
"category": "1. Main",
"intArgs": [2, 3],
"strArgs": ["0000", "0450"],
"widget": {
"type": "list",
"listItemNames": ["Reset", "Unlock All"],
"listItemValues": [0, 16777215]
}
}, {
"name": "Accessories 01-02",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0440"],
"widget": {
"type": "list",
"listItemNames": ["None", "1 Full", "2 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 03-04",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0441"],
"widget": {
"type": "list",
"listItemNames": ["None", "3 Full", "4 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 05-06",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0442"],
"widget": {
"type": "list",
"listItemNames": ["None", "5 Full", "6 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 07-08",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0443"],
"widget": {
"type": "list",
"listItemNames": ["None", "7 Full", "8 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 09-10",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0444"],
"widget": {
"type": "list",
"listItemNames": ["None", "9 Full", "10 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 11-12",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0445"],
"widget": {
"type": "list",
"listItemNames": ["None", "11 Full", "12 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 13-14",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0446"],
"widget": {
"type": "list",
"listItemNames": ["None", "13 Full", "14 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 15-16",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0447"],
"widget": {
"type": "list",
"listItemNames": ["None", "15 Full", "16 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 17-18",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0448"],
"widget": {
"type": "list",
"listItemNames": ["None", "17 Full", "18 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 19-20",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0449"],
"widget": {
"type": "list",
"listItemNames": ["None", "19 Full", "20 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}
}, {
"name": "Unlock Levels",
"category": "1. Main",
"intArgs": [2, 3],
"strArgs": ["0000", "0450"],
"widget": {
"type": "list",
"listItemNames": ["Reset", "Unlock All"],
"listItemValues": [0, 16777215]
}
}, {
"name": "Accessories 01-02",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0440"],
"widget": {
"type": "list",
"listItemNames": ["None", "1 Full", "2 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 03-04",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0441"],
"widget": {
"type": "list",
"listItemNames": ["None", "3 Full", "4 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 05-06",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0442"],
"widget": {
"type": "list",
"listItemNames": ["None", "5 Full", "6 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 07-08",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0443"],
"widget": {
"type": "list",
"listItemNames": ["None", "7 Full", "8 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 09-10",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0444"],
"widget": {
"type": "list",
"listItemNames": ["None", "9 Full", "10 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 11-12",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0445"],
"widget": {
"type": "list",
"listItemNames": ["None", "11 Full", "12 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 13-14",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0446"],
"widget": {
"type": "list",
"listItemNames": ["None", "13 Full", "14 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 15-16",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0447"],
"widget": {
"type": "list",
"listItemNames": ["None", "15 Full", "16 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 17-18",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0448"],
"widget": {
"type": "list",
"listItemNames": ["None", "17 Full", "18 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}, {
"name": "Accessories 19-20",
"category": "2. Accessories",
"intArgs": [2, 1],
"strArgs": ["0000", "0449"],
"widget": {
"type": "list",
"listItemNames": ["None", "19 Full", "20 Full", "All Full"],
"listItemValues": [0, 128, 8, 136]
}
}
]
]
}
}

View file

@ -1,85 +1,88 @@
{
"saveFilePaths" : [ "3" ],
"files" : "game_data\\.sav",
"filetype": "bin",
"items": [
{
"name" : "Rupee",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "EAF8" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999
}
},
{
"name" : "Mons",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "D7FA8" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999
}
},
{
"name" : "Gerudoo Relic uses remaining",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "89968" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Goron Relic uses remaining",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "E7BA0" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Rito Relic uses remaining.",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "F9CC8" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Hearts",
"category" : "Stats",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "10970" ],
"widget" : {
"type" : "list",
"listItemNames" : [ "1 Heart", "2 Hearts", "3 Hearts", "4 Hearts", "5 Hearts", "6 Hearts", "7 Hearts", "8 Hearts", "9 Hearts", "10 Hearts", "11 Hearts", "12 Hearts", "13 Hearts", "14 Hearts", "15 Hearts", "16 Hearts", "17 Hearts", "18 Hearts", "19 Hearts", "20 Hearts", "21 Hearts", "22 Hearts", "23 Hearts", "24 Hearts", "25 Hearts", "26 Hearts", "27 Hearts", "28 Hearts", "29 Hearts", "30 Hearts" ],
"listItemValues" : [ 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120 ]
}
},
{
"name" : "Stamina",
"category" : "Stats",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "0503C8" ],
"widget" : {
"type" : "list",
"listItemNames" : [ "1 Wheel of Stamina", "1 & 1/5 Wheels of Stamina", "1 & 2/5 Wheels of Stamina", "1 & 3/5 Wheels of Stamina", "1 & 4/5 Wheels of Stamina", "2 Wheels of Stamina", "2 & 1/5 Wheels of Stamina", "2 & 2/5 Wheels of Stamina", "2 & 3/5 Wheels of Stamina", "2 & 4/5 Wheels of Stamina", "3 Wheels of Stamina" ],
"listItemValues" : [ 1148846080, 1150681088, 1152319488, 1153957888, 1155596288, 1157234688, 1158250496, 1159069696, 1159888896, 1160708096, 1161527296 ]
}
}
]
"beta" : false,
"1.5.0" : {
"saveFilePaths" : [ "\\d" ],
"files" : "game_data\\.sav",
"filetype": "bin",
"items": [
{
"name" : "Rupee",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "EAF8" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999
}
},
{
"name" : "Mons",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "D7FA8" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999
}
},
{
"name" : "Gerudoo Relic uses remaining",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "89968" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Goron Relic uses remaining",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "E7BA0" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Rito Relic uses remaining.",
"category" : "Collectibles",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "F9CC8" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 99
}
},
{
"name" : "Hearts",
"category" : "Stats",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "10970" ],
"widget" : {
"type" : "list",
"listItemNames" : [ "1 Heart", "2 Hearts", "3 Hearts", "4 Hearts", "5 Hearts", "6 Hearts", "7 Hearts", "8 Hearts", "9 Hearts", "10 Hearts", "11 Hearts", "12 Hearts", "13 Hearts", "14 Hearts", "15 Hearts", "16 Hearts", "17 Hearts", "18 Hearts", "19 Hearts", "20 Hearts", "21 Hearts", "22 Hearts", "23 Hearts", "24 Hearts", "25 Hearts", "26 Hearts", "27 Hearts", "28 Hearts", "29 Hearts", "30 Hearts" ],
"listItemValues" : [ 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120 ]
}
},
{
"name" : "Stamina",
"category" : "Stats",
"intArgs" : [ 4, 4 ],
"strArgs" : [ "0000", "0503C8" ],
"widget" : {
"type" : "list",
"listItemNames" : [ "1 Wheel of Stamina", "1 & 1/5 Wheels of Stamina", "1 & 2/5 Wheels of Stamina", "1 & 3/5 Wheels of Stamina", "1 & 4/5 Wheels of Stamina", "2 Wheels of Stamina", "2 & 1/5 Wheels of Stamina", "2 & 2/5 Wheels of Stamina", "2 & 3/5 Wheels of Stamina", "2 & 4/5 Wheels of Stamina", "3 Wheels of Stamina" ],
"listItemValues" : [ 1148846080, 1150681088, 1152319488, 1153957888, 1155596288, 1157234688, 1158250496, 1159069696, 1159888896, 1160708096, 1161527296 ]
}
}
]
}
}

View file

@ -1,18 +1,602 @@
{
"saveFilePaths" : [ "" ],
"files" : "setsuna\\d\\d\\.dat",
"filetype": "setsuna",
"items": [
{
"name" : "Gold",
"category" : "Inventory",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "00CC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999999
}
}
]
"beta" : true,
"all": {
"saveFilePaths" : [ "" ],
"files" : "setsuna\\d\\d\\.dat",
"filetype": "setsuna",
"items": [
{
"name" : "Gold",
"category" : "1. Inventory",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "00CC" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999999
}
},
{
"name" : "Level",
"category" : "2. Endir",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "72FE6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FEE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FE2" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FF2" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FE8" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FEA" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FEC" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "3. Setsuna",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "7303C" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73044" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73038" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73048" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7303E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73040" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73042" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "4. Aeterna",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "73092" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7309A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7308E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7309E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73094" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73096" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73098" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "5. Nidr",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "730E8" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730F0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730E4" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730F4" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730EA" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730EC" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730EE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "6. Kir",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "7313E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73146" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7313A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7314A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73140" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73142" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73144" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "7. Julienne",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "73194" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7319C" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73190" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731A0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73196" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73198" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7319A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "8. Fides",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "731EA" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731F2" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731E6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731F6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731EC" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731EE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731F0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
}
]
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,21 @@
{
"saveFilePaths" : [ "" ],
"files" : "save.dat",
"filetype": "bin",
"items": [
{
"name" : "Character Level",
"category" : "Adventure Mode",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "40B0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "save.dat",
"filetype": "bin",
"items": [
{
"name" : "Character Level",
"category" : "Adventure Mode",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "40B0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
}
}
]
]
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,21 @@
{
"saveFilePaths" : [ "" ],
"files" : "data.bin",
"filetype": "puyopuyo",
"items": [
{
"name" : "Credits",
"category" : "Game",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "06C4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "data.bin",
"filetype": "puyopuyo",
"items": [
{
"name" : "Credits",
"category" : "Game",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "06C4" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
}
}

View file

@ -2,17 +2,10 @@
json = require("lib.json")
function convertToTable(s)
t = {}
for i = 1, #s do
t[i] = string.byte(s:sub(i, i))
end
return t
end
saveFileBuffer = json.decode(edizon.getSaveFileString())
saveFileString = edizon.getSaveFileString()
saveFileString = saveFileString:gsub('{%s*}', '{"edizon":true}')
saveFileBuffer = json.decode(saveFileString)
function getValueFromSaveFile()
strArgs = edizon.getStrArgs()
@ -64,8 +57,21 @@ function setValueInSaveFile(value)
end
end
local function convertToTable(s)
t = {}
for i = 1, #s do
t[i] = string.byte(s:sub(i, i))
end
return t
end
function getModifiedSaveFile()
encoded = json.encode(saveFileBuffer)
encoded = encoded:gsub('{"edizon":true}', '{}')
convertedTable = {}
convertedTable = convertToTable(encoded)

View file

@ -0,0 +1,84 @@
-- lostsphear (modified bin.lua) --
md5 = require("lib.md5")
saveFileBuffer = edizon.getSaveFileBuffer()
function getValueFromSaveFile()
strArgs = edizon.getStrArgs()
intArgs = edizon.getIntArgs()
indirectAddress = tonumber(strArgs[1], 16)
address = tonumber(strArgs[2], 16)
addressSize = intArgs[1]
valueSize = intArgs[2]
offset = 0
value = 0
if indirectAddress ~= 0 then
for i = 0, addressSize - 1 do
offset = offset | (saveFileBuffer[indirectAddress + i + 1] << i * 8)
end
end
for i = 0, valueSize - 1 do
value = value | (saveFileBuffer[offset + address + i + 1] << i * 8)
end
return value
end
function setValueInSaveFile(value)
strArgs = edizon.getStrArgs()
intArgs = edizon.getIntArgs()
indirectAddress = tonumber(strArgs[1], 16)
address = tonumber(strArgs[2], 16)
addressSize = intArgs[1]
valueSize = intArgs[2]
offset = 0
if indirectAddress ~= 0 then
for i = 0, addressSize - 1 do
offset = offset | (saveFileBuffer[indirectAddress + i + 1] << (i * 8))
end
end
for i = 0, valueSize - 1 do
saveFileBuffer[offset + address + i + 1] = (value & (0xFF << i * 8)) >> (i * 8)
end
end
function setChecksumZero()
for i = #saveFileBuffer - 15, #saveFileBuffer do
saveFileBuffer[i] = 0x00
end
end
function calcChecksum()
saveDataOffset = 1297
checksumFileBuffer = {}
for i = saveDataOffset, #saveFileBuffer do
checksumFileBuffer[i - saveDataOffset + 1] = saveFileBuffer[i]
end
return md5.hash(string.char(table.unpack(checksumFileBuffer)))
end
function setNewChecksum(md5hash)
checksumOffset = #saveFileBuffer - 16
checksum = table.pack(md5hash:byte(1, 16))
for i = 1, 16 do
saveFileBuffer[checksumOffset + i] = checksum[i]
end
end
function replaceChecksum()
setChecksumZero()
md5hash = calcChecksum()
setNewChecksum(md5hash)
end
function getModifiedSaveFile()
replaceChecksum()
return saveFileBuffer
end

Binary file not shown.

View file

@ -3,6 +3,7 @@ autoboot=0
bootwait=5
customlogo=1
verification=2
{-- Custom Firmwares --}
[CFW]
kip1=modules/newfirm/loader.kip
@ -27,7 +28,7 @@ kip1patch=nosigchk
{----------------------}
{ }
{Running v8.1 of tumGER/SDFilesSwitch}
{Running v9 of tumGER/SDFilesSwitch}
{By: tomGER(@tumGER)}
{StevenMattera, WerWolv}
{ }

View file

@ -1,9 +0,0 @@
{------ LayeredFS -----}
[Newest LayeredFS]
kip1=modules/newfirm/loader.kip
kip1=modules/newfirm/sm.kip
kip1=modules/newfirm/fs_mitm.kip
kip1=modules/newfirm/pm.kip
atmosphere=1
kip1patch=nosigchk
{ }

View file

@ -0,0 +1,11 @@
[config]
hbTitleId=010000000000100D
hbTitleName=Album
hbKeyCombo=!R
# OPTIONS:
# hbTitleId -> The title id that will be replaced with hbl - Standard is album
# hbTitleName -> The name of the title
# hbKeyCombo -> The Key to press -> Can be SR; SL; DDOWN; DRIGHT; DUP; DLEFT; MINUS; PLUS; ZR; ZL; R; L; RS; LS; Y; X; B or A
# - Use ! + "KEY" to apply in reverse - !R means "Launch HBL when not pressing R" for example

View file

@ -0,0 +1,9 @@
lightTheme={
textColor=(0,0,0,255);
};
darkTheme={
textColor=(255,255,255,255);
};
# For more infos go to http://switchbrew.org/index.php/Homebrew_Menu#Themes

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 KiB

After

Width:  |  Height:  |  Size: 594 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 KiB

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 KiB

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 KiB

After

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "File\\d+\\.bin",

View file

@ -0,0 +1,23 @@
{
"beta" : true,
"all" : {
"saveFilePaths" : [ "Managers" ],
"files" : "PlayerManager.bs",
"filetype": "bin",
"items":[
{
"name":"Levels Unlocked (All or nothing)",
"category" : "Unlockables",
"intArgs" : [ 2, 4 ],
"strArgs" : [
"0000", "0086"
],
"widget" : {
"type" : "bool",
"onValue" : 400000,
"offValue" : 0
}
}
]
}
}

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "data.bin",

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "user\\d\\.dat",

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "data.bin",

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths":[
""

View file

@ -0,0 +1,23 @@
{
"beta" : true,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "File[ABC]",
"filetype": "bin",
"items":[
{
"name":"Stat Points",
"category" : "Stats",
"intArgs" : [ 2, 4 ],
"strArgs" : [
"0000", "0906"
],
"widget" : {
"type" : "int",
"minValue" : 10,
"maxValue" : 255
}
}
]
}
}

View file

@ -0,0 +1,120 @@
{
"beta" : true,
"all": {
"saveFilePaths" : [ "" ],
"files" : "SAVEDATA\\d\\d",
"filetype": "lostsphear",
"items": [
{
"name" : "Gold",
"category" : "01. Inventory",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "0524" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 999999999
}
},
{
"name" : "Level",
"category" : "02. Kanata",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C3E6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "03. Lumina",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C518" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "04. Locke",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C8AE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "05. Van",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C47F" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "06. Obaro",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C5B1" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "07. Galdra",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C815" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "08. Sherra",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C64A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "09. Dianto",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C6E3" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Level",
"category" : "10. Gears",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "1C77C" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
}
]
}
}

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths" : [ "" ],
"files" : "save\\d\\d\\d\\d\\.sav",

View file

@ -1,4 +1,5 @@
{
"beta" : false,
"all" : {
"saveFilePaths": [""],
"files": "systemData",

View file

@ -1,6 +1,7 @@
{
"all" : {
"saveFilePaths" : [ "3" ],
"beta" : false,
"1.5.0" : {
"saveFilePaths" : [ "\\d" ],
"files" : "game_data\\.sav",
"filetype": "bin",
"items": [

View file

@ -1,12 +1,13 @@
{
"all" : {
"beta" : true,
"all": {
"saveFilePaths" : [ "" ],
"files" : "setsuna\\d\\d\\.dat",
"filetype": "setsuna",
"items": [
{
"name" : "Gold",
"category" : "Inventory",
"category" : "1. Inventory",
"intArgs" : [ 2, 4 ],
"strArgs" : [ "0000", "00CC" ],
"widget" : {
@ -14,7 +15,588 @@
"minValue" : 0,
"maxValue" : 999999999
}
},
{
"name" : "Level",
"category" : "2. Endir",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "72FE6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FEE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FE2" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FF2" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FE8" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FEA" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "2. Endir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "72FEC" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "3. Setsuna",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "7303C" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73044" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73038" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73048" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7303E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73040" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "3. Setsuna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73042" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "4. Aeterna",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "73092" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7309A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7308E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7309E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73094" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73096" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "4. Aeterna",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73098" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "5. Nidr",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "730E8" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730F0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730E4" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730F4" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730EA" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730EC" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "5. Nidr",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "730EE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "6. Kir",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "7313E" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73146" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7313A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7314A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73140" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73142" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "6. Kir",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73144" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "7. Julienne",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "73194" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7319C" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73190" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731A0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73196" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "73198" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "7. Julienne",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "7319A" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Level",
"category" : "8. Fides",
"intArgs" : [ 2, 1 ],
"strArgs" : [ "0000", "731EA" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 99
}
},
{
"name" : "Current HP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731F2" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max HP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731E6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Current MP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731F6" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Max MP",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731EC" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 999,
"stepSize" : 10
}
},
{
"name" : "Strength",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731EE" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
},
{
"name" : "Intelligence",
"category" : "8. Fides",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "0000", "731F0" ],
"widget" : {
"type" : "int",
"minValue" : 1,
"maxValue" : 9999,
"stepSize" : 100
}
}
]
}
}
}

Some files were not shown because too many files have changed in this diff Show more