-
Notifications
You must be signed in to change notification settings - Fork 180
Frigates
PaperPunk edited this page Sep 2, 2021
·
4 revisions
This is a sub-page of Ship Classes
This page is a work in progress, pulling source code and screenshots from version 2021.06.23
Variation of: Gunship
Description: The advanced gunship is a ship equipped with 2 homing missiles to do initial damage and then take out the enemy with 2 front firing beams. It's designed to quickly take out the enemies weaker then itself.
template:setModel("battleship_destroyer_4_upgraded")
template:setBeam(0, 50,-15, 1000.0, 6.0, 8)
template:setBeam(1, 50, 15, 1000.0, 6.0, 8)
template:setTubes(2, 8.0) -- Amount of torpedo tubes
template:setHull(100)
template:setShields(100, 80, 80)
template:setSpeed(60, 5, 10)
template:setWeaponStorage("Homing", 4)
Types: G3, G4, G5, G6
Types: Falcon
##Piranha
- Home
- Stations
- Main Screen/Captain
- 5-6 Player Crews
- 3-4 Player Crews
- 1 Player Crew
- Game Master
- Additional Stations and Views
- Setting up a Game
- Lore
- Expanding the Game
- Additional Features
- Building from Source