pollen-not-included/levels/rules/level_2_rules.tres
Dan Baker a62cd6018e Updated bee nectar gathering and game levels
The bee's nectar gathering now depends on the current flower nectar level. The return, deposit_nectar, die, and other functions have been updated to return void. Nectar requirements for each game level have been increased tenfold. A new variable 'flower_nectar_level' has been added to manage the amount of nectar in flowers. Also, several functions in GameStateManager were updated to include specific input parameters or return void.
2024-05-14 19:05:47 +01:00

16 lines
494 B
Text

[gd_resource type="Resource" script_class="GameRulesResource" load_steps=2 format=3 uid="uid://cqtsmjsyqne41"]
[ext_resource type="Script" path="res://components/scripts/game_rules.gd" id="1_ga8fp"]
[resource]
script = ExtResource("1_ga8fp")
level_number = 2
level_name = "Level Two"
level_description = "Hazard introduction - pesticide"
bees_available = 40
nectar_required = 800
level_par = 3
collector_enabled = true
dancer_enabled = true
director_enabled = true
distractor_enabled = false