22 lines
687 B
Plaintext
22 lines
687 B
Plaintext
[gd_resource type="Resource" script_class="WeaponInfo" load_steps=3 format=3 uid="uid://bpdbuf0k0exb5"]
|
|
|
|
[ext_resource type="Script" path="res://src/items/weapons/WeaponInfo.cs" id="1_cik6n"]
|
|
[ext_resource type="Texture2D" uid="uid://wd6jh5q51e4k" path="res://src/items/weapons/models/sword.png" id="1_qxt4y"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_cik6n")
|
|
Damage = 12
|
|
Luck = 0.05
|
|
AttackSpeed = 1.25
|
|
TelluricDamageBonus = 0.0
|
|
AeolicDamageBonus = 0.0
|
|
BaseHydricDamageBonus = 0.0
|
|
IgneousDamageBonus = 0.0
|
|
FerrumDamageBonus = 0.0
|
|
WeaponTags = Array[int]([1])
|
|
Name = "Swan Sword Odette"
|
|
Description = "Ignores Affinity.
|
|
|
|
The blade of a thousand faced heroine."
|
|
Texture = ExtResource("1_qxt4y")
|