17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
[gd_resource type="Resource" script_class="WeaponData" load_steps=3 format=3 uid="uid://dxap3sahurth4"]
|
|
|
|
[ext_resource type="Script" uid="uid://870r1efinhqd" path="res://game/world/data/weapon_data.gd" id="1_c34y3"]
|
|
[ext_resource type="PackedScene" uid="uid://bccaoirwdkp7n" path="res://game/entities/weapons/cannon/cannon_weapon.tscn" id="3_2dgua"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_c34y3")
|
|
id = "cannon"
|
|
name = "Cannon"
|
|
group = "explosion"
|
|
description = "High damage (explosion)
|
|
Low firerate
|
|
Moderate velocity
|
|
High explosion radius"
|
|
scene = ExtResource("3_2dgua")
|
|
metadata/_custom_type_script = "uid://870r1efinhqd"
|