first version of enitites damageables weapons item and effects workflow
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Character" load_steps=3 format=3 uid="uid://bd1ugbnlm08vv"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/resources/Entity/EntityResource.gd" id="1_8yb2m"]
|
||||
[ext_resource type="Resource" uid="uid://qcjre5wwbrs3" path="res://resources/PlayerStats.tres" id="2_rc7x1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_8yb2m")
|
||||
stats = ExtResource("2_rc7x1")
|
||||
@@ -1,7 +0,0 @@
|
||||
[gd_resource type="Resource" script_class="Health" load_steps=2 format=3 uid="uid://c3gf5mi1u151m"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/Health.gd" id="1_yqlcl"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_yqlcl")
|
||||
_value = 0
|
||||
@@ -1,11 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="CharacterStats" load_steps=12 format=3 uid="uid://qcjre5wwbrs3"]
|
||||
[gd_resource type="Resource" script_class="EntityStats" load_steps=12 format=3 uid="uid://qcjre5wwbrs3"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/Armor.gd" id="1_c7135"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/ArmorStat.gd" id="1_c7135"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Entity/EntityStats.gd" id="1_xti0a"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/Health.gd" id="2_hsnpy"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/MaxHealth.gd" id="3_26tso"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/MovementSpeed.gd" id="4_goc2a"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/Shield.gd" id="6_rncik"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/HealthStat.gd" id="2_hsnpy"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/MaxHealthStat.gd" id="3_26tso"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/MovementSpeedStat.gd" id="4_goc2a"]
|
||||
[ext_resource type="Script" path="res://scripts/resources/Stats/ShieldStat.gd" id="6_rncik"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_vbm44"]
|
||||
script = ExtResource("1_c7135")
|
||||
|
||||
Reference in New Issue
Block a user