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
+17
View File
@@ -0,0 +1,17 @@
{
"misc": {},
"soulFruit": {
"ALLOW_SOUL_FRUIT_BLINDNESS": {
"comment": "Allow Soul Fruit to give the player blindness",
"value": true
},
"SOUL_FRUIT_BLINDNESS": {
"comment": "The duration of the blindness effect from Soul Fruit in Seconds, Value must be \u003e 0",
"value": 60
},
"SOUL_FRUIT_BLINDNESS_RANGE": {
"comment": "The range of the blindness effect from Soul Fruit in Blocks, Value must be \u003e 0",
"value": 25
}
}
}