-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoblin_reaper.tscn
59 lines (53 loc) · 2.19 KB
/
goblin_reaper.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[gd_scene load_steps=8 format=3 uid="uid://cyr8apb434f6y"]
[ext_resource type="Script" path="res://enemy.gd" id="1_xc4jf"]
[ext_resource type="PackedScene" uid="uid://dlwdg0jkrakdc" path="res://resources/kaykit-extra/characters/character_goblin.gltf" id="2_88ulk"]
[ext_resource type="Script" path="res://card_effect_value.gd" id="2_amdlo"]
[ext_resource type="PackedScene" uid="uid://dy1qwrnb10uc" path="res://resources/kaykit-extra/characters/goblin_scythe.gltf.glb" id="3_b1aj4"]
[ext_resource type="Script" path="res://card.gd" id="3_lqms2"]
[sub_resource type="Resource" id="Resource_s444h"]
script = ExtResource("2_amdlo")
value_type = 1
absolute_value = 12
reference_fraction = 1.0
value_field_type = 0
regular_field = 0
read_only_field = 0
status = 0
[sub_resource type="Resource" id="Resource_fo1rb"]
script = ExtResource("3_lqms2")
card_name = "Scyte Slash"
upgrade_name = ""
basic = false
upgrade_level = 0
cost = 2
target_mode = 3
target_animation = 1
on_damage_animation = 0
target_distance = 1
damage_value = SubResource("Resource_s444h")
on_play_self_effects = Array[Resource("res://card_effect.gd")]([])
on_play_effects = Array[Resource("res://card_effect.gd")]([])
on_damage_effects = Array[Resource("res://card_effect.gd")]([])
on_play_after_effects = Array[Resource("res://card_effect.gd")]([])
on_kill_effects = Array[Resource("res://card_effect.gd")]([])
on_next_turn_effects = Array[Resource("res://card_effect.gd")]([])
area_type = 0
area_length = 1
area_width = 1
cone_step = 1
exhaust = false
[node name="GoblinReaper" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1.5, 1)
script = ExtResource("1_xc4jf")
base_move_points = 10
base_hit_points = 8
level_hit_points = 1.0
level_damage = 1.0
cards = Array[ExtResource("3_lqms2")]([SubResource("Resource_fo1rb")])
enemy_type = 4
enemy_name = "Goblin Reaper"
total_action_points = 1
[node name="character_goblin" parent="." instance=ExtResource("2_88ulk")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
[node name="goblin_scythegltf" parent="." instance=ExtResource("3_b1aj4")]
transform = Transform3D(0.5, 2.18557e-08, -0.866025, 0.866025, -3.78552e-08, 0.5, -2.18557e-08, -1, -3.78552e-08, 0.4, 0.25, -0.3)