Rondo added back and plasma sword icon fixed

This commit is contained in:
Pal
2026-04-22 01:13:56 -07:00
parent aea6c5ff3d
commit 0d2acf8549
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
[gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://d1xrvt7rhl336"]
[ext_resource type="Texture2D" uid="uid://c15v5hlgdnrjx" path="res://src/items/weapons/textures/Rondo.png" id="1_pi816"]
[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_0caxp"]
[resource]
script = ExtResource("2_0caxp")
AttackSpeed = 2.0
WeaponElement = 5
WeaponTag = 0
SelfDamage = 0
SoundEffect = 23
Name = "Rondo"
StatDescription = "Increases VT by 25."
FlavorText = "A blade outside time and beyond reproach.
It's companion blade was surrendered long ago, amidst the shedding of tears.
"
SpawnRate = 0.25
BonusAttack = 9
BonusDefense = 0
BonusLuck = 0.05
BonusHP = 0
BonusVT = 25
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_pi816")

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c15v5hlgdnrjx"
path.bptc="res://.godot/imported/Rondo.png-57553b850a093da6dba43a1e1947fcce.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://src/items/weapons/textures/Rondo.png"
dest_files=["res://.godot/imported/Rondo.png-57553b850a093da6dba43a1e1947fcce.bptc.ctex"]
[params]
compress/mode=2
compress/high_quality=true
compress/lossy_quality=0.7
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/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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 35 KiB