added chest and chest spawners but they don't always show up?
This commit is contained in:
@@ -6,7 +6,8 @@ class_name gamemode
|
||||
@export_enum("Kill 'em All","Extraction","Survival_Time") var win_conditions
|
||||
@export_group("Win Conditions")
|
||||
@export var survival_time : float = 160 #in seconds
|
||||
@export_group("Penalties")
|
||||
@export_group("Rewards and Penalties")
|
||||
@export var max_number_of_chests : int = 3
|
||||
@export var money_lost_multiplier : float = .5
|
||||
@export_enum("Drop All Weapons","Drop Random","Drop None") var weapon_penalty = 0
|
||||
@export var weapon_drop_percentage : float = .5
|
||||
|
||||
Reference in New Issue
Block a user