conforms file names to consistant standard
This commit is contained in:
29
weapons/blowdart_weapon/scn_blowdart_weapon.tscn
Normal file
29
weapons/blowdart_weapon/scn_blowdart_weapon.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[gd_scene format=3 uid="uid://cy05ssd52exf0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://nrdexcyatika" path="res://scenes/weapons/status_applying_weapon.tscn" id="1_t3gfv"]
|
||||
[ext_resource type="Script" uid="uid://b2jmy4bpt3n40" path="res://weapons/blowdart_weapon/scr_blowdart_weapon.gd" id="2_g1m1f"]
|
||||
[ext_resource type="Resource" uid="uid://cbskijhnnj3kw" path="res://resources/status_effects/poisoned.tres" id="3_wculg"]
|
||||
[ext_resource type="Resource" uid="uid://c6e50linnk2i7" path="res://weapons/blowdart_weapon/weapon_stats.tres" id="4_dwqec"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnlplq8duves3" path="res://weapons/blowdart_weapon/tex_blowdart_weapon.png" id="5_rvf06"]
|
||||
[ext_resource type="AudioStream" uid="uid://dknygn5eyuhxt" path="res://audio/aud_shot.wav" id="6_bfygd"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gjpkw"]
|
||||
resource_local_to_scene = true
|
||||
atlas = ExtResource("5_rvf06")
|
||||
region = Rect2(0, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_5ni0y"]
|
||||
random_pitch = 1.1
|
||||
streams_count = 1
|
||||
stream_0/stream = ExtResource("6_bfygd")
|
||||
|
||||
[node name="BlowdartWeapon" unique_id=625039876 instance=ExtResource("1_t3gfv")]
|
||||
script = ExtResource("2_g1m1f")
|
||||
status_stats = ExtResource("3_wculg")
|
||||
stats = ExtResource("4_dwqec")
|
||||
|
||||
[node name="Sprite3D" parent="." index="0" unique_id=1457062627]
|
||||
texture = SubResource("AtlasTexture_gjpkw")
|
||||
|
||||
[node name="AudioStreamPlayer3D" parent="." index="5" unique_id=1246168083]
|
||||
stream = SubResource("AudioStreamRandomizer_5ni0y")
|
||||
8
weapons/blowdart_weapon/scr_blowdart_weapon.gd
Normal file
8
weapons/blowdart_weapon/scr_blowdart_weapon.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name BlowdartWeapon
|
||||
extends StatusApplyingWeapon
|
||||
|
||||
|
||||
func build_status_object() -> StatusEffect:
|
||||
var status: StatusDoT = StatusDoT.new()
|
||||
status.stats = status_stats
|
||||
return status
|
||||
1
weapons/blowdart_weapon/scr_blowdart_weapon.gd.uid
Normal file
1
weapons/blowdart_weapon/scr_blowdart_weapon.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://b2jmy4bpt3n40
|
||||
BIN
weapons/blowdart_weapon/tex_blowdart_weapon.png
Normal file
BIN
weapons/blowdart_weapon/tex_blowdart_weapon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
40
weapons/blowdart_weapon/tex_blowdart_weapon.png.import
Normal file
40
weapons/blowdart_weapon/tex_blowdart_weapon.png.import
Normal file
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dnlplq8duves3"
|
||||
path="res://.godot/imported/tex_blowdart_weapon.png-fd8e3c0fb3058f60084fbf7cdaafa66e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://weapons/blowdart_weapon/tex_blowdart_weapon.png"
|
||||
dest_files=["res://.godot/imported/tex_blowdart_weapon.png-fd8e3c0fb3058f60084fbf7cdaafa66e.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=true
|
||||
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=0
|
||||
17
weapons/blowdart_weapon/weapon_stats.tres
Normal file
17
weapons/blowdart_weapon/weapon_stats.tres
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="CardText" format=3 uid="uid://c6e50linnk2i7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bsuinotkvh7eu" path="res://scripts/resources/feature.gd" id="1_uay7i"]
|
||||
[ext_resource type="Resource" uid="uid://dfup264h2pun7" path="res://scripts/features/heavy_rounds/heavy_rounds_feature.tres" id="2_i8iri"]
|
||||
[ext_resource type="Script" uid="uid://dg7gxxqfqxcmc" path="res://scripts/resources/cassette_text.gd" id="2_lbj0i"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_lbj0i")
|
||||
energy_type = 1
|
||||
attributes = Dictionary[String, float]({
|
||||
"Damage": 0.0,
|
||||
"Energy": 8.0,
|
||||
"Fire Delay": 0.8,
|
||||
"Range": 15.0
|
||||
})
|
||||
features = Array[ExtResource("1_uay7i")]([ExtResource("2_i8iri")])
|
||||
text = "DESC_WEAPON_POISON"
|
||||
Reference in New Issue
Block a user