Extensive work on VFX for the guild, assets for the world, and portrait variance. Work on quests. Extra work on User Flow completion and file saving.
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
[gd_resource type="Resource" script_class="Weapon" load_steps=3 format=3 uid="uid://8k1lnfoi4xww"]
|
||||
[gd_resource type="Resource" script_class="Weapon" load_steps=5 format=3 uid="uid://8k1lnfoi4xww"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://clrvwaqb61lpv" path="res://graphics/items/pitchfork.png" id="1_fpnr6"]
|
||||
[ext_resource type="Script" uid="uid://bgn8ipx38g28o" path="res://data/items/weapon.gd" id="1_qoils"]
|
||||
[ext_resource type="Script" uid="uid://727tgvtmq4nb" path="res://data/statblock.gd" id="3_hkspc"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hkspc"]
|
||||
script = ExtResource("3_hkspc")
|
||||
STR = 3
|
||||
DEX = -3
|
||||
CHA = 2
|
||||
PATK = 1
|
||||
metadata/_custom_type_script = "uid://727tgvtmq4nb"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_qoils")
|
||||
min_damage = 1
|
||||
max_damage = 2
|
||||
type = 2
|
||||
stats = SubResource("Resource_hkspc")
|
||||
image = ExtResource("1_fpnr6")
|
||||
brief = "A humble weapon for a humble beginning."
|
||||
metadata/_custom_type_script = "uid://bgn8ipx38g28o"
|
||||
|
||||
Reference in New Issue
Block a user