15 lines
509 B
Text
15 lines
509 B
Text
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://deo8mj887rfx1"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b8accn4e2ojau" path="res://assets/monster/froggo 1.png" id="1_dyw44"]
|
|
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_s0p53"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_s0p53")
|
|
rock = 20
|
|
paper = 30
|
|
scissors = 50
|
|
energy_cost = 1
|
|
base_health = 120
|
|
name = "Axoluna"
|
|
description = "Cute wanderer of the tank, Axoluna"
|
|
icon = ExtResource("1_dyw44")
|