14 lines
374 B
Text
14 lines
374 B
Text
|
|
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://425ipxdapg8o"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_yvmeg"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_yvmeg")
|
||
|
|
rock = 40
|
||
|
|
paper = 60
|
||
|
|
scissors = 50
|
||
|
|
energy_cost = 2
|
||
|
|
base_health = 110
|
||
|
|
name = "Jellova"
|
||
|
|
description = "I'm gonna whip you till' you .. nevermind."
|