-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3577 from Lithoboli/master
Nightar BYOS & Tileset Updates
- Loading branch information
Showing
120 changed files
with
4,459 additions
and
816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} | ||
] | ||
} |
Oops, something went wrong.