Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc7cb90041 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
|
*.csproj.old*
|
||||||
_ReSharper.*
|
_ReSharper.*
|
||||||
*.DotSettings.user
|
*.DotSettings.user
|
||||||
bin
|
bin
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Godot.NET.Sdk/4.6.0">
|
<Project Sdk="Godot.NET.Sdk/4.6.2">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ BaseValue = 1
|
|||||||
|
|
||||||
[sub_resource type="Resource" id="Resource_esyoj"]
|
[sub_resource type="Resource" id="Resource_esyoj"]
|
||||||
script = ExtResource("4_e2sm2")
|
script = ExtResource("4_e2sm2")
|
||||||
Modifiers = null
|
Modifiers = []
|
||||||
Components = null
|
Components = []
|
||||||
Executions = Array[Object]([ExtResource("1_pdt6v")])
|
Executions = Array[Object]([ExtResource("1_pdt6v")])
|
||||||
DurationType = 1
|
DurationType = 1
|
||||||
HasPeriodicApplication = true
|
HasPeriodicApplication = true
|
||||||
@@ -32,7 +32,7 @@ Period = SubResource("Resource_1ften")
|
|||||||
ExecuteOnApplication = true
|
ExecuteOnApplication = true
|
||||||
StackLimit = SubResource("Resource_l278c")
|
StackLimit = SubResource("Resource_l278c")
|
||||||
InitialStack = SubResource("Resource_dgkld")
|
InitialStack = SubResource("Resource_dgkld")
|
||||||
Cues = null
|
Cues = []
|
||||||
metadata/_custom_type_script = "uid://b83hf13nj37k3"
|
metadata/_custom_type_script = "uid://b83hf13nj37k3"
|
||||||
|
|
||||||
[sub_resource type="Resource" id="Resource_0xegy"]
|
[sub_resource type="Resource" id="Resource_0xegy"]
|
||||||
@@ -48,7 +48,7 @@ metadata/_custom_type_script = "uid://dpakv7agvir6y"
|
|||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_vh0wp")
|
script = ExtResource("1_vh0wp")
|
||||||
Name = "Weapon Flying Tick"
|
Name = "Weapon Flying Tick"
|
||||||
CooldownEffects = null
|
CooldownEffects = []
|
||||||
AbilityBehavior = SubResource("Resource_0xegy")
|
AbilityBehavior = SubResource("Resource_0xegy")
|
||||||
TriggerSource = 1
|
TriggerSource = 1
|
||||||
TriggerTag = SubResource("Resource_4aw8y")
|
TriggerTag = SubResource("Resource_4aw8y")
|
||||||
|
|||||||
Reference in New Issue
Block a user