- CharacterClass mit Klassen (Krieger, Schurke, Magier) und unbewaffnetem Schaden - Equipment-System mit 7 Slots, Seltenheiten und Stats - Inventar-System mit 20 Slots und Gold - LootTable/LootEntry für Gegner-Drops - Character Panel (C) mit Stats und Equipment-Anzeige - Inventory Panel (I) mit Item-Grid und Tooltips - Klassenauswahl-Menü bei Spielstart - Waffenschaden in Equipment-Spalte, unbewaffnet klassenabhängig Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
375 B
Text
18 lines
375 B
Text
[gd_resource type="Resource" script_class="Equipment" load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://equipment.gd" id="1_equipment"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_equipment")
|
|
item_name = "Holzschild"
|
|
slot = 6
|
|
rarity = 0
|
|
armor = 6
|
|
strength = 0
|
|
agility = 0
|
|
intelligence = 0
|
|
stamina = 2
|
|
min_damage = 0
|
|
max_damage = 0
|
|
attack_speed = 1.5
|
|
weapon_range = 3.0
|