Skip to content

Commit

Permalink
moves railgun proj around
Browse files Browse the repository at this point in the history
  • Loading branch information
EamonnMR committed Jul 22, 2023
1 parent d10b93e commit abd1e89
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions data/items.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ equip,Equipment,,,,res://assets/FontAwesome/32px-Cogs_font_awesome.png,"Commodit
lux,Luxury,,,,res://assets//FontAwesome/Gift-solid.svg.png,"Commodity, only used for trade",,TRUE,TRUE,200
med,Medical,,,,res://assets/FontAwesome/Font_Awesome_5_solid_syringe.svg.png,"Commodity, only used for trade",,TRUE,TRUE,120
blue,Lutetium,,,,res://assets/CraftPix_dot_net_oga_by/PNG/Transperent/Icon33.png,used for room temprature superconductors (crafting ingredient),,TRUE,FALSE,250
flak,,,,,,,,,,
guided_launcher,,,,,,,,,,
beam,,,,,,,,,,
12 changes: 8 additions & 4 deletions data/weapons.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
id,scene,projectile_scene,burst_count,cooldown,dupe_count,spread,world_projectile,vary_pitch,ammo_item,primary,projectile_velocity,damage
plasma,res://component/Weapon.tscn,res://entities/Projectile.tscn,0,0.5,1,0.4,TRUE,0,,TRUE,6,1
missile_launcher,res://component/RocketLauncher.tscn,res://entities/projectiles/Missile.tscn,0,1,1,0,TRUE,0,missile,FALSE,10,10
railgun,res://component/Weapon.tscn,res://entities/RailgunProjectile.tscn,0,0.8,1,0.2,TRUE,0,railgun_ammo,TRUE,15,1
id,scene,projectile_scene,burst_count,cooldown,dupe_count,spread,world_projectile,vary_pitch,ammo_item,primary,projectile_velocity,damage,turreted
plasma,res://component/Weapon.tscn,res://entities/Projectile.tscn,0,0.5,1,0.4,TRUE,0,,TRUE,6,1,FALSE
missile_launcher,res://component/RocketLauncher.tscn,res://entities/projectiles/Missile.tscn,0,1,1,0,TRUE,0,missile,FALSE,10,10,FALSE
railgun,res://component/Weapon.tscn,res://entities/projectiles/Railgun.tscn,0,0.8,1,0.2,TRUE,0,railgun_ammo,TRUE,15,1,FALSE
flak,res://component/Weapon.tscn,,,,,,,,,,,,FALSE
guided_launcher,res://component/Weapon.tscn,,,,,,,,,,,,FALSE
jackknife,res://component/Weapon.tscn,,,,,,,,,,,,FALSE
plasma_turret,,,,,,,,,,,,,TRUE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://83ta5dy8fpdd"]

[ext_resource type="PackedScene" uid="uid://djxaf48l2mu8l" path="res://entities/Projectile.tscn" id="1_e0bnj"]
[ext_resource type="PackedScene" uid="uid://djxaf48l2mu8l" path="res://entities/Projectile.tscn" id="1_o70re"]

[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_78lxl"]
albedo_color = Color(0.341176, 0.517647, 0.898039, 1)
Expand All @@ -14,7 +14,7 @@ height = 0.05
radial_segments = 6
rings = 5

[node name="Projectile" instance=ExtResource("1_e0bnj")]
[node name="Projectile" instance=ExtResource("1_o70re")]

[node name="MeshInstance3D" parent="." index="0"]
mesh = SubResource("SphereMesh_mo2ov")
3 changes: 0 additions & 3 deletions entities/ship/Spaceship.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ update_scale = false

[node name="Inventory" parent="." instance=ExtResource("4_4rw1x")]
default_contents = {
"metal": 100,
"missile": 2,
"missile_launcher": 1,
"plasma": 1
}

Expand Down

0 comments on commit abd1e89

Please sign in to comment.