Created
March 17, 2018 23:07
-
-
Save bonetechnologies/d5e7d11a5b499df0e6caa5ddc1da9bce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"internalItemName": "basic wood chest", | |
"itemName": "basic wood chest", | |
"itemDescription": "a basic wooden chest", | |
"restingName": "a wooden chest rests on the groud.", | |
"valueInGold": 15, | |
"itemHalfLifeTicks": 60, | |
"rarity": "BASIC", | |
"itemTriggers": [ | |
"chest", | |
"wooden chest", | |
"basic wooden chest", | |
"c", | |
"wood chest" | |
], | |
"loot": { | |
"lootGoldMin": 1, | |
"lootGoldMax": 9, | |
"internalItemNames": [ | |
"beserker baton" | |
] | |
}, | |
"validTimeOfDays": [], | |
"isDisposable": false, | |
"maxUses": 0, | |
"isChest": true, | |
"lockPickingDifficulty": "NOVICE" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment