Updated monster class names in the Caco plushie in response to some deprecation warnings. Added Bucky to the random name list.
This commit is contained in:
parent
e82101d9cb
commit
b2d0b6e1df
@ -8,17 +8,17 @@
|
|||||||
|
|
||||||
const HDLD_KIRI_CACOPLUSHIE = "kac";
|
const HDLD_KIRI_CACOPLUSHIE = "kac";
|
||||||
const KIRI_CACOPLUSHIE_FAINTED_MONSTER_COOLDOWN = 60;
|
const KIRI_CACOPLUSHIE_FAINTED_MONSTER_COOLDOWN = 60;
|
||||||
const KIRI_CACOPLUSHIE_CLASS = "Trilobite";
|
const KIRI_CACOPLUSHIE_CLASS = "Cenobite";
|
||||||
|
|
||||||
// For testing out shield mechanics, if we ever open this up to other
|
// For testing out shield mechanics, if we ever open this up to other
|
||||||
// monster types...
|
// monster types...
|
||||||
//
|
//
|
||||||
// const KIRI_CACOPLUSHIE_CLASS = "PainLord";
|
// const KIRI_CACOPLUSHIE_CLASS = "Baron";
|
||||||
//
|
//
|
||||||
// Hey, want to see something totally broken? Spawn an imp healer and
|
// Hey, want to see something totally broken? Spawn an imp healer and
|
||||||
// raise an army!
|
// raise an army!
|
||||||
//
|
//
|
||||||
// const KIRI_CACOPLUSHIE_CLASS = "Regentipede";
|
// const KIRI_CACOPLUSHIE_CLASS = "HealerImp";
|
||||||
|
|
||||||
const KIRI_CACOPLUSHIE_WEAPONSTATUS_MONSTER_HEALTH = 1;
|
const KIRI_CACOPLUSHIE_WEAPONSTATUS_MONSTER_HEALTH = 1;
|
||||||
const KIRI_CACOPLUSHIE_WEAPONSTATUS_MONSTER_SHIELD = 2;
|
const KIRI_CACOPLUSHIE_WEAPONSTATUS_MONSTER_SHIELD = 2;
|
||||||
@ -77,6 +77,7 @@ class KiriCacodemonPlushie : HDWeapon {
|
|||||||
"Fido",
|
"Fido",
|
||||||
"Thor",
|
"Thor",
|
||||||
"Loki",
|
"Loki",
|
||||||
|
"Bucky",
|
||||||
"Taiyo",
|
"Taiyo",
|
||||||
"Fluffy",
|
"Fluffy",
|
||||||
"Leonardo",
|
"Leonardo",
|
||||||
|
Loading…
Reference in New Issue
Block a user