





🌟 Special thanks to our amazing supporters:
✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]
Hi everyone! Ivan's here. In this latest patch i'm going to address some fixes but also i will introduce some new features regarding items and modding. So let's start!
{
"shopId": "Business Mailbox",
"shopSpriteName": "business_mailbox.png",
"shopType": "Shop",
"openHour": 23,
"openMinute": 59,
"closeHour": 00,
"closeMinute": 00,
"refillIntervalMins": 60,
"robberyDuration": 10,
"robberyRecoveryMins": 500,
"effectNeededToRob": "business_key_effect",
"robberyEffect": "business_mailbox_effect",
"shopMinItemsDropOnRob": 5,
"shopMaxItemsDropOnRob": 5,
"shoppables": [
{
"itemId": "business_contracts",
"itemType": "SpecialItem",
"price": 1000,
"minQuality": 4,
"maxQuality": 4,
"minQuantity": 5,
"maxQuantity": 5
}
]
}
This example of usage is taken from the BigLife mod by XC.
{
"itemId": "Old Goat liquor",
"itemSpriteName": "old_goat.png",
"itemExpiration": 43800,
"maxStackable": 1,
"maxUses": 5,
"itemEffectOnUse": "alcohol_effect",
"achievementsOnUse": "UseAlcohool",
"achievementsOnCraft": "BrewAlcohol",
"effectModifiers": [
{
"statId": "playerTemperature",
"statModifier": 5
},
{
"statId": "playerClean",
"statModifier": -2
},
{
"statId": "playerSpeed",
"statModifier": -0.3
},
{
"statId": "playerScandal",
"statModifier": -2
}
]
}
This example is taken from the Vanilla game
[ 6069 ]
[ 668 ]
[ 4036 ]