Skip to content

Commit

Permalink
Merge pull request #3577 from Lithoboli/master
Browse files Browse the repository at this point in the history
Nightar BYOS & Tileset Updates
  • Loading branch information
sayterdarkwynd authored Jul 8, 2024
2 parents 8b31a99 + 779447d commit a72d2e2
Show file tree
Hide file tree
Showing 120 changed files with 4,459 additions and 816 deletions.
7 changes: 7 additions & 0 deletions frackinship/configs/ships.config
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@
"icon" : "/interface/title/feneroxfemale.png",
"previewImage" : "/interface/ai/shippreviews/fu_byosfeneroxship.png"
},
"fu_byosNightar" : {
"ship" : "fu_byosnightarship",
"name" : "Nightar BYOS Ship",
"offset" : [-99,3],
"icon" : "/interface/title/nightarmale.png",
"previewImage" : "/interface/ai/shippreviews/fu_byosnightarship.png"
},

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

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

0 comments on commit a72d2e2

Please sign in to comment.