Rondo added back and plasma sword icon fixed
This commit is contained in:
35
Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres
Normal file
35
Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres
Normal 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")
|
||||||
BIN
Zennysoft.Game.Ma/src/items/weapons/textures/Rondo.png
Normal file
BIN
Zennysoft.Game.Ma/src/items/weapons/textures/Rondo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -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 |
Reference in New Issue
Block a user