Files
Station-0/data/run_items/volatile_round.tres
T
Station 0 Dev 342175f4c3 Initial commit — Station 0 vertical slice in progress
Includes full design documentation (ARCHITECTURE, DESIGN_NOTES, CONTENT_SPEC, PRODUCTION_NOTES)
and active Godot 4 / GDScript codebase. Core systems built: player, floor generation,
room system, enemy base, body part upgrades, run manager, save system, HUD, EventBus.
2026-03-04 12:33:05 -05:00

12 lines
322 B
Plaintext

[gd_resource type="Resource" script_class="RunItem" load_steps=2 format=3]
[ext_resource type="Script" path="res://scripts/items/run_item.gd" id="1"]
[resource]
script = ExtResource("1")
display_name = "Volatile Round"
description = "Projectiles explode on hit"
effect = 3
explosion_radius = 64.0
explosion_damage = 2.5