-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various grammar fixes (Zennle), fixed stars not generating properly, …
…misc Exousia additions.
- Loading branch information
Showing
71 changed files
with
845 additions
and
18 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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
{ | ||
"itemName" : "exousia_tile27", | ||
"price" : 0, | ||
"category" : "block", | ||
"rarity" : "Rare", | ||
"inventoryIcon" : "exousia_tile27.png", | ||
"description" : "A glass window.", | ||
"shortdescription" : "Unlit Window", | ||
|
||
"materialId" : 16887 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
{ | ||
"itemName" : "exousia_tile28", | ||
"price" : 0, | ||
"category" : "block", | ||
"rarity" : "Rare", | ||
"inventoryIcon" : "exousia_tile28.png", | ||
"description" : "A glass window.", | ||
"shortdescription" : "Lit Window", | ||
|
||
"materialId" : 16888 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions
37
...ia/arcana_exousia_modern/arcana_exousia_modern_deco_3/arcana_exousia_modern_deco_3.object
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,37 @@ | ||
{ | ||
"objectName" : "arcana_exousia_modern_deco_3", | ||
"colonyTags" : ["misc"], | ||
"rarity" : "Rare", | ||
"description" : "A couple of bottles and some towels.", | ||
"shortdescription" : "Decorative Bottles", | ||
"race" : "generic", | ||
"category" : "decorative", | ||
"price" : 80, | ||
|
||
"inventoryIcon" : "icon.png", | ||
"orientations" : [ | ||
{ | ||
"imageLayers" : [ { "image" : "body.png:<color>", "fullbright" : true }, { "image" : "fullbright.png:<color>"} ], | ||
"direction" : "left", | ||
"flipImages" : true, | ||
"imagePosition" : [-8, 0], | ||
"frames" : 1, | ||
"animationCycle" : 0.5, | ||
|
||
"spaceScan" : 0.1, | ||
"anchors" : [ "bottom" ] | ||
|
||
}, | ||
{ | ||
"imageLayers" : [ { "image" : "body.png:<color>", "fullbright" : true }, { "image" : "fullbright.png:<color>"} ], | ||
"direction" : "right", | ||
"imagePosition" : [-8, 0], | ||
"frames" : 1, | ||
"animationCycle" : 0.5, | ||
|
||
"spaceScan" : 0.1, | ||
"anchors" : [ "bottom" ] | ||
|
||
} | ||
] | ||
} |
Binary file added
BIN
+242 Bytes
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_3/body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_3/default.frames
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,11 @@ | ||
{ | ||
|
||
"frameGrid" : { | ||
"size" : [16, 8], | ||
"dimensions" : [1, 1], | ||
"names" : [ | ||
[ "default" ] | ||
] | ||
|
||
} | ||
} |
Binary file added
BIN
+242 Bytes
...rcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_3/fullbright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+249 Bytes
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_3/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions
37
...ia/arcana_exousia_modern/arcana_exousia_modern_deco_4/arcana_exousia_modern_deco_4.object
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,37 @@ | ||
{ | ||
"objectName" : "arcana_exousia_modern_deco_4", | ||
"colonyTags" : ["misc"], | ||
"rarity" : "Rare", | ||
"description" : "An ultramodern door.", | ||
"shortdescription" : "Background Modern Door", | ||
"race" : "generic", | ||
"category" : "decorative", | ||
"price" : 160, | ||
|
||
"inventoryIcon" : "icon.png", | ||
"orientations" : [ | ||
{ | ||
"imageLayers" : [ { "image" : "body.png:<color>", "fullbright" : true }, { "image" : "fullbright.png:<color>"} ], | ||
"direction" : "left", | ||
"flipImages" : true, | ||
"imagePosition" : [-8, 0], | ||
"frames" : 1, | ||
"animationCycle" : 0.5, | ||
|
||
"spaceScan" : 0.1, | ||
"anchors" : [ "bottom" ] | ||
|
||
}, | ||
{ | ||
"imageLayers" : [ { "image" : "body.png:<color>", "fullbright" : true }, { "image" : "fullbright.png:<color>"} ], | ||
"direction" : "right", | ||
"imagePosition" : [-8, 0], | ||
"frames" : 1, | ||
"animationCycle" : 0.5, | ||
|
||
"spaceScan" : 0.1, | ||
"anchors" : [ "bottom" ] | ||
|
||
} | ||
] | ||
} |
Binary file added
BIN
+368 Bytes
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_4/body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_4/default.frames
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,11 @@ | ||
{ | ||
|
||
"frameGrid" : { | ||
"size" : [24, 40], | ||
"dimensions" : [1, 1], | ||
"names" : [ | ||
[ "default" ] | ||
] | ||
|
||
} | ||
} |
Binary file added
BIN
+368 Bytes
...rcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_4/fullbright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+254 Bytes
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_deco_4/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions
81
...cts/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_door_1/animation.animation
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,81 @@ | ||
{ | ||
"globalTagDefaults" : { | ||
"doorDirection" : "Right" | ||
}, | ||
|
||
"animatedParts" : { | ||
"stateTypes" : { | ||
"doorState" : { | ||
"default" : "closed", | ||
"states" : { | ||
"open" : { | ||
"frames" : 4, | ||
"cycle" : 0.2 | ||
}, | ||
"closing" : { | ||
"frames" : 4, | ||
"cycle" : 0.2, | ||
"mode" : "transition", | ||
"transition" : "closed" | ||
}, | ||
"closed" : { }, | ||
"locking" : { | ||
"frames" : 4, | ||
"cycle" : 0.2, | ||
"mode" : "transition", | ||
"transition" : "locked" | ||
}, | ||
"locked" : { } | ||
} | ||
} | ||
}, | ||
|
||
"parts" : { | ||
"door" : { | ||
"properties" : { | ||
"centered" : false | ||
}, | ||
|
||
"partStates" : { | ||
"doorState" : { | ||
"open" : { | ||
"properties" : { | ||
"image" : "<partImage>:open<doorDirection>.<frame>" | ||
} | ||
}, | ||
|
||
"closing" : { | ||
"properties" : { | ||
"image" : "<partImage>:close<doorDirection>.<frame>" | ||
} | ||
}, | ||
|
||
"closed" : { | ||
"properties" : { | ||
"image" : "<partImage>:close<doorDirection>.4" | ||
} | ||
}, | ||
|
||
"locking" : { | ||
"properties" : { | ||
"image" : "<partImage>:close<doorDirection>.<frame>" | ||
} | ||
}, | ||
|
||
"locked" : { | ||
"properties" : { | ||
"image" : "<partImage>:close<doorDirection>.4" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
|
||
"sounds" : { | ||
"open" : [], | ||
"close" : [], | ||
"locked" : [ "/sfx/interface/clickon_error.ogg" ] | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
...ia/arcana_exousia_modern/arcana_exousia_modern_door_1/arcana_exousia_modern_door_1.object
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,47 @@ | ||
{ | ||
"objectName" : "arcana_exousia_modern_door_1", | ||
"colonyTags" : ["misc","door"], | ||
"rarity" : "Rare", | ||
|
||
"category" : "door", | ||
"price" : 120, | ||
"description" : "A white sleek door.", | ||
"shortdescription" : "Ultramodern Door", | ||
"race" : "generic", | ||
|
||
"inventoryIcon" : "icon.png", | ||
"orientations" : [ | ||
{ | ||
"dualImage" : "body.png:default", | ||
"imagePosition" : [0, 0], | ||
"renderLayer" : "Object+5", | ||
|
||
"spaceScan" : 0.1, | ||
"anchors" : [ "bottom", "top" ] | ||
} | ||
], | ||
|
||
"scripts" : [ "/objects/wired/door/door.lua" ], | ||
"scriptDelta" : 5, | ||
|
||
"animation" : "animation.animation", | ||
"animationCustom" : { | ||
"sounds" : { | ||
"open" : { | ||
"pool" : [ "/sfx/objects/apexcooldoor_open.ogg" ], | ||
"rangeMultiplier" : 0.5 | ||
}, | ||
"close" : { | ||
"pool" : [ "/sfx/objects/apexcooldoor_close.ogg" ], | ||
"rangeMultiplier" : 0.5 | ||
} | ||
} | ||
}, | ||
"animationParts" : { | ||
"door" : "body.png" | ||
}, | ||
"animationPosition" : [0, 0], | ||
|
||
"inputNodes" : [ [0, 0] ], | ||
"outputNodes" : [ [1, 0] ] | ||
} |
Binary file added
BIN
+355 Bytes
objects/arcana_exousia/arcana_exousia_modern/arcana_exousia_modern_door_1/body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.