2025-01-26 11:30:35 +07:00
|
|
|
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://cakkx0o8mifmn"]
|
2025-01-25 22:00:20 +07:00
|
|
|
|
2025-01-26 11:30:35 +07:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dw8cnu3lfblig" path="res://assets/monster/whale 2.png" id="1_4dsvt"]
|
2025-01-25 22:00:20 +07:00
|
|
|
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_xcdwy"]
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_xcdwy")
|
|
|
|
|
rock = 30
|
|
|
|
|
paper = 30
|
|
|
|
|
scissors = 30
|
|
|
|
|
energy_cost = 2
|
|
|
|
|
base_health = 200
|
|
|
|
|
name = "Orcava"
|
|
|
|
|
description = "Human try to communicate with me. I simply block them."
|
2025-01-26 11:30:35 +07:00
|
|
|
icon = ExtResource("1_4dsvt")
|