SimpleStory

This commit is contained in:
UltraLionFr
2025-07-18 20:46:07 +02:00
commit f12e1cf179
614 changed files with 33899 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"trades": {
"disableTrades": {
"comment": "Disable All BWG Trades, If this is set to true none of the values below will matter",
"value": false
}
},
"villagerTrades": {
"allowBWGForagerTrades": {
"comment": "Allow BWG Forager Profession Trades",
"value": true
},
"enableBWGVanillaProfessionTradeAdditions": {
"comment": "Allows BWG Items to be added to Vanilla Profession Trades",
"value": true
}
},
"wanderingTraderTrades": {
"enableBWGItemsTrades": {
"comment": "Allows BWG Items to be added to Wandering Trader Offerings",
"value": true
}
}
}