refactored bullet script, broke shotgun pellets which will need to be fixed

This commit is contained in:
derek
2025-03-25 16:55:22 -05:00
parent 3e3a0d2192
commit 8d0f925be6
24 changed files with 1283 additions and 122 deletions

View File

@@ -9,6 +9,7 @@ class_name gamemode
@export_group("Rewards and Penalties")
@export var max_number_of_chests : int = 3
@export var money_lost_multiplier : float = .5
@export var die_on_leaving_bounds : bool = true
@export_enum("Drop All Weapons","Drop Random","Drop None") var weapon_penalty = 1
@export var weapon_drop_percentage : float = .5
@export var ammo_drop_percentage : float = .5