1package com.fs.starfarer.api.impl.combat.dweller;
7import org.lwjgl.util.vector.Vector2f;
9import com.fs.starfarer.api.combat.ShipAPI;
10import com.fs.starfarer.api.impl.combat.dweller.DwellerCombatPlugin.WobblyPart;
18 List<DwellerShipPart> parts = plugin.
getParts();
20 WobblyPart part =
new WobblyPart(
"shroud", 0.3f, 1f,
new Vector2f(0, 0), 0f);
25 part =
new WobblyPart(
"clusterA", 1f, 3, 3, 2f,
new Vector2f(70, 0), 0f);
27 part.additiveBlend =
true;
31 part =
new WobblyPart(
"clusterB", 1f, 3, 3, 2f,
new Vector2f(-10, 0), 0f);
33 part.additiveBlend =
true;
37 part =
new WobblyPart(
"coronet_stalks", 0.5f, 3, 3, 2f,
new Vector2f(100, 0), 0f);
39 part.additiveBlend =
true;
static Color STANDARD_PART_GLOW_COLOR
List< DwellerShipPart > getParts()
DwellerCombatPlugin createPlugin(ShipAPI ship)