Add FoCAPI docus
This commit is contained in:
@@ -15,7 +15,7 @@ function DefineFactions()
|
||||
local RebelFaction = FactionStruct:New("REBEL")
|
||||
|
||||
RebelFaction.DisplayName = "Rebellion"
|
||||
RebelFaction.Color = ColorStruct:New(1, 0, 0)
|
||||
RebelFaction.Color = ColorStruct:New(1, 0, 0, 1)
|
||||
RebelFaction.Icon = "I_ICON_SPECTATOR_REBEL.TGA"
|
||||
RebelFaction.LandStartUnitName = "Rebel_Infantry_Squad"
|
||||
RebelFaction.SpaceStartUnitName = "Rebel_X-Wing_Squadron"
|
||||
@@ -26,7 +26,7 @@ function DefineFactions()
|
||||
local EmpireFaction = FactionStruct:New("EMPIRE")
|
||||
|
||||
EmpireFaction.DisplayName = "Empire"
|
||||
EmpireFaction.Color = ColorStruct:New(0, 1, 1)
|
||||
EmpireFaction.Color = ColorStruct:New(0, 1, 1, 1)
|
||||
EmpireFaction.Icon = "I_ICON_SPECTATOR_EMPIRE.TGA"
|
||||
EmpireFaction.LandStartUnitName = "Imperial_Stormtrooper_Squad"
|
||||
EmpireFaction.SpaceStartUnitName = "TIE_Interceptor_Squadron_Container"
|
||||
@@ -37,7 +37,7 @@ function DefineFactions()
|
||||
local UnderworldFaction = FactionStruct:New("UNDERWORLD")
|
||||
|
||||
UnderworldFaction.DisplayName = "Zann Consortium"
|
||||
UnderworldFaction.Color = ColorStruct:New(1, 1, 0)
|
||||
UnderworldFaction.Color = ColorStruct:New(1, 1, 0, 1)
|
||||
UnderworldFaction.Icon = "I_ICON_SPECTATOR_UNDERWORLD.TGA"
|
||||
UnderworldFaction.LandStartUnitName = "Underworld_Merc_Squad"
|
||||
UnderworldFaction.SpaceStartUnitName = "StarViper_Team"
|
||||
@@ -47,7 +47,7 @@ function DefineFactions()
|
||||
local HuttFaction = FactionStruct:New("HUTTS")
|
||||
|
||||
HuttFaction.DisplayName = "Hutt Cartel"
|
||||
HuttFaction.Color = ColorStruct:New(1, 0, 1)
|
||||
HuttFaction.Color = ColorStruct:New(1, 0, 1, 1)
|
||||
HuttFaction.Icon = "I_ICON_SPECTATOR_HUTTS.TGA"
|
||||
HuttFaction.LandStartUnitName = "Hutt_Soldier_Squad"
|
||||
HuttFaction.SpaceStartUnitName = "V_Wing_Squadron_Container"
|
||||
@@ -57,7 +57,7 @@ function DefineFactions()
|
||||
local PirateFaction = FactionStruct:New("PIRATES")
|
||||
|
||||
PirateFaction.DisplayName = "Pirates"
|
||||
PirateFaction.Color = ColorStruct:New(0, 1, 0)
|
||||
PirateFaction.Color = ColorStruct:New(0, 1, 0, 1)
|
||||
PirateFaction.Icon = "I_ICON_SPECTATOR_PIRATES.TGA"
|
||||
PirateFaction.LandStartUnitName = "Pirate_Soldier_Squad"
|
||||
PirateFaction.SpaceStartUnitName = "Pirate_Fighter_Squadron"
|
||||
|
||||
Reference in New Issue
Block a user