seed queue + seed card + distant spawn + reproduction
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=7 format=3 uid="uid://bgi2lo7kb3d2v"]
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://bgi2lo7kb3d2v"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_i8xe4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_4rpny"]
|
||||
[ext_resource type="Texture2D" uid="uid://r1bq2tgt1yxf" path="res://assets/gamejam_plantes_props1.png" id="2_gaemm"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1lwna"]
|
||||
atlas = ExtResource("2_4rpny")
|
||||
region = Rect2(0, 0, 270, 270)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fxqnu"]
|
||||
atlas = ExtResource("2_gaemm")
|
||||
region = Rect2(1920, 1620, 320, 540)
|
||||
@@ -45,15 +50,18 @@ animations = [{
|
||||
[resource]
|
||||
script = ExtResource("1_i8xe4")
|
||||
type = "Chardon"
|
||||
seed_sprite = SubResource("AtlasTexture_1lwna")
|
||||
sprite_frames = SubResource("SpriteFrames_fxtnk")
|
||||
growing_time = 0.5
|
||||
dying_time = 10.0
|
||||
water_need = [0, 0]
|
||||
fertility_need = [0, 0]
|
||||
presence_need = [0, 0]
|
||||
water_prod = 1
|
||||
fertility_prod = -1
|
||||
presence_prod = 1
|
||||
growing_time = 1.0
|
||||
offspring_per_lifetime = 1
|
||||
dying_time = 30.0
|
||||
dead_time = 10.0
|
||||
water_need = [-5, 5]
|
||||
fertility_need = [-5, 5]
|
||||
presence_need = [0, 5]
|
||||
water_prod = 2
|
||||
fertility_prod = 0
|
||||
presence_prod = 2
|
||||
dead_water_prod = 0
|
||||
dead_fertility_prod = 1
|
||||
distance_prod = 50
|
||||
distance_prod = 150
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=7 format=3 uid="uid://b6ufxuqdcgwmx"]
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://b6ufxuqdcgwmx"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_meppe"]
|
||||
[ext_resource type="Texture2D" uid="uid://r1bq2tgt1yxf" path="res://assets/gamejam_plantes_props1.png" id="2_jkmk8"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_m81be"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bqj8q"]
|
||||
atlas = ExtResource("2_m81be")
|
||||
region = Rect2(270, 0, 270, 270)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_vmgwa"]
|
||||
atlas = ExtResource("2_jkmk8")
|
||||
@@ -45,15 +50,18 @@ animations = [{
|
||||
[resource]
|
||||
script = ExtResource("1_meppe")
|
||||
type = "Chene"
|
||||
seed_sprite = SubResource("AtlasTexture_bqj8q")
|
||||
sprite_frames = SubResource("SpriteFrames_shufc")
|
||||
growing_time = 50.0
|
||||
growing_time = 20.0
|
||||
offspring_per_lifetime = 3
|
||||
dying_time = 100.0
|
||||
water_need = [0, 0]
|
||||
fertility_need = [0, 0]
|
||||
presence_need = [0, 0]
|
||||
water_prod = 1
|
||||
fertility_prod = 2
|
||||
presence_prod = 1
|
||||
dead_time = 200.0
|
||||
water_need = [1, 5]
|
||||
fertility_need = [1, 5]
|
||||
presence_need = [3, 7]
|
||||
water_prod = 3
|
||||
fertility_prod = 0
|
||||
presence_prod = 5
|
||||
dead_water_prod = 0
|
||||
dead_fertility_prod = 1
|
||||
distance_prod = 50
|
||||
dead_fertility_prod = 5
|
||||
distance_prod = 400
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=7 format=3 uid="uid://dnahox31xqy6l"]
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://dnahox31xqy6l"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_mhtmv"]
|
||||
[ext_resource type="Texture2D" uid="uid://r1bq2tgt1yxf" path="res://assets/gamejam_plantes_props1.png" id="2_gcjog"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_od2qm"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dkacp"]
|
||||
atlas = ExtResource("2_od2qm")
|
||||
region = Rect2(540, 0, 270, 270)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ncq3n"]
|
||||
atlas = ExtResource("2_gcjog")
|
||||
@@ -44,16 +49,19 @@ animations = [{
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_mhtmv")
|
||||
type = "Peuplier"
|
||||
type = "Buisson"
|
||||
seed_sprite = SubResource("AtlasTexture_dkacp")
|
||||
sprite_frames = SubResource("SpriteFrames_d15np")
|
||||
growing_time = 2.0
|
||||
dying_time = 2.0
|
||||
water_need = [0, 0]
|
||||
fertility_need = [0, 0]
|
||||
presence_need = [0, 0]
|
||||
water_prod = 2
|
||||
offspring_per_lifetime = 1
|
||||
dying_time = 45.0
|
||||
dead_time = 15.0
|
||||
water_need = [1, 5]
|
||||
fertility_need = [-5, 5]
|
||||
presence_need = [1, 10]
|
||||
water_prod = 0
|
||||
fertility_prod = 2
|
||||
presence_prod = 1
|
||||
presence_prod = 3
|
||||
dead_water_prod = 0
|
||||
dead_fertility_prod = 1
|
||||
distance_prod = 25.0
|
||||
distance_prod = 250
|
||||
|
||||
Reference in New Issue
Block a user