conforms file names to consistant standard
This commit is contained in:
6
scripts/features/extended_barrel/extended_barrel.gd
Normal file
6
scripts/features/extended_barrel/extended_barrel.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name ExtendedBarrelFeature
|
||||
extends Feature
|
||||
|
||||
|
||||
func attach_to_tower(tower_stats: CassetteText) -> void:
|
||||
tower_stats.set_attribute("Range", tower_stats.get_attribute("Range") * (1.0 + (strength / 100.0)))
|
||||
1
scripts/features/extended_barrel/extended_barrel.gd.uid
Normal file
1
scripts/features/extended_barrel/extended_barrel.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dwff1058vp6af
|
||||
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="ExtendedBarrelFeature" format=3 uid="uid://bij61ul87ka0r"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dwff1058vp6af" path="res://scripts/features/extended_barrel/extended_barrel.gd" id="1_5j68e"]
|
||||
[ext_resource type="Texture2D" uid="uid://dixdtcy64v4s0" path="res://scripts/features/extended_barrel/extended_barrel_icon.png" id="1_grhjs"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_5j68e")
|
||||
display_name = "FEATURE_NAME_EXTENDED_BARREL"
|
||||
description = "FEATURE_DESC_EXTENDED_BARREL"
|
||||
icon = ExtResource("1_grhjs")
|
||||
strength = 30.0
|
||||
metadata/_custom_type_script = "uid://dwff1058vp6af"
|
||||
BIN
scripts/features/extended_barrel/extended_barrel_icon.png
Normal file
BIN
scripts/features/extended_barrel/extended_barrel_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 390 B |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dixdtcy64v4s0"
|
||||
path="res://.godot/imported/extended_barrel_icon.png-678953fd23df4095af0ca7726a7d45b4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scripts/features/extended_barrel/extended_barrel_icon.png"
|
||||
dest_files=["res://.godot/imported/extended_barrel_icon.png-678953fd23df4095af0ca7726a7d45b4.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
BIN
scripts/features/heavy_rounds/HeavyRounds_icon.png
Normal file
BIN
scripts/features/heavy_rounds/HeavyRounds_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 388 B |
40
scripts/features/heavy_rounds/HeavyRounds_icon.png.import
Normal file
40
scripts/features/heavy_rounds/HeavyRounds_icon.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dykfm5ad0mxfw"
|
||||
path="res://.godot/imported/HeavyRounds_icon.png-70b8eea80a41e316f6afc13f78adf2cd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scripts/features/heavy_rounds/HeavyRounds_icon.png"
|
||||
dest_files=["res://.godot/imported/HeavyRounds_icon.png-70b8eea80a41e316f6afc13f78adf2cd.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
10
scripts/features/heavy_rounds/heavy_rounds.gd
Normal file
10
scripts/features/heavy_rounds/heavy_rounds.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
class_name HeavyRoundsFeature
|
||||
extends Feature
|
||||
|
||||
|
||||
func attach_to_tower(tower_stats: CassetteText) -> void:
|
||||
tower_stats.set_attribute("Damage", tower_stats.get_attribute("Damage") * (1.0 + (strength / 100.0)))
|
||||
|
||||
|
||||
func attach_to_weapon(weapon_stats: CassetteText) -> void:
|
||||
weapon_stats.set_attribute("Damage", weapon_stats.get_attribute("Damage") * (1.0 + (strength / 100.0)))
|
||||
1
scripts/features/heavy_rounds/heavy_rounds.gd.uid
Normal file
1
scripts/features/heavy_rounds/heavy_rounds.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://uabrepvb5cur
|
||||
12
scripts/features/heavy_rounds/heavy_rounds_feature.tres
Normal file
12
scripts/features/heavy_rounds/heavy_rounds_feature.tres
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="HeavyRoundsFeature" format=3 uid="uid://dfup264h2pun7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dykfm5ad0mxfw" path="res://scripts/features/heavy_rounds/HeavyRounds_icon.png" id="1_drp05"]
|
||||
[ext_resource type="Script" uid="uid://uabrepvb5cur" path="res://scripts/features/heavy_rounds/heavy_rounds.gd" id="1_hyapt"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hyapt")
|
||||
display_name = "FEATURE_NAME_HEAVY_ROUNDS"
|
||||
description = "FEATURE_DESC_HEAVY_ROUNDS"
|
||||
icon = ExtResource("1_drp05")
|
||||
strength = 30.0
|
||||
metadata/_custom_type_script = "uid://uabrepvb5cur"
|
||||
6
scripts/features/radar/radar.gd
Normal file
6
scripts/features/radar/radar.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name RadarFeature
|
||||
extends Feature
|
||||
|
||||
|
||||
func attach_to_tower(tower_stats: CassetteText) -> void:
|
||||
tower_stats.target_type.append(Data.TargetType.AIR)
|
||||
1
scripts/features/radar/radar.gd.uid
Normal file
1
scripts/features/radar/radar.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://b8tigm0aru8nu
|
||||
11
scripts/features/radar/radar_feature.tres
Normal file
11
scripts/features/radar/radar_feature.tres
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="RadarFeature" format=3 uid="uid://nh7g23b3rnvr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cps7onfe2s1gi" path="res://scripts/features/radar/radar_icon.png" id="1_tw681"]
|
||||
[ext_resource type="Script" uid="uid://b8tigm0aru8nu" path="res://scripts/features/radar/radar.gd" id="2_f4mox"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_f4mox")
|
||||
display_name = "FEATURE_NAME_RADAR"
|
||||
description = "FEATURE_DESC_RADAR"
|
||||
icon = ExtResource("1_tw681")
|
||||
metadata/_custom_type_script = "uid://b8tigm0aru8nu"
|
||||
BIN
scripts/features/radar/radar_icon.png
Normal file
BIN
scripts/features/radar/radar_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 401 B |
40
scripts/features/radar/radar_icon.png.import
Normal file
40
scripts/features/radar/radar_icon.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cps7onfe2s1gi"
|
||||
path="res://.godot/imported/radar_icon.png-3a75355216dcc091dfedfeaa6b1810e2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scripts/features/radar/radar_icon.png"
|
||||
dest_files=["res://.godot/imported/radar_icon.png-3a75355216dcc091dfedfeaa6b1810e2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
Reference in New Issue
Block a user