20 lines
617 B
Plaintext
20 lines
617 B
Plaintext
[gd_resource type="Resource" script_class="WeaponInfo" load_steps=3 format=3 uid="uid://c1bg0o7nmu2xw"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://wd6jh5q51e4k" path="res://src/items/weapons/models/sword.png" id="1_4hugd"]
|
|
[ext_resource type="Script" path="res://src/items/weapons/WeaponInfo.cs" id="1_re512"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_re512")
|
|
Damage = 0
|
|
Luck = 0.05
|
|
AttackSpeed = 1.0
|
|
TelluricDamageBonus = 0.0
|
|
AeolicDamageBonus = 0.0
|
|
BaseHydricDamageBonus = 0.0
|
|
IgneousDamageBonus = 0.0
|
|
FerrumDamageBonus = 0.0
|
|
WeaponTags = Array[int]([])
|
|
Name = "Jiblett"
|
|
Description = ""
|
|
Texture = ExtResource("1_4hugd")
|