Start on Atonement weapon
This commit is contained in:
@@ -18,7 +18,6 @@ shape = SubResource("BoxShape3D_03cqg")
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|
||||||
pixel_size = 0.0005
|
pixel_size = 0.0005
|
||||||
billboard = 2
|
billboard = 2
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ collision_mask = 0
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|
||||||
pixel_size = 0.0006
|
pixel_size = 0.0006
|
||||||
billboard = 2
|
billboard = 2
|
||||||
double_sided = false
|
double_sided = false
|
||||||
|
|||||||
41
Zennysoft.Game.Ma/src/items/weapons/resources/Atonement.tres
Normal file
41
Zennysoft.Game.Ma/src/items/weapons/resources/Atonement.tres
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
[gd_resource type="Resource" script_class="WeaponStats" load_steps=2 format=3 uid="uid://ww4vha51i82v"]
|
||||||
|
|
||||||
|
[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_d2lw0"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
script = ExtResource("1_d2lw0")
|
||||||
|
Name = "Atonement"
|
||||||
|
Description = "\"Should I betray my mother, my father, my brother, my sister, my love, let me be pierced by a thousand knives.
|
||||||
|
Should I betray the self, let me be struck by 10,000 lightning bolts.
|
||||||
|
Should I betray them both, let me wander the earth until the pillars of heaven turn to dust.\"
|
||||||
|
|
||||||
|
When the 2nd world reached the end of it's creation,
|
||||||
|
The Goddess of Destruction materialized it's sorrow into this form.
|
||||||
|
|
||||||
|
A powerful weapon that has the ability to obliterate anything of the earth.
|
||||||
|
|
||||||
|
There is significance in your using it."
|
||||||
|
Damage = 1000
|
||||||
|
Luck = 0.05
|
||||||
|
AttackSpeed = 0.15
|
||||||
|
WeaponElement = 0
|
||||||
|
ElementalDamageBonus = 1.0
|
||||||
|
WeaponTag = 0
|
||||||
|
Name = "Atonement"
|
||||||
|
Description = "\"Should I betray my mother, my father, my brother, my sister, my love, let me be pierced by a thousand knives.
|
||||||
|
Should I betray the self, let me be struck by 10,000 lightning bolts.
|
||||||
|
Should I betray them both, let me wander the earth until the pillars of heaven turn to dust.\"
|
||||||
|
|
||||||
|
When the 2nd world reached the end of it's creation,
|
||||||
|
The Goddess of Destruction materialized it's sorrow into this form.
|
||||||
|
|
||||||
|
A powerful weapon that has the ability to obliterate anything of the earth.
|
||||||
|
|
||||||
|
There is significance in your using it."
|
||||||
|
SpawnRate = 0.0
|
||||||
|
ThrowSpeed = 12.0
|
||||||
|
HealHPAmount = 0
|
||||||
|
HealVTAmount = 0
|
||||||
|
ThrowDamage = 5
|
||||||
|
ItemTag = 0
|
||||||
|
metadata/_custom_type_script = "uid://cc7byqeolw5y4"
|
||||||
Reference in New Issue
Block a user