Skip to content

Commit 6f998f3

Browse files
authored
Merge pull request #751 from Thorneel/ThornEel-new-campaign-scenario
Added location codex entry on Sirlanna (planet23)
2 parents 7ed64f2 + a6b6de2 commit 6f998f3

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

campaign/sample/codex.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,17 @@ This seems to have rattled them to their core, and may explain why they suddenly
525525
526526
Oh right, I was a student at an Imperial Academy of War. Funny thing, to have forgotten that. I was pretty good actually, top of my class half the time. It never felt quite real though, as if never really expecting to ever see combat. And, ultimately, I didn't even graduate...]]
527527
},
528+
location_sirlanna = { -- planet23
529+
name = "Sirlanna Fortress",
530+
image = "campaign/sample/graphics/unitpics/turretgauss.png",
531+
category = "4. Locations",
532+
text = [[This star system had once been the lynchpin of half the Union's Anarchai Arm front, a mighty fortress ready to take on any invasion - or stage their own. But a new, greater foe struck the vulnerable Dynasty Arm border instead. Pushing right towards the Union's core worlds, they cut Sirlanna off, blockading it from neighbouring systems.
533+
534+
Still, the Sirlanna governor knew that, one way or another, their enemies would have to strike. It was simpy too dangerous for the invader to leave such a force on their flank. They knew any such attack would vastly outnumber them, but they were determined to make it pay dearly for their world.
535+
536+
So they turned themselves into the most formidable stronghold in the galaxy, in preparation for the day their enemies' warships would blot the very sun - a day that never came.]]
537+
},
538+
528539
-- Anomalies
529540
--- Artefacts
530541
anomaly_new_falsell = { -- planet7
11.3 KB
Loading

campaign/sample/planets/planet23.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,10 @@ local function GetPlanet(planetUtilities, planetID)
19271927
"module_heavy_armor_LIMIT_B_2",
19281928
},
19291929
abilities = {
1930-
}
1930+
},
1931+
codexEntries = {
1932+
"location_sirlanna",
1933+
},
19311934
},
19321935
}
19331936

0 commit comments

Comments
 (0)