32 lines
1.7 KiB
Plaintext
32 lines
1.7 KiB
Plaintext
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://b04vho33bl52b"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c7mp7tkkkk6o5" path="res://entities/plants/assets/sprites/default/growing.png" id="1_fp5j6"]
|
|
[ext_resource type="Script" uid="uid://jnye5pe1bgqw" path="res://entities/plants/scripts/plant_type.gd" id="1_moyj3"]
|
|
[ext_resource type="Script" path="res://entities/plants/scripts/plant_effects/decontaminate_terrain_effect.gd" id="2_cky1j"]
|
|
[ext_resource type="Texture2D" uid="uid://bupl1y0cfj21q" path="res://entities/plants/assets/sprites/default/mature.png" id="3_ffarr"]
|
|
[ext_resource type="Texture2D" uid="uid://ba413oun7ry78" path="res://entities/plants/assets/sprites/default/planted.png" id="4_2s6re"]
|
|
[ext_resource type="Texture2D" uid="uid://pltmnkqd5ut2" path="res://entities/plants/assets/sprites/seeds/grille_seeds.png" id="6_cky1j"]
|
|
|
|
[sub_resource type="Resource" id="Resource_q68uy"]
|
|
script = ExtResource("2_cky1j")
|
|
impact_radius = 100
|
|
metadata/_custom_type_script = "uid://cgscbuxe4dawb"
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ffarr"]
|
|
atlas = ExtResource("6_cky1j")
|
|
region = Rect2(1140, 345, 141, 128)
|
|
|
|
[resource]
|
|
script = ExtResource("1_moyj3")
|
|
name = "Chardi"
|
|
description = "This plant can grow without water, and reduce contamination around when it becomes mature."
|
|
growing_time = 1
|
|
seed_texture = SubResource("AtlasTexture_ffarr")
|
|
planted_texture = ExtResource("4_2s6re")
|
|
growing_texture = ExtResource("1_fp5j6")
|
|
mature_texture = ExtResource("3_ffarr")
|
|
mature_effect = SubResource("Resource_q68uy")
|
|
harvest_types_path = Array[String]([])
|
|
harvest_number = Array[int]([1, 2])
|
|
metadata/_custom_type_script = "uid://jnye5pe1bgqw"
|