wip: monster card
This commit is contained in:
parent
172ce12e79
commit
bebb7b467b
38 changed files with 772 additions and 22 deletions
|
|
@ -1,11 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://di76avwc0gn8e"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_j4601"]
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_s0p53"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_j4601")
|
||||
rock = 50
|
||||
paper = 50
|
||||
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"
|
||||
13
data/cards/monster/bunnaut.tres
Normal file
13
data/cards/monster/bunnaut.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://bynhiupm3e5fp"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_3jfyg"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_3jfyg")
|
||||
rock = 10
|
||||
paper = 30
|
||||
scissors = 70
|
||||
energy_cost = 1
|
||||
base_health = 50
|
||||
name = "Bunnaut"
|
||||
description = "Run faster than tortoise."
|
||||
|
|
@ -1,11 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://cs7q8i7bvohmj"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_v65bb"]
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_n3oql"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_v65bb")
|
||||
script = ExtResource("1_n3oql")
|
||||
rock = 100
|
||||
paper = 100
|
||||
scissors = 100
|
||||
paper = 40
|
||||
scissors = 80
|
||||
energy_cost = 3
|
||||
base_health = 170
|
||||
name = "Capytain"
|
||||
description = "A big, hungry capybara"
|
||||
13
data/cards/monster/cattogato.tres
Normal file
13
data/cards/monster/cattogato.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://bmst884k0myvd"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_hblhq"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hblhq")
|
||||
rock = 10
|
||||
paper = 10
|
||||
scissors = 200
|
||||
energy_cost = 3
|
||||
base_health = 80
|
||||
name = "Cattogato"
|
||||
description = "Lovely cat wandering in the space."
|
||||
15
data/cards/monster/froguvo.tres
Normal file
15
data/cards/monster/froguvo.tres
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=3 format=3 uid="uid://bt1ngixrq4sve"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_ayfld"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8accn4e2ojau" path="res://assets/monster/froggo 1.png" id="1_vlu3d"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ayfld")
|
||||
rock = 20
|
||||
paper = 30
|
||||
scissors = 50
|
||||
energy_cost = 1
|
||||
base_health = 80
|
||||
name = "Froguvo"
|
||||
description = "Ribbit in space."
|
||||
icon = ExtResource("1_vlu3d")
|
||||
13
data/cards/monster/gilli.tres
Normal file
13
data/cards/monster/gilli.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://myxgsyerrdla"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_1j36c"]
|
||||
|
||||
[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."
|
||||
13
data/cards/monster/jellova.tres
Normal file
13
data/cards/monster/jellova.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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."
|
||||
13
data/cards/monster/orcava.tres
Normal file
13
data/cards/monster/orcava.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://cakkx0o8mifmn"]
|
||||
|
||||
[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."
|
||||
13
data/cards/monster/prankie.tres
Normal file
13
data/cards/monster/prankie.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://shri5ne51s74"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_70s4q"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_70s4q")
|
||||
rock = 60
|
||||
paper = 60
|
||||
scissors = 10
|
||||
energy_cost = 2
|
||||
base_health = 100
|
||||
name = "Prankie"
|
||||
description = "I'm not pranking anyone. Yet."
|
||||
13
data/cards/monster/quackle.tres
Normal file
13
data/cards/monster/quackle.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="Resource" script_class="MonsterCard" load_steps=2 format=3 uid="uid://dnf3gpji5prlr"]
|
||||
|
||||
[ext_resource type="Script" path="res://tcg/card/monster_card.gd" id="1_a8rjn"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_a8rjn")
|
||||
rock = 50
|
||||
paper = 20
|
||||
scissors = 40
|
||||
energy_cost = 1
|
||||
base_health = 70
|
||||
name = "Quackle"
|
||||
description = "Quack! Quack! No one notice me."
|
||||
Loading…
Add table
Add a link
Reference in a new issue