chore: alpha
This commit is contained in:
parent
0bbc838359
commit
a284cd343e
|
@ -149,19 +149,6 @@ export function rockProjectileJSON() {
|
||||||
isSensor: true,
|
isSensor: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
harmful: {
|
|
||||||
params: {
|
|
||||||
harmSpecs: [
|
|
||||||
{
|
|
||||||
affinity: AFFINITY_NONE,
|
|
||||||
knockback: 500,
|
|
||||||
lock: 1,
|
|
||||||
power: 50,
|
|
||||||
variance: 0.1,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
directional: {
|
directional: {
|
||||||
params: {
|
params: {
|
||||||
directionCount: 4,
|
directionCount: 4,
|
||||||
|
@ -200,6 +187,19 @@ export function rockProjectileJSON() {
|
||||||
name: 'Rock (projectile)',
|
name: 'Rock (projectile)',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
harmful: {
|
||||||
|
params: {
|
||||||
|
harmSpecs: [
|
||||||
|
{
|
||||||
|
affinity: AFFINITY_NONE,
|
||||||
|
knockback: 500,
|
||||||
|
lock: 0,
|
||||||
|
power: 50,
|
||||||
|
variance: 0.1,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
layered: {},
|
layered: {},
|
||||||
listed: {},
|
listed: {},
|
||||||
mobile: {
|
mobile: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user