20 lines
986 B
Text
20 lines
986 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/PlantResource.cs" id="3_vt4jc"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_vt4jc")
|
|
display_name = "Sunflower"
|
|
display_description = "[p]Produces sun over time.[/p]
|
|
[p]Health points: [color=DARK_RED]3 bites[/color][/p]
|
|
[p]Reload time: [color=DARK_RED]5 seconds[/color].[/p]
|
|
[p]Initial sun production time: [color=DARK_RED]12 seconds[/color].[/p]
|
|
[p]Sun production time: [color=DARK_RED]24 seconds[/color](After first sun produced).[/p]"
|
|
Cost = 50
|
|
Scene = ExtResource("2_gcyr5")
|
|
ReloadTime = 5.0
|
|
ReloadProgress = 1.0
|
|
Preview = ExtResource("1_8rd5i")
|
|
Layer = 1
|