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