putting back Tool
This commit is contained in:
@@ -45,6 +45,7 @@ public class ExplodingSwordBehavior(PackedScene explosion) : IAbilityBehavior
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Tool]
|
||||||
[GlobalClass]
|
[GlobalClass]
|
||||||
public partial class ForgeExplodingSwordBehavior : ForgeAbilityBehavior
|
public partial class ForgeExplodingSwordBehavior : ForgeAbilityBehavior
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ public class RaiseEventTagExecution(TagContainer eventTags) : CustomExecution
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
[Tool]
|
||||||
[GlobalClass]
|
[GlobalClass]
|
||||||
public partial class ForgeRaiseEventTagExecution : ForgeCustomExecution
|
public partial class ForgeRaiseEventTagExecution : ForgeCustomExecution
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="ForgeAbilityData" format=3 uid="uid://cu0685gspk2fk"]
|
[gd_resource type="Resource" script_class="ForgeAbilityData" format=3 uid="uid://cu0685gspk2fk"]
|
||||||
|
|
||||||
[ext_resource type="Resource" uid="uid://ifeavnlps7hy" path="res://scenes/player_controller/resources/forge/exploding_sword.tres" id="1_l4v7e"]
|
[ext_resource type="Resource" uid="uid://ifeavnlps7hy" path="res://scenes/player_controller/resources/forge/exploding_sword.tres" id="1_6c3kr"]
|
||||||
[ext_resource type="Script" uid="uid://cw525n4mjqgw0" path="res://addons/forge/resources/ForgeTagContainer.cs" id="2_6c3kr"]
|
[ext_resource type="Script" uid="uid://cw525n4mjqgw0" path="res://addons/forge/resources/ForgeTagContainer.cs" id="2_6c3kr"]
|
||||||
[ext_resource type="Script" uid="uid://dpakv7agvir6y" path="res://addons/forge/resources/ForgeTag.cs" id="2_l4v7e"]
|
[ext_resource type="Script" uid="uid://dpakv7agvir6y" path="res://addons/forge/resources/ForgeTag.cs" id="2_l4v7e"]
|
||||||
[ext_resource type="Script" uid="uid://dhxfbxh54pyxp" path="res://addons/forge/resources/abilities/ForgeAbilityData.cs" id="3_ixeut"]
|
[ext_resource type="Script" uid="uid://dhxfbxh54pyxp" path="res://addons/forge/resources/abilities/ForgeAbilityData.cs" id="3_ixeut"]
|
||||||
@@ -19,7 +19,7 @@ metadata/_custom_type_script = "uid://dpakv7agvir6y"
|
|||||||
script = ExtResource("3_ixeut")
|
script = ExtResource("3_ixeut")
|
||||||
Name = "Exploding Sword on Weapon Land"
|
Name = "Exploding Sword on Weapon Land"
|
||||||
CooldownEffects = []
|
CooldownEffects = []
|
||||||
AbilityBehavior = ExtResource("1_l4v7e")
|
AbilityBehavior = ExtResource("1_6c3kr")
|
||||||
TriggerSource = 1
|
TriggerSource = 1
|
||||||
TriggerTag = SubResource("Resource_6c3kr")
|
TriggerTag = SubResource("Resource_6c3kr")
|
||||||
AbilityTags = SubResource("Resource_ixeut")
|
AbilityTags = SubResource("Resource_ixeut")
|
||||||
|
|||||||
Reference in New Issue
Block a user