v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [20, 18],
|
||||
"dimensions" : [4, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3" ]
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 589 B |
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"projectileName" : "leaforb",
|
||||
"image" : "leaforb.png",
|
||||
"animationCycle" : 0.3,
|
||||
"frameNumber" : 4,
|
||||
"power" : 50,
|
||||
"physics" : "gas",
|
||||
"piercing" : true,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "config",
|
||||
"file" : "/projectiles/explosions/leafexplosion/leafexplosion.config"
|
||||
}
|
||||
],
|
||||
|
||||
"lightColor" : [50, 100, 30],
|
||||
"damageKind" : "electric"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [8, 8],
|
||||
"dimensions" : [1, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0" ]
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 73 B |
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"projectileName" : "wildorb",
|
||||
"image" : "wildorb.png",
|
||||
"animationCycle" : 1,
|
||||
"frameNumber" : 1,
|
||||
"timeToLive" : 0.01,
|
||||
"physics" : "laser",
|
||||
"flippable" : true,
|
||||
"damageKindImage" : "icon.png",
|
||||
"pointLight" : false,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "leaforb",
|
||||
"fuzzAngle" : 0,
|
||||
"inheritDamageFactor" : 0,
|
||||
"inheritSpeedFactor" : 0.1,
|
||||
"delaySteps" : 0,
|
||||
"config" : {
|
||||
"timeToLive" : 0.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"action" : "sound",
|
||||
"delaySteps" : 15,
|
||||
"options" : [ "/sfx/blocks/sand_fall1.ogg", "/sfx/blocks/sand_fall2.ogg", "/sfx/blocks/sand_fall3.ogg" ]
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "cutterleaf",
|
||||
"fuzzAngle" : 15,
|
||||
"inheritSpeedFactor" : 1,
|
||||
"delaySteps" : 15
|
||||
},
|
||||
{
|
||||
"action" : "sound",
|
||||
"delaySteps" : 20,
|
||||
"options" : [ "/sfx/blocks/sand_fall4.ogg", "/sfx/blocks/sand_fall5.ogg", "/sfx/blocks/sand_fall6.ogg" ]
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "cutterleaf",
|
||||
"fuzzAngle" : 15,
|
||||
"inheritSpeedFactor" : 1,
|
||||
"delaySteps" : 20
|
||||
},
|
||||
{
|
||||
"action" : "sound",
|
||||
"delaySteps" : 25,
|
||||
"options" : [ "/sfx/blocks/sand_fall7.ogg", "/sfx/blocks/sand_fall8.ogg", "/sfx/blocks/sand_fall9.ogg" ]
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "cutterleaf",
|
||||
"fuzzAngle" : 15,
|
||||
"inheritSpeedFactor" : 1,
|
||||
"delaySteps" : 25
|
||||
}
|
||||
],
|
||||
"damagePoly" : [ ],
|
||||
"power" : 0.0,
|
||||
"damageKind" : "default"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue