Ajout de l'amélioration du modèle du robot au cours de l'histoire, d'une annonce sur cette amélioration ainsi qu'un succès à l'utilisation de toutes les incubateurs d'orchid dans une base

This commit is contained in:
2026-07-10 16:25:33 +02:00
parent be33225d4d
commit cb5a2421ae
32 changed files with 254 additions and 51 deletions
+7 -1
View File
@@ -28,8 +28,14 @@ func is_run_finished(level : int) -> bool:
func is_region_sequence_infinite() -> bool:
return false
func get_player_max_energy() -> int:
return PlayerData.DEFAULT_MAX_ENERGY
func get_player_max_inventory() -> int:
return PlayerData.DEFAULT_INVENTORY_SIZE
func get_region_sequence_length() -> int:
return 2 #TO CHANGE TO 7
return 3 #TOCHANGE TO 7
func get_first_vending_machine_occurence(_level : int) -> int:
return 2