fun: blue fire name

This commit is contained in:
cha0s 2019-05-15 00:37:19 -05:00
parent 25136fe1e9
commit afb1002607

View File

@ -116,6 +116,7 @@ function fireJSON(position) {
function blueFireJSON(position) {
const json = fireJSON(position);
json.traits.animated.params.animations.idle.uri = '/blue-fire.animation.json';
json.traits.existent.state.name = 'Blue fire';
json.traits.damaging.params.damageSpecs[0].power = -15;
json.traits.audible.params.sounds.fire.uri = '/blue-fire.sound.json';
return json;