This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
Kosmos/Modules/edizon/EdiZon/editor/010036B0034E4000.json
2020-02-26 19:53:54 -05:00

27 lines
436 B
JSON

{
"author": "WerWolv",
"scriptLanguage": "lua",
"beta": false,
"all": [
{
"saveFilePaths": [""],
"files": "buffer_save\\.dat",
"filetype": "bin",
"items": [
{
"name": "Party Points",
"category": "Collectibles",
"intArgs": [2, 4],
"strArgs": ["0000", "000C"],
"widget": {
"type": "int",
"minValue": 0,
"maxValue": 1000000,
"stepSize": 100
}
}
]
}
]
}