Add clover luck item and admin restart command

This commit is contained in:
3nd3r
2025-12-30 23:19:37 -06:00
parent 38d9159f50
commit 735c46b8c2
4 changed files with 130 additions and 0 deletions

9
shop.json Normal file → Executable file
View File

@@ -61,6 +61,15 @@
"price": 30,
"description": "Change into dry clothes - allows shooting again after being soaked",
"type": "dry_clothes"
},
"10": {
"name": "4-Leaf Clover",
"price": 100,
"description": "Crazy luck for 10 minutes - greatly boosts hit & befriend success",
"type": "clover_luck",
"duration": 600,
"min_hit_chance": 0.95,
"min_befriend_chance": 0.95
}
}
}