Reworked weapons and projectiles
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" script_class="WeaponData" load_steps=4 format=3 uid="uid://djelo5gu3ybuf"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://870r1efinhqd" path="res://game/data/weapons/weapon_data.gd" id="1_bt4k8"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0ajhllwm5qux" path="res://game/entities/weapons/gatling/enemy_gatling_weapon.tscn" id="1_punrp"]
|
||||
[ext_resource type="PackedScene" uid="uid://ca2cjffcrfxkq" path="res://game/entities/weapons/gatling/player_gatling_weapon.tscn" id="2_84glq"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_bt4k8")
|
||||
id = "gatling"
|
||||
name = "Gatling"
|
||||
group = "kinetic"
|
||||
description = "Low damage (kinetic)
|
||||
High firerate
|
||||
Moderate velocity"
|
||||
enemy_scene = ExtResource("1_punrp")
|
||||
player_scene = ExtResource("2_84glq")
|
||||
metadata/_custom_type_script = "uid://870r1efinhqd"
|
||||
Reference in New Issue
Block a user