22 lines
800 B
Text
22 lines
800 B
Text
[gd_resource type="Resource" script_class="PlantResource" load_steps=4 format=3 uid="uid://drm42f48urvc4"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://iw75j816gbc" path="res://assets/sprites/plants/sunflower.tres" id="1_8rd5i"]
|
|
[ext_resource type="PackedScene" uid="uid://bg7lomiorxo2c" path="res://scenes/entities/plants/sunflower.tscn" id="2_gcyr5"]
|
|
[ext_resource type="Script" uid="uid://cyenlko1knygw" path="res://scripts/resources/entities/PlantResource.cs" id="3_vt4jc"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_vt4jc")
|
|
Tags = []
|
|
Layer = 1
|
|
DontRegister = false
|
|
NameKey = "sunflower"
|
|
DescriptionKey = "sunflower_desc"
|
|
Cost = 50.0
|
|
Scene = ExtResource("2_gcyr5")
|
|
ReloadTime = 5.0
|
|
ReloadProgress = 1.0
|
|
Preview = ExtResource("1_8rd5i")
|
|
Order = 1
|
|
Parameters = Dictionary[String, float]({
|
|
"max_hp": 30.0
|
|
})
|