Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - John the Gamer

Pages: [1]
1
Modding / Small improvement to the Legion battlecarrier
« on: June 25, 2022, 11:26:40 AM »
I felt like the Legion had a few empty spots on the hull that were clearly meant for turrets.
Add this to the Legion's hullfile to give it two rear-facing PD weapon slots;

(file location: Starsector\starsector-core\data\hulls)

        {
            "angle": -150,
            "arc": 120,
            "id": "WS 022",
            "locations": [
                -45,
                -15
            ],
            "mount": "TURRET",
            "size": "SMALL",
            "type": "BALLISTIC"
        },
        {
            "angle": 150,
            "arc": 120,
            "id": "WS 023",
            "locations": [
                -45,
                15
            ],
            "mount": "TURRET",
            "size": "SMALL",
            "type": "BALLISTIC"
        },

It gives your engines at least a small amount of protection. I felt it only right to post this here for others to make use of (or not).

[attachment deleted by admin]

Pages: [1]