refactor: harm

This commit is contained in:
cha0s 2020-01-17 02:30:15 -06:00
parent 762820dc7c
commit 128d39aa42
2 changed files with 13 additions and 9 deletions

View File

@ -109,11 +109,6 @@ export function kittyJSON() {
name: 'Kitty',
},
},
visible: {
state: {
visibleScale: [1, 1],
}
},
layered: {},
listed: {},
lootable: {
@ -157,7 +152,18 @@ export function kittyJSON() {
},
},
},
vulnerable: {},
visible: {
state: {
visibleScale: [1, 1],
}
},
vulnerable: {
params: {
types: [
'bio',
],
},
},
},
};
}

View File

@ -191,9 +191,7 @@ export function rockProjectileJSON() {
params: {
harmSpecs: [
{
affinity: AFFINITY_NONE,
knockback: 500,
lock: 0,
type: 'blunt',
power: 50,
variance: 0.1,
},