v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
15
assets/devel/objects/platformemitter/platformemitter.frames
Normal file
15
assets/devel/objects/platformemitter/platformemitter.frames
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [16, 8],
|
||||
"dimensions" : [2, 1],
|
||||
|
||||
"names" : [
|
||||
[ "default.1", "default.off" ]
|
||||
]
|
||||
},
|
||||
|
||||
"aliases" : {
|
||||
"default.default" : "default.off",
|
||||
"default.on" : "default.1"
|
||||
}
|
||||
}
|
164
assets/devel/objects/platformemitter/platformemitter.object
Normal file
164
assets/devel/objects/platformemitter/platformemitter.object
Normal file
|
@ -0,0 +1,164 @@
|
|||
{
|
||||
"objectName" : "platformemitter",
|
||||
"colonyTags" : [ ],
|
||||
"printable" : false,
|
||||
"rarity" : "Common",
|
||||
"description" : "A test object that emits platform projectiles.",
|
||||
"shortdescription" : "Rail Platform Emitter",
|
||||
"race" : "avian",
|
||||
|
||||
"category" : "trap",
|
||||
"price" : 200,
|
||||
|
||||
"inventoryIcon" : "platformemittericon.png",
|
||||
"orientations" : [
|
||||
{
|
||||
"image" : "platformemitter.png:<color>.<frame>",
|
||||
"imagePosition" : [-8, 0],
|
||||
"direction" : "left",
|
||||
"flipImages" : true,
|
||||
|
||||
"animationPosition" : [-8, 0],
|
||||
"animationParts" : {
|
||||
"bg" : "platformemitter.png",
|
||||
"fg" : "platformemitter.png"
|
||||
},
|
||||
|
||||
"projectileDirection" : [0, 1],
|
||||
"projectilePosition" : [0, 1.0],
|
||||
"projectileConfig" : {
|
||||
"railConfig" : {
|
||||
"direction" : "n"
|
||||
}
|
||||
},
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "bottom" ]
|
||||
},
|
||||
{
|
||||
"image" : "platformemitter.png:<color>.<frame>",
|
||||
"imagePosition" : [0, 0],
|
||||
"direction" : "right",
|
||||
|
||||
"animationPosition" : [0, 0],
|
||||
"animationParts" : {
|
||||
"bg" : "platformemitter.png",
|
||||
"fg" : "platformemitter.png"
|
||||
},
|
||||
|
||||
"projectileDirection" : [0, 1],
|
||||
"projectilePosition" : [1, 1.0],
|
||||
"projectileConfig" : {
|
||||
"railConfig" : {
|
||||
"direction" : "n"
|
||||
}
|
||||
},
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "bottom" ]
|
||||
},
|
||||
{
|
||||
"image" : "platformemitterleft.png:<color>.<frame>",
|
||||
"imagePosition" : [0, -8],
|
||||
"direction" : "right",
|
||||
|
||||
"animationPosition" : [0, -8],
|
||||
"animationParts" : {
|
||||
"bg" : "platformemitterleft.png",
|
||||
"fg" : "platformemitterleft.png"
|
||||
},
|
||||
|
||||
"projectileDirection" : [1, 0],
|
||||
"projectilePosition" : [1, 0.5],
|
||||
"projectileConfig" : {
|
||||
"railConfig" : {
|
||||
"direction" : "e"
|
||||
}
|
||||
},
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "left" ]
|
||||
},
|
||||
{
|
||||
"image" : "platformemitterright.png:<color>.<frame>",
|
||||
"imagePosition" : [0, -8],
|
||||
"direction" : "right",
|
||||
|
||||
"animationPosition" : [0, -8],
|
||||
"animationParts" : {
|
||||
"bg" : "platformemitterright.png",
|
||||
"fg" : "platformemitterright.png"
|
||||
},
|
||||
|
||||
"projectileDirection" : [-1, 0],
|
||||
"projectilePosition" : [0, 0.5],
|
||||
"projectileConfig" : {
|
||||
"railConfig" : {
|
||||
"direction" : "w"
|
||||
}
|
||||
},
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "right" ]
|
||||
},
|
||||
{
|
||||
"image" : "platformemitterceiling.png:<color>.<frame>",
|
||||
"imagePosition" : [-8, 0],
|
||||
"direction" : "left",
|
||||
"flipImages" : true,
|
||||
|
||||
"animationPosition" : [-8, 0],
|
||||
"animationParts" : {
|
||||
"bg" : "platformemitterceiling.png",
|
||||
"fg" : "platformemitterceiling.png"
|
||||
},
|
||||
|
||||
"projectileDirection" : [0, -1],
|
||||
"projectilePosition" : [0, 0.0],
|
||||
"projectileConfig" : {
|
||||
"railConfig" : {
|
||||
"direction" : "s"
|
||||
}
|
||||
},
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "top" ]
|
||||
},
|
||||
{
|
||||
"image" : "platformemitterceiling.png:<color>.<frame>",
|
||||
"imagePosition" : [0, 0],
|
||||
"direction" : "right",
|
||||
|
||||
"animationPosition" : [0, 0],
|
||||
"animationParts" : {
|
||||
"bg" : "platformemitterceiling.png",
|
||||
"fg" : "platformemitterceiling.png"
|
||||
},
|
||||
|
||||
"projectileDirection" : [0, -1],
|
||||
"projectilePosition" : [1, 0.0],
|
||||
"projectileConfig" : {
|
||||
"railConfig" : {
|
||||
"direction" : "s"
|
||||
}
|
||||
},
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "top" ]
|
||||
}
|
||||
],
|
||||
|
||||
"scripts" : [ "/objects/wired/projectiletrap/projectiletrap.lua" ],
|
||||
"scriptDelta" : 2,
|
||||
|
||||
"animation" : "/objects/wired/projectiletrap/projectiletrap.animation",
|
||||
|
||||
"inputNodes" : [ [0, 0] ],
|
||||
|
||||
"inactiveLightColor" : [0, 0, 0],
|
||||
"activeLightColor" : [0, 0, 0],
|
||||
|
||||
"fireTime" : 5,
|
||||
"fireTimeVariance" : 0.0,
|
||||
"projectile" : "railplatform"
|
||||
}
|
BIN
assets/devel/objects/platformemitter/platformemitter.png
Normal file
BIN
assets/devel/objects/platformemitter/platformemitter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 B |
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [16, 8],
|
||||
"dimensions" : [2, 1],
|
||||
|
||||
"names" : [
|
||||
[ "default.1", "default.off" ]
|
||||
]
|
||||
},
|
||||
|
||||
"aliases" : {
|
||||
"default.default" : "default.off",
|
||||
"default.on" : "default.1"
|
||||
}
|
||||
}
|
BIN
assets/devel/objects/platformemitter/platformemitterceiling.png
Normal file
BIN
assets/devel/objects/platformemitter/platformemitterceiling.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 B |
BIN
assets/devel/objects/platformemitter/platformemittericon.png
Normal file
BIN
assets/devel/objects/platformemitter/platformemittericon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 B |
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [8, 16],
|
||||
"dimensions" : [2, 1],
|
||||
|
||||
"names" : [
|
||||
[ "default.1", "default.off" ]
|
||||
]
|
||||
},
|
||||
|
||||
"aliases" : {
|
||||
"default.default" : "default.off",
|
||||
"default.on" : "default.1"
|
||||
}
|
||||
}
|
BIN
assets/devel/objects/platformemitter/platformemitterleft.png
Normal file
BIN
assets/devel/objects/platformemitter/platformemitterleft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 B |
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [8, 16],
|
||||
"dimensions" : [2, 1],
|
||||
|
||||
"names" : [
|
||||
[ "default.1", "default.off" ]
|
||||
]
|
||||
},
|
||||
|
||||
"aliases" : {
|
||||
"default.default" : "default.off",
|
||||
"default.on" : "default.1"
|
||||
}
|
||||
}
|
BIN
assets/devel/objects/platformemitter/platformemitterright.png
Normal file
BIN
assets/devel/objects/platformemitter/platformemitterright.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 227 B |
Loading…
Add table
Add a link
Reference in a new issue