tcg/data/cards/monster/axoluna.tres

16 lines
509 B
Text
Raw Permalink Normal View History

2025-01-26 01:58:35 +07:00
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://deo8mj887rfx1"]
2025-01-25 11:57:55 +07:00
2025-01-26 01:58:35 +07:00
[ext_resource type="Texture2D" uid="uid://b8accn4e2ojau" path="res://assets/monster/froggo 1.png" id="1_dyw44"]
2025-01-25 22:00:20 +07:00
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_s0p53"]
2025-01-25 11:57:55 +07:00
[resource]
2025-01-25 22:00:20 +07:00
script = ExtResource("1_s0p53")
rock = 20
paper = 30
2025-01-25 11:57:55 +07:00
scissors = 50
energy_cost = 1
base_health = 120
2025-01-25 22:00:20 +07:00
name = "Axoluna"
description = "Cute wanderer of the tank, Axoluna"
2025-01-26 01:58:35 +07:00
icon = ExtResource("1_dyw44")