tcg/data/cards/monster/gilli.tres

16 lines
521 B
Text
Raw Permalink Normal View History

2025-01-26 11:30:35 +07:00
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://myxgsyerrdla"]
2025-01-25 22:00:20 +07:00
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_1j36c"]
2025-01-26 11:30:35 +07:00
[ext_resource type="Texture2D" uid="uid://b0f5rg5eqyym1" path="res://assets/monster/Goldfish 2.png" id="1_62dnj"]
2025-01-25 22:00:20 +07:00
[resource]
script = ExtResource("1_1j36c")
rock = 40
paper = 10
scissors = 10
energy_cost = 1
base_health = 120
name = "Gilli"
description = "There is a huge monster looking at me everyday."
2025-01-26 11:30:35 +07:00
icon = ExtResource("1_62dnj")