fixed weapon slashes, removed some unused ones, cleaned up vfx filestructure, made new scene for overworld bad end and finalized animaiton + environment, more item fixes and some texture downsizes, took scripts off overworld duplicate and moved to EX folder
This commit is contained in:
+8
-8
@@ -1,15 +1,15 @@
|
||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dw26l3f3hd2sq"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_x5j1r"]
|
||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_unl83"]
|
||||
[ext_resource type="Texture2D" uid="uid://d3almqf7u20te" path="res://src/items/effect/textures/cursebook.png" id="1_daviq"]
|
||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_xpp7p"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_unl83")
|
||||
script = ExtResource("2_xpp7p")
|
||||
UsableItemTag = 9
|
||||
ElementalDamageType = 7
|
||||
Name = "Violence"
|
||||
StatDescription = ""
|
||||
FlavorText = ""
|
||||
Name = "Scripture Sign: Imprecation"
|
||||
StatDescription = "Deals moderate Curse damage to all entities in the current room."
|
||||
FlavorText = "Virulent wishes should be handled with careful consideration of the eons of consequences they may carry."
|
||||
SpawnRate = 0.009
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
@@ -24,7 +24,7 @@ FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
CurseResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ThrowDamage = 40
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_x5j1r")
|
||||
Texture = ExtResource("1_daviq")
|
||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
+4
-4
@@ -2,8 +2,8 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://kg8xdq8tbdxt"
|
||||
path.bptc="res://.godot/imported/SpellSignAtomization.PNG-09c660bec842f6b391945bd527bb8540.bptc.ctex"
|
||||
uid="uid://d3almqf7u20te"
|
||||
path.bptc="res://.godot/imported/cursebook.png-c000d37802b1925169a38955d893f544.bptc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -11,8 +11,8 @@ metadata={
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/effect/textures/SpellSignAtomization.PNG"
|
||||
dest_files=["res://.godot/imported/SpellSignAtomization.PNG-09c660bec842f6b391945bd527bb8540.bptc.ctex"]
|
||||
source_file="res://src/items/effect/textures/cursebook.png"
|
||||
dest_files=["res://.godot/imported/cursebook.png-c000d37802b1925169a38955d893f544.bptc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
Reference in New Issue
Block a user