Skip to content

Commit

Permalink
Merge pull request #3569 from Lithoboli/master
Browse files Browse the repository at this point in the history
Kirhosi & Fenerox BYOS Templates
  • Loading branch information
sayterdarkwynd authored Jun 12, 2024
2 parents 265a182 + 896070e commit ac9283e
Show file tree
Hide file tree
Showing 29 changed files with 4,161 additions and 3 deletions.
15 changes: 15 additions & 0 deletions frackinship/configs/ships.config
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,21 @@
"icon" : "/interface/title/slimepersonfemale.png",
"previewImage" : "/interface/ai/shippreviews/fu_byosslimeship.png"
},
"fu_byosKirhos" : {
"ship" : "fu_byoskirhosship",
"name" : "Kirhosi BYOS Ship",
"offset" : [-74,25],
"racialiserOverride" : "fukirhos",
"icon" : "/interface/title/kirhosfemale.png",
"previewImage" : "/interface/ai/shippreviews/fu_byoskirhosship.png"
},
"fu_byosFenerox" : {
"ship" : "fu_byosfeneroxship",
"name" : "Fenerox BYOS Ship",
"offset" : [-128,12],
"icon" : "/interface/title/feneroxfemale.png",
"previewImage" : "/interface/ai/shippreviews/fu_byosfeneroxship.png"
},

//Other Races
"fu_byosavali" : {
Expand Down
22 changes: 22 additions & 0 deletions frackinship/ships/fu_byosfeneroxship.dungeon
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"metadata" : {
"name" : "fu_byosfeneroxship",
"species" : "fenerox",
"rules" : [],
"anchor" : [ "fu_byosfeneroxship" ],
"maxRadius" : 1000000,
"maxParts" : 1,
"protected" : false
},

"parts" : [
{
"name" : "fu_byosfeneroxship",
"clearAnchoredObjects" : false,
"rules" : [
[ "maxSpawnCount", [1] ]
],
"def" : [ "tmx", "fu_byosfeneroxship.json" ]
}
]
}
Loading

0 comments on commit ac9283e

Please sign in to comment.