init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Items": [
|
||||
{
|
||||
"Id": "Marao",
|
||||
"TestPatched": 42,
|
||||
"TestDefault": 100
|
||||
},
|
||||
{
|
||||
"Id": "*",
|
||||
"TestDefault": -20,
|
||||
"TestGlobalPatch": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Items": [
|
||||
{
|
||||
"Id": "food/ration",
|
||||
"Durability": 99,
|
||||
"SpecialProp": true
|
||||
},
|
||||
{
|
||||
"Id": "*",
|
||||
"Durability": 50,
|
||||
"GlobalItemProp": "patched"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user