-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
word weapon first upgrade was op and too cheap -> made another upgrade to break it up (not to +5 need to pay 100 for +2 and 150 for +3) coin audio too loud and together with louder heart beat the audio can glitch a bit -> reduced to -15 in stead of -12 buffed water cooler recover health -> .2 to .35 wave manager -> changed various functions and respawn timings (can refine furture) not sure how i feel about this yet need to play more world -> some world objects have annoying clipplings (pushed away although outside) so i shifted it slightly
- Loading branch information
Showing
14 changed files
with
70 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
[gd_resource type="Resource" script_class="WeaponUpgrade" load_steps=4 format=3 uid="uid://b6qcrd7qlli61"] | ||
[gd_resource type="Resource" script_class="WeaponUpgrade" load_steps=4 format=3 uid="uid://c0lpsglxa7gk"] | ||
|
||
[ext_resource type="Script" path="res://resources/weapon_upgrades/weapon_upgrade.gd" id="1_16huu"] | ||
[ext_resource type="Script" path="res://scenes/weapons/weapon_stats/weapon_stat.gd" id="2_ndgxd"] | ||
|
||
[sub_resource type="Resource" id="Resource_m18qi"] | ||
script = ExtResource("2_ndgxd") | ||
cooldown = 0.9 | ||
cooldown = 1.0 | ||
count = 1 | ||
damage = 30.0 | ||
damage = 20.0 | ||
knockback = 1500.0 | ||
metadata = {} | ||
|
||
[resource] | ||
script = ExtResource("1_16huu") | ||
weapon_name = &"Word" | ||
description = "+10 damage | ||
-0.1s cooldown" | ||
level = 4 | ||
cost = 2000 | ||
description = "+5 damage" | ||
level = 6 | ||
cost = 500 | ||
weapon_stat = SubResource("Resource_m18qi") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
[gd_resource type="Resource" script_class="WeaponUpgrade" load_steps=4 format=3 uid="uid://c3j7xqh1qh1lx"] | ||
[gd_resource type="Resource" script_class="WeaponUpgrade" load_steps=4 format=3 uid="uid://b6qcrd7qlli61"] | ||
|
||
[ext_resource type="Script" path="res://resources/weapon_upgrades/weapon_upgrade.gd" id="1_ix1rt"] | ||
[ext_resource type="Script" path="res://scenes/weapons/weapon_stats/weapon_stat.gd" id="2_dweau"] | ||
[ext_resource type="Script" path="res://resources/weapon_upgrades/weapon_upgrade.gd" id="1_16huu"] | ||
[ext_resource type="Script" path="res://scenes/weapons/weapon_stats/weapon_stat.gd" id="2_ndgxd"] | ||
|
||
[sub_resource type="Resource" id="Resource_m18qi"] | ||
script = ExtResource("2_dweau") | ||
script = ExtResource("2_ndgxd") | ||
cooldown = 0.9 | ||
count = 2 | ||
count = 1 | ||
damage = 30.0 | ||
knockback = 1500.0 | ||
metadata = {} | ||
|
||
[resource] | ||
script = ExtResource("1_ix1rt") | ||
script = ExtResource("1_16huu") | ||
weapon_name = &"Word" | ||
description = "+1 word" | ||
level = 5 | ||
cost = 5000 | ||
description = "+10 damage | ||
-0.1s cooldown" | ||
level = 4 | ||
cost = 2000 | ||
weapon_stat = SubResource("Resource_m18qi") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[gd_resource type="Resource" script_class="WeaponUpgrade" load_steps=4 format=3 uid="uid://c3j7xqh1qh1lx"] | ||
|
||
[ext_resource type="Script" path="res://resources/weapon_upgrades/weapon_upgrade.gd" id="1_ix1rt"] | ||
[ext_resource type="Script" path="res://scenes/weapons/weapon_stats/weapon_stat.gd" id="2_dweau"] | ||
|
||
[sub_resource type="Resource" id="Resource_m18qi"] | ||
script = ExtResource("2_dweau") | ||
cooldown = 0.9 | ||
count = 2 | ||
damage = 30.0 | ||
knockback = 1500.0 | ||
metadata = {} | ||
|
||
[resource] | ||
script = ExtResource("1_ix1rt") | ||
weapon_name = &"Word" | ||
description = "+1 word" | ||
level = 5 | ||
cost = 5000 | ||
weapon_stat = SubResource("Resource_m18qi") |
11 changes: 6 additions & 5 deletions
11
resources/weapon_upgrades/word/word_weapon_upgrade_data.tres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
[gd_resource type="Resource" script_class="WeaponUpgradesData" load_steps=8 format=3 uid="uid://ckabhhn8i42ps"] | ||
[gd_resource type="Resource" script_class="WeaponUpgradesData" load_steps=9 format=3 uid="uid://b7gub5sgdpo3"] | ||
|
||
[ext_resource type="Script" path="res://resources/weapon_upgrades/weapon_upgrade_data.gd" id="1_aexae"] | ||
[ext_resource type="PackedScene" uid="uid://bgwhgewn87l0s" path="res://scenes/weapons/word/word_weapon_controller.tscn" id="2_5pldk"] | ||
[ext_resource type="Resource" uid="uid://b3cjttikobny" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_1.tres" id="3_rhvhm"] | ||
[ext_resource type="Resource" uid="uid://cyuqca2i8xuom" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_2.tres" id="3_sylwv"] | ||
[ext_resource type="Resource" uid="uid://c0lpsglxa7gk" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_3.tres" id="4_7ksjm"] | ||
[ext_resource type="Resource" uid="uid://b6qcrd7qlli61" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_4.tres" id="5_ey7c2"] | ||
[ext_resource type="Resource" uid="uid://c3j7xqh1qh1lx" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_5.tres" id="6_2fh0f"] | ||
[ext_resource type="Resource" uid="uid://bwlwurb337od7" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_3.tres" id="4_7ksjm"] | ||
[ext_resource type="Resource" uid="uid://c0lpsglxa7gk" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_4.tres" id="5_ey7c2"] | ||
[ext_resource type="Resource" uid="uid://b6qcrd7qlli61" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_5.tres" id="6_2fh0f"] | ||
[ext_resource type="Resource" uid="uid://c3j7xqh1qh1lx" path="res://resources/weapon_upgrades/word/word_weapon_upgrade_6.tres" id="7_wce5y"] | ||
|
||
[resource] | ||
script = ExtResource("1_aexae") | ||
weapon_name = &"Word" | ||
upgrades = Array[Resource("res://resources/weapon_upgrades/weapon_upgrade.gd")]([ExtResource("3_rhvhm"), ExtResource("3_sylwv"), ExtResource("4_7ksjm"), ExtResource("5_ey7c2"), ExtResource("6_2fh0f")]) | ||
upgrades = Array[Resource("res://resources/weapon_upgrades/weapon_upgrade.gd")]([ExtResource("3_rhvhm"), ExtResource("3_sylwv"), ExtResource("4_7ksjm"), ExtResource("5_ey7c2"), ExtResource("6_2fh0f"), ExtResource("7_wce5y")]) | ||
weapon_scene = ExtResource("2_5pldk") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters