mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 00:35:55 +00:00
Rebalances and new fairy
This commit is contained in:
parent
25dff4215d
commit
265f5ecfca
18 changed files with 1785 additions and 1041 deletions
|
|
@ -131,3 +131,16 @@
|
|||
"classname" "marker_spawn"
|
||||
"origin" "-40 -40 22"
|
||||
}
|
||||
// entity 6
|
||||
{
|
||||
"classname" "actor_door_1"
|
||||
"origin" "-68 84 32"
|
||||
"targetname" "door_1"
|
||||
}
|
||||
// entity 7
|
||||
{
|
||||
"classname" "actor_controlpad"
|
||||
"origin" "-64 -20 28"
|
||||
"target" "door_1"
|
||||
"activationtype" ""
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -9,10 +9,12 @@ description = "Activation Type"
|
|||
class_properties = {
|
||||
"activationtype": {
|
||||
"Close": "Close",
|
||||
"Destroy": "Destroy",
|
||||
"Disable": "Disable",
|
||||
"Enable": "Enable",
|
||||
"Open": "Open",
|
||||
"Toggle": "Toggle"
|
||||
"Toggle": "Toggle",
|
||||
"Use": "Use"
|
||||
}
|
||||
}
|
||||
class_property_descriptions = {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDPointClass" load_steps=4 format=3 uid="uid://c5sejd3gjdu2k"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://cwrcrupms7h4d" path="res://3D/TrenchBroom/EntityDefinitions/base/enemy_base.tres" id="1_yklee"]
|
||||
[ext_resource type="Script" uid="uid://cxsqwtsqd8w33" path="res://addons/func_godot/src/fgd/func_godot_fgd_point_class.gd" id="2_moy5q"]
|
||||
[ext_resource type="Script" uid="uid://00rbjdb4mnb0" path="res://Scripts/Actors/EnemyMarker3D.cs" id="3_vobwj"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_moy5q")
|
||||
script_class = ExtResource("3_vobwj")
|
||||
apply_rotation_on_map_build = false
|
||||
apply_scale_on_map_build = false
|
||||
classname = "marker_spawn_enemy_fairy_small_t1"
|
||||
description = "Small T1 Fairy Spawn Marker"
|
||||
base_classes = Array[Resource]([ExtResource("1_yklee")])
|
||||
class_properties = {
|
||||
"resource_path": "res://Resources/Enemies/Base_Fairy_T1_3D.tres"
|
||||
}
|
||||
meta_properties = {
|
||||
"color": Color(0.9229911, 0.41614023, 0.21117541, 1),
|
||||
"model": "{ \"path\": \"textures\\Markers\\FairySmallT1.png\", \"scale\": 1 }",
|
||||
"size": AABB(-4, -4, -6, 4, 4, 6)
|
||||
}
|
||||
node_class = "Marker3D"
|
||||
metadata/_custom_type_script = "uid://cxsqwtsqd8w33"
|
||||
|
|
@ -1,11 +1,12 @@
|
|||
[gd_resource type="Resource" script_class="FuncGodotFGDFile" load_steps=5 format=3 uid="uid://orkweel5r31c"]
|
||||
[gd_resource type="Resource" script_class="FuncGodotFGDFile" load_steps=6 format=3 uid="uid://orkweel5r31c"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://drlmgulwbjwqu" path="res://addons/func_godot/src/fgd/func_godot_fgd_file.gd" id="1_3d3gq"]
|
||||
[ext_resource type="Resource" uid="uid://cd8kf5wey5n8n" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy.tres" id="1_6m3ln"]
|
||||
[ext_resource type="Resource" uid="uid://cp6w7rgfgtxlk" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy_fairy_guard.tres" id="2_lpp7a"]
|
||||
[ext_resource type="Resource" uid="uid://dxpm148kxfaqp" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy_fairy_small.tres" id="3_tge2p"]
|
||||
[ext_resource type="Resource" uid="uid://c5sejd3gjdu2k" path="res://3D/TrenchBroom/EntityDefinitions/point/actors/EnemySpawners/marker_spawn_enemy_fairy_small_T1.tres" id="4_tge2p"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_3d3gq")
|
||||
entity_definitions = Array[Resource]([ExtResource("1_6m3ln"), ExtResource("2_lpp7a"), ExtResource("3_tge2p")])
|
||||
entity_definitions = Array[Resource]([ExtResource("1_6m3ln"), ExtResource("2_lpp7a"), ExtResource("3_tge2p"), ExtResource("4_tge2p")])
|
||||
metadata/_custom_type_script = "uid://drlmgulwbjwqu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue