Skip to content

Commit

Permalink
Merge pull request #1 from sayterdarkwynd/master
Browse files Browse the repository at this point in the history
f
  • Loading branch information
jzpelaez committed Aug 26, 2019
2 parents c5ab657 + f935b5e commit b698eb6
Show file tree
Hide file tree
Showing 62 changed files with 276 additions and 222 deletions.
8 changes: 4 additions & 4 deletions objects/ship/deprecated/fu_ftldrive.object
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"inventoryIcon" : "/objects/ship/fu_ftldriveicon.png",
"orientations" : [
{
"dualImage" : "fu_ftldrive.png",
"dualImage" : "/objects/ship/fu_ftldrive/fu_ftldrive.png",
"imagePosition" : [-44, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],

"animation" : "/objects/ship/fu_ftldrive_a/fu_ftldrive.animation",
"animation" : "/objects/ship/fu_ftldrive/fu_ftldrive.animation",
"animationParts" : {
"base" : "/objects/ship/fu_ftldrive_a/fu_ftldrive.png",
"fullbright" : "/objects/ship/fu_ftldrive_a/fu_ftldrivefullbright.png"
"base" : "/objects/ship/fu_ftldrive/fu_ftldrive.png",
"fullbright" : "/objects/ship/fu_ftldrive/fu_ftldrivefullbright.png"
},
"animationPosition" : [-44, 0],
"scripts" : [ "/objects/ship/fu_shipstatmodifier.lua", "/objects/ship/fu_ftldriveanimation.lua" ,"/objects/ship/deprecated/fu_deprecatedbyosobject.lua" ],
Expand Down
10 changes: 5 additions & 5 deletions objects/ship/deprecated/fu_ftldrive2.object
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"race" : "generic",
"printable" : false,

"inventoryIcon" : "/objects/ship/fu_ftldrive_b/fu_ftldrive2icon.png",
"inventoryIcon" : "/objects/ship/fu_ftldrive/fu_ftldrive2icon.png",
"orientations" : [
{
"dualImage" : "/objects/ship/fu_ftldrive_b/fu_ftldrive2.png:off",
"dualImage" : "/objects/ship/fu_ftldrive/fu_ftldrive2.png:off",
"imagePosition" : [-28, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom", "top" ]
}
],

"animation" : "/objects/ship/fu_ftldrive_b/fu_ftldrive2.animation",
"animation" : "/objects/ship/fu_ftldrive/fu_ftldrive2.animation",
"animationParts" : {
"base" : "/objects/ship/fu_ftldrive_b/fu_ftldrive2.png",
"fullbright" : "/objects/ship/fu_ftldrive_b/fu_ftldrive2fullbright.png"
"base" : "/objects/ship/fu_ftldrive/fu_ftldrive2.png",
"fullbright" : "/objects/ship/fu_ftldrive/fu_ftldrive2fullbright.png"
},
"animationPosition" : [-28, 0],

Expand Down
10 changes: 5 additions & 5 deletions objects/ship/deprecated/fu_ftldrive3.object
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"race" : "generic",
"printable" : false,

"inventoryIcon" : "/objects/ship/fu_ftldrive_c/fu_ftldrive3icon.png",
"inventoryIcon" : "/objects/ship/fu_ftldrive/fu_ftldrive3icon.png",
"orientations" : [
{
"dualImage" : "/objects/ship/fu_ftldrive_c/fu_ftldrive3.png:off",
"dualImage" : "/objects/ship/fu_ftldrive/fu_ftldrive3.png:off",
"imagePosition" : [-32, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],

"animation" : "/objects/ship/fu_ftldrive_c/fu_ftldrive3.animation",
"animation" : "/objects/ship/fu_ftldrive/fu_ftldrive3.animation",
"animationParts" : {
"base" : "/objects/ship/fu_ftldrive_c/fu_ftldrive3.png",
"fullbright" : "/objects/ship/fu_ftldrive_c/fu_ftldrive3fullbright.png"
"base" : "/objects/ship/fu_ftldrive/fu_ftldrive3.png",
"fullbright" : "/objects/ship/fu_ftldrive/fu_ftldrive3fullbright.png"
},
"animationPosition" : [-32, 0],
"scripts" : [ "/objects/ship/fu_shipstatmodifier.lua", "/objects/ship/fu_ftldriveanimation.lua","/objects/ship/deprecated/fu_deprecatedbyosobject.lua" ],
Expand Down
8 changes: 4 additions & 4 deletions objects/ship/deprecated/fu_ftldriveupgrade.object
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"inventoryIcon" : "/objects/ship/fu_ftldriveicon.png",
"orientations" : [
{
"dualImage" : "/objects/ship/fu_ftldrive_a/fu_ftldrive.png",
"dualImage" : "/objects/ship/fu_ftldrive/fu_ftldrive.png",
"imagePosition" : [-44, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],

"animation" : "/objects/ship/fu_ftldrive_a/fu_ftldrive.animation",
"animation" : "/objects/ship/fu_ftldrive/fu_ftldrive.animation",
"animationParts" : {
"base" : "/objects/ship/fu_ftldrive_a/fu_ftldrive.png",
"fullbright" : "/objects/ship/fu_ftldrive_a/fu_ftldrivefullbright.png"
"base" : "/objects/ship/fu_ftldrive/fu_ftldrive.png",
"fullbright" : "/objects/ship/fu_ftldrive/fu_ftldrivefullbright.png"
},
"animationPosition" : [-44, 0],

Expand Down
File renamed without changes.
File renamed without changes
11 changes: 11 additions & 0 deletions objects/ship/fu_ftldrive/fu_ftl_humanFullbright.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"frameGrid" : {
"size" : [72, 32],
"dimensions" : [11, 1],
"names" : [
[ "off","powerup.1","powerup.2","powerup.3", "powered.1", "powered.2", "powered.3", "powered.4", "powerdown.1","powerdown.2","powerdown.3" ]
]},
"aliases" : {
"default.default" : "off"
}
}
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
17 changes: 17 additions & 0 deletions objects/ship/fu_ftldrive/fu_ftldrive2fullbright.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"frameGrid" : {
"size" : [56, 96],
"dimensions" : [5, 2],
"names" : [
[ "powered.1", "powered.2", "powered.3", "powered.4", "off" ],
[ "powerup.5", "powerup.4", "powerup.3", "powerup.2", "powerup.1" ]
]
},
"aliases" : {
"powerdown.1" : "powerup.5",
"powerdown.2" : "powerup.4",
"powerdown.3" : "powerup.3",
"powerdown.4" : "powerup.2",
"powerdown.5" : "powerup.1"
}
}
File renamed without changes.
File renamed without changes
13 changes: 13 additions & 0 deletions objects/ship/fu_ftldrive/fu_ftldrive3fullbright.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"frameGrid" : {
"size" : [64, 113],
"dimensions" : [5, 2],
"names" : [
[ "powered.1", "powered.2", "powered.3", "powered.4", "off" ]
]
},
"aliases" : {
"powerdown.1" : "off",
"powerup.1" : "off"
}
}
13 changes: 13 additions & 0 deletions objects/ship/fu_ftldrive/fu_ftldrivefullbright.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"frameGrid" : {
"size" : [88, 41],
"dimensions" : [1, 1],
"names" : [
[ "off" ]
]},
"aliases" : {
"powerup.1" : "off",
"powered.1" : "off",
"powerdown.1" : "off"
}
}
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"objectName" : "fu_ftldrivesmall",
"rarity" : "essential",
"colonyTags" : [ "science" ],
"category" : "furniture",
"description" : "An ftl drive for a space ship. Allows interstellar travel. ^orange;Ship Speed: +3, Ship Mass: +1^reset;. ^red;BYOS Only^reset;",
"shortdescription" : "^cyan;Small FTL Drive^white;",
"race" : "generic",
"printable" : false,
"learnBlueprintsOnPickup" : [ "fu_ftldrivemk1a", "fu_ftldrivemk1b", "fu_ftldrivemk1c" ],
"apexDescription" : "Smaller than most models, but it works. For now.",
"avianDescription" : "This small device gathers electricity and converts it into motion.",
"floranDescription" : "FTL drive sssmall, but Floran make do.",
"glitchDescription" : "Content. This FTL drive works enough for space travel.",
"humanDescription" : "Small, but an FTL drive is a must have for any ship.",
"hylotlDescription" : "A smaller model FTL drive for intergalactic travel.",
"novakidDescription" : "This faster'n 'light machine is workin' fine, though it's quite small.",
"inventoryIcon" : "/objects/ship/fu_ftldriveicon.png",
"orientations" : [
{
"dualImage" : "fu_ftldrivesmall.png",
"imagePosition" : [-30, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],
"animation" : "fu_ftldrivesmall.animation",
"animationParts" : {
"base" : "fu_ftldrivesmall.png",
"fullbright" : "fu_ftldrivesmallfullbright.png"
},
"animationPosition" : [-30, 0],
"scripts" : [ "/objects/ship/fu_shipstatmodifier.lua", "/objects/ship/fu_ftldriveanimation.lua" ],
"scriptDelta" : 60,
"stats" : {
"shipSpeed" : 3,
"shipMass" : 1
},
"capabilities" : [
"systemTravel",
"planetTravel"
],
"maxAmountGroups" : {
"ftlDrive" : 1
},
"byosOnly" : true
}
{
"objectName" : "fu_ftldrivesmall",
"rarity" : "essential",
"colonyTags" : [ "science" ],
"category" : "furniture",
"description" : "An ftl drive for a space ship. Allows interstellar travel. ^orange;Ship Speed: +3, Ship Mass: +1^reset;. ^red;BYOS Only^reset;",
"shortdescription" : "^cyan;Small FTL Drive^white;",
"race" : "generic",
"printable" : false,
"learnBlueprintsOnPickup" : [ "fu_ftldrivemk1a", "fu_ftldrivemk1b", "fu_ftldrivemk1c" ],

"apexDescription" : "Smaller than most models, but it works. For now.",
"avianDescription" : "This small device gathers electricity and converts it into motion.",
"floranDescription" : "FTL drive sssmall, but Floran make do.",
"glitchDescription" : "Content. This FTL drive works enough for space travel.",
"humanDescription" : "Small, but an FTL drive is a must have for any ship.",
"hylotlDescription" : "A smaller model FTL drive for intergalactic travel.",
"novakidDescription" : "This faster'n 'light machine is workin' fine, though it's quite small.",

"inventoryIcon" : "/objects/ship/fu_ftldriveicon.png",
"orientations" : [
{
"dualImage" : "fu_ftldrivesmall.png",
"imagePosition" : [-30, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],

"animation" : "fu_ftldrivesmall.animation",
"animationParts" : {
"base" : "fu_ftldrivesmall.png",
"fullbright" : "fu_ftldrivesmallfullbright.png"
},
"animationPosition" : [-30, 0],

"scripts" : [ "/objects/ship/fu_shipstatmodifier.lua", "/objects/ship/fu_ftldriveanimation.lua" ],
"scriptDelta" : 60,

"stats" : {
"shipSpeed" : 3,
"shipMass" : 1
},
"capabilities" : [
"systemTravel",
"planetTravel"
],
"maxAmountGroups" : {
"ftlDrive" : 1
},
"byosOnly" : true
}
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"animatedParts" : {
"stateTypes" : {
"base" : {
"default" : "off",
"states" : {
"off" : {"frames" : 1, "mode" : "loop"},
"powerup" : {"frames" : 1, "mode" : "transition", "transition" : "powered"},
"powered" : {"frames" : 1, "mode" : "loop"},
"powerdown" : {"frames" : 1, "mode" : "transition", "transition" : "off"}
}
}
},
"parts" : {
"base" : {
"properties" : {
"zLevel" : 2,
"centered" : false,
"fullbright" : true
},
"partStates" : {
"base" : {
"off" : {"properties" : {"image" : "<partImage>:off"}},
"powerup" : {"properties" : {"image" : "<partImage>:powerup.<frame>"}},
"powered" : {"properties" : {"image" : "<partImage>:powered.<frame>"}},
"powerdown" : {"properties" : {"image" : "<partImage>:powerdown.<frame>"}}
}
}
},
"fullbright" : {
"properties" : {
"zLevel" : 3,
"centered" : false
},
"partStates" : {
"base" : {
"off" : {"properties" : {"image" : "<partImage>:off"}},
"powerup" : {"properties" : {"image" : "<partImage>:powerup.<frame>"}},
"powered" : {"properties" : {"image" : "<partImage>:powered.<frame>"}},
"powerdown" : {"properties" : {"image" : "<partImage>:powerdown.<frame>"}}
}
}
}
}
}
}
{
"animatedParts" : {
"stateTypes" : {
"base" : {
"default" : "off",
"states" : {
"off" : {"frames" : 1, "mode" : "loop"},
"powerup" : {"frames" : 1, "mode" : "transition", "transition" : "powered"},
"powered" : {"frames" : 1, "mode" : "loop"},
"powerdown" : {"frames" : 1, "mode" : "transition", "transition" : "off"}
}
}
},

"parts" : {
"base" : {
"properties" : {
"zLevel" : 2,
"centered" : false,
"fullbright" : true
},
"partStates" : {
"base" : {
"off" : {"properties" : {"image" : "<partImage>:off"}},
"powerup" : {"properties" : {"image" : "<partImage>:powerup.<frame>"}},
"powered" : {"properties" : {"image" : "<partImage>:powered.<frame>"}},
"powerdown" : {"properties" : {"image" : "<partImage>:powerdown.<frame>"}}
}
}
},
"fullbright" : {
"properties" : {
"zLevel" : 3,
"centered" : false
},
"partStates" : {
"base" : {
"off" : {"properties" : {"image" : "<partImage>:off"}},
"powerup" : {"properties" : {"image" : "<partImage>:powerup.<frame>"}},
"powered" : {"properties" : {"image" : "<partImage>:powered.<frame>"}},
"powerdown" : {"properties" : {"image" : "<partImage>:powerdown.<frame>"}}
}
}
}
}
}
}

0 comments on commit b698eb6

Please sign in to comment.