Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into develop
This commit is contained in:
commit
d643884b2c
@ -100,9 +100,79 @@ module.exports = {
|
|||||||
{square(['red', 'blue'])}
|
{square(['red', 'blue'])}
|
||||||
<figcaption>Life</figcaption>
|
<figcaption>Life</figcaption>
|
||||||
</figure>,
|
</figure>,
|
||||||
|
LifeGGPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['green'])}
|
||||||
|
<figcaption>Life+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeRRPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['red'])}
|
||||||
|
<figcaption>Life+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
// Power Upgrades
|
LifeBBPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{square(['blue'])}
|
||||||
|
<figcaption>Life+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeRGPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['red', 'green'])}
|
||||||
|
<figcaption>Life+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeGBPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['green', 'blue'])}
|
||||||
|
<figcaption>Life+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeRBPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{square(['red', 'blue'])}
|
||||||
|
<figcaption>Life+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeGGPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['green'])}
|
||||||
|
<figcaption>Life++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeRRPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['red'])}
|
||||||
|
<figcaption>Life++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeBBPlusPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{square(['blue'])}
|
||||||
|
<figcaption>Life++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeRGPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['red', 'green'])}
|
||||||
|
<figcaption>Life++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeGBPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{square(['green', 'blue'])}
|
||||||
|
<figcaption>Life++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
LifeRBPlusPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{square(['red', 'blue'])}
|
||||||
|
<figcaption>Life++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
// Powers Upgrades
|
||||||
PowerGG: () =>
|
PowerGG: () =>
|
||||||
<figure>
|
<figure>
|
||||||
{circle(['green'])}
|
{circle(['green'])}
|
||||||
@ -138,8 +208,79 @@ module.exports = {
|
|||||||
{circle(['red', 'blue'])}
|
{circle(['red', 'blue'])}
|
||||||
<figcaption>Power</figcaption>
|
<figcaption>Power</figcaption>
|
||||||
</figure>,
|
</figure>,
|
||||||
|
PowerGGPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['green'])}
|
||||||
|
<figcaption>Power+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
// Speed Upgrades
|
PowerRRPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['red'])}
|
||||||
|
<figcaption>Power+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerBBPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{circle(['blue'])}
|
||||||
|
<figcaption>Power+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerRGPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['red', 'green'])}
|
||||||
|
<figcaption>Power+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerGBPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['green', 'blue'])}
|
||||||
|
<figcaption>Power+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerRBPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{circle(['red', 'blue'])}
|
||||||
|
<figcaption>Power+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerGGPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['green'])}
|
||||||
|
<figcaption>Power++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerRRPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['red'])}
|
||||||
|
<figcaption>Power++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerBBPlusPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{circle(['blue'])}
|
||||||
|
<figcaption>Power++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerRGPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['red', 'green'])}
|
||||||
|
<figcaption>Power++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerGBPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{circle(['green', 'blue'])}
|
||||||
|
<figcaption>Power++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
PowerRBPlusPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{circle(['red', 'blue'])}
|
||||||
|
<figcaption>Power++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
// Speeds Upgrades
|
||||||
SpeedGG: () =>
|
SpeedGG: () =>
|
||||||
<figure>
|
<figure>
|
||||||
{triangle(['green'])}
|
{triangle(['green'])}
|
||||||
@ -175,4 +316,75 @@ module.exports = {
|
|||||||
{triangle(['red', 'blue'])}
|
{triangle(['red', 'blue'])}
|
||||||
<figcaption>Speed</figcaption>
|
<figcaption>Speed</figcaption>
|
||||||
</figure>,
|
</figure>,
|
||||||
|
SpeedGGPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['green'])}
|
||||||
|
<figcaption>Speed+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedRRPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['red'])}
|
||||||
|
<figcaption>Speed+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedBBPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['blue'])}
|
||||||
|
<figcaption>Speed+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedRGPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['red', 'green'])}
|
||||||
|
<figcaption>Speed+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedGBPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['green', 'blue'])}
|
||||||
|
<figcaption>Speed+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedRBPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['red', 'blue'])}
|
||||||
|
<figcaption>Speed+</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedGGPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['green'])}
|
||||||
|
<figcaption>Speed++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedRRPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['red'])}
|
||||||
|
<figcaption>Speed++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedBBPlusPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['blue'])}
|
||||||
|
<figcaption>Speed++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedRGPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['red', 'green'])}
|
||||||
|
<figcaption>Speed++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedGBPlusPlus: () =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['green', 'blue'])}
|
||||||
|
<figcaption>Speed++</figcaption>
|
||||||
|
</figure>,
|
||||||
|
|
||||||
|
SpeedRBPlusPlus:() =>
|
||||||
|
<figure>
|
||||||
|
{triangle(['red', 'blue'])}
|
||||||
|
<figcaption>Speed++</figcaption>
|
||||||
|
</figure>,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -305,7 +305,6 @@ function Vbox(args) {
|
|||||||
|
|
||||||
const highlighted = combiner.indexOf(i) > -1;
|
const highlighted = combiner.indexOf(i) > -1;
|
||||||
const classes = `${highlighted ? 'highlight' : ''}`;
|
const classes = `${highlighted ? 'highlight' : ''}`;
|
||||||
|
|
||||||
if (shapes[v]) {
|
if (shapes[v]) {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
|
|||||||
@ -44,139 +44,229 @@ pub enum Item {
|
|||||||
LifeRBPlusPlus,
|
LifeRBPlusPlus,
|
||||||
|
|
||||||
// Power Upgrades
|
// Power Upgrades
|
||||||
|
PowerGG,
|
||||||
PowerRR,
|
PowerRR,
|
||||||
PowerBB,
|
PowerBB,
|
||||||
PowerGG,
|
|
||||||
PowerRG,
|
PowerRG,
|
||||||
PowerGB,
|
PowerGB,
|
||||||
PowerRB,
|
PowerRB,
|
||||||
PowerRRPlus,
|
|
||||||
PowerGGPlus,
|
PowerGGPlus,
|
||||||
|
PowerRRPlus,
|
||||||
PowerBBPlus,
|
PowerBBPlus,
|
||||||
PowerRGPlus,
|
PowerRGPlus,
|
||||||
PowerGBPlus,
|
PowerGBPlus,
|
||||||
PowerRBPlus,
|
PowerRBPlus,
|
||||||
|
PowerGGPlusPlus,
|
||||||
PowerRRPlusPlus,
|
PowerRRPlusPlus,
|
||||||
PowerBBPlusPlus,
|
PowerBBPlusPlus,
|
||||||
PowerGGPlusPlus,
|
|
||||||
PowerRGPlusPlus,
|
PowerRGPlusPlus,
|
||||||
PowerGBPlusPlus,
|
PowerGBPlusPlus,
|
||||||
PowerRBPlusPlus,
|
PowerRBPlusPlus,
|
||||||
|
|
||||||
// Speed Upgrades
|
// Speed Upgrades
|
||||||
|
SpeedGG,
|
||||||
SpeedRR,
|
SpeedRR,
|
||||||
SpeedBB,
|
SpeedBB,
|
||||||
SpeedGG,
|
|
||||||
SpeedRG,
|
SpeedRG,
|
||||||
SpeedGB,
|
SpeedGB,
|
||||||
SpeedRB,
|
SpeedRB,
|
||||||
|
SpeedGGPlus,
|
||||||
SpeedRRPlus,
|
SpeedRRPlus,
|
||||||
SpeedBBPlus,
|
SpeedBBPlus,
|
||||||
SpeedGGPlus,
|
|
||||||
SpeedRGPlus,
|
SpeedRGPlus,
|
||||||
SpeedGBPlus,
|
SpeedGBPlus,
|
||||||
SpeedRBPlus,
|
SpeedRBPlus,
|
||||||
|
SpeedGGPlusPlus,
|
||||||
SpeedRRPlusPlus,
|
SpeedRRPlusPlus,
|
||||||
SpeedBBPlusPlus,
|
SpeedBBPlusPlus,
|
||||||
SpeedGGPlusPlus,
|
|
||||||
SpeedRGPlusPlus,
|
SpeedRGPlusPlus,
|
||||||
SpeedGBPlusPlus,
|
SpeedGBPlusPlus,
|
||||||
SpeedRBPlusPlus,
|
SpeedRBPlusPlus,
|
||||||
|
|
||||||
Amplify,
|
Amplify,
|
||||||
|
#[serde(rename = "Amplify+")]
|
||||||
AmplifyPlus,
|
AmplifyPlus,
|
||||||
|
#[serde(rename = "Amplify++")]
|
||||||
AmplifyPlusPlus,
|
AmplifyPlusPlus,
|
||||||
|
|
||||||
Absorb,
|
Absorb,
|
||||||
|
#[serde(rename = "Absorb+")]
|
||||||
AbsorbPlus,
|
AbsorbPlus,
|
||||||
|
#[serde(rename = "Absorb++")]
|
||||||
AbsorbPlusPlus,
|
AbsorbPlusPlus,
|
||||||
|
|
||||||
Banish,
|
Banish,
|
||||||
|
#[serde(rename = "Banish+")]
|
||||||
BanishPlus,
|
BanishPlus,
|
||||||
|
#[serde(rename = "Banish++")]
|
||||||
BanishPlusPlus,
|
BanishPlusPlus,
|
||||||
|
|
||||||
Bash,
|
Bash,
|
||||||
|
#[serde(rename = "Bash+")]
|
||||||
BashPlus,
|
BashPlus,
|
||||||
|
#[serde(rename = "Bash++")]
|
||||||
BashPlusPlus,
|
BashPlusPlus,
|
||||||
|
|
||||||
Blast,
|
Blast,
|
||||||
|
#[serde(rename = "Blast+")]
|
||||||
BlastPlus,
|
BlastPlus,
|
||||||
|
#[serde(rename = "Blast++")]
|
||||||
BlastPlusPlus,
|
BlastPlusPlus,
|
||||||
|
|
||||||
Chaos,
|
Chaos,
|
||||||
|
#[serde(rename = "Chaos+")]
|
||||||
ChaosPlus,
|
ChaosPlus,
|
||||||
|
#[serde(rename = "Chaos++")]
|
||||||
ChaosPlusPlus,
|
ChaosPlusPlus,
|
||||||
|
|
||||||
Sustain,
|
Sustain,
|
||||||
|
#[serde(rename = "Sustain+")]
|
||||||
SustainPlus,
|
SustainPlus,
|
||||||
|
#[serde(rename = "Sustain++")]
|
||||||
SustainPlusPlus,
|
SustainPlusPlus,
|
||||||
|
|
||||||
Electrify,
|
Electrify,
|
||||||
|
#[serde(rename = "Electrify+")]
|
||||||
ElectrifyPlus,
|
ElectrifyPlus,
|
||||||
|
#[serde(rename = "Electrify++")]
|
||||||
ElectrifyPlusPlus,
|
ElectrifyPlusPlus,
|
||||||
|
|
||||||
Curse,
|
Curse,
|
||||||
|
#[serde(rename = "Curse+")]
|
||||||
CursePlus,
|
CursePlus,
|
||||||
|
#[serde(rename = "Curse++")]
|
||||||
CursePlusPlus,
|
CursePlusPlus,
|
||||||
|
|
||||||
Decay,
|
Decay,
|
||||||
|
#[serde(rename = "Decay+")]
|
||||||
DecayPlus,
|
DecayPlus,
|
||||||
|
#[serde(rename = "Decay++")]
|
||||||
DecayPlusPlus,
|
DecayPlusPlus,
|
||||||
|
|
||||||
Hex,
|
Hex,
|
||||||
|
#[serde(rename = "Hex+")]
|
||||||
HexPlus,
|
HexPlus,
|
||||||
|
#[serde(rename = "Hex++")]
|
||||||
HexPlusPlus,
|
HexPlusPlus,
|
||||||
|
|
||||||
Haste,
|
Haste,
|
||||||
|
#[serde(rename = "Haste+")]
|
||||||
HastePlus,
|
HastePlus,
|
||||||
|
#[serde(rename = "Haste++")]
|
||||||
HastePlusPlus,
|
HastePlusPlus,
|
||||||
|
|
||||||
Heal,
|
Heal,
|
||||||
|
#[serde(rename = "Heal+")]
|
||||||
HealPlus,
|
HealPlus,
|
||||||
|
#[serde(rename = "Heal++")]
|
||||||
HealPlusPlus,
|
HealPlusPlus,
|
||||||
|
|
||||||
Hybrid,
|
Hybrid,
|
||||||
|
#[serde(rename = "Hybrid+")]
|
||||||
HybridPlus,
|
HybridPlus,
|
||||||
|
#[serde(rename = "Hybrid++")]
|
||||||
HybridPlusPlus,
|
HybridPlusPlus,
|
||||||
|
|
||||||
Invert,
|
Invert,
|
||||||
|
#[serde(rename = "Invert+")]
|
||||||
InvertPlus,
|
InvertPlus,
|
||||||
|
#[serde(rename = "Invert++")]
|
||||||
InvertPlusPlus,
|
InvertPlusPlus,
|
||||||
|
|
||||||
Counter,
|
Counter,
|
||||||
|
#[serde(rename = "Counter+")]
|
||||||
CounterPlus,
|
CounterPlus,
|
||||||
|
#[serde(rename = "Counter++")]
|
||||||
CounterPlusPlus,
|
CounterPlusPlus,
|
||||||
|
|
||||||
Purge,
|
Purge,
|
||||||
|
#[serde(rename = "Purge+")]
|
||||||
PurgePlus,
|
PurgePlus,
|
||||||
|
#[serde(rename = "Purge++")]
|
||||||
PurgePlusPlus,
|
PurgePlusPlus,
|
||||||
|
|
||||||
Purify,
|
Purify,
|
||||||
|
#[serde(rename = "Purify+")]
|
||||||
PurifyPlus,
|
PurifyPlus,
|
||||||
|
#[serde(rename = "Purify++")]
|
||||||
PurifyPlusPlus,
|
PurifyPlusPlus,
|
||||||
|
|
||||||
Reflect,
|
Reflect,
|
||||||
|
#[serde(rename = "Reflect+")]
|
||||||
ReflectPlus,
|
ReflectPlus,
|
||||||
|
#[serde(rename = "Reflect++")]
|
||||||
ReflectPlusPlus,
|
ReflectPlusPlus,
|
||||||
|
|
||||||
Recharge,
|
Recharge,
|
||||||
|
#[serde(rename = "Recharge+")]
|
||||||
RechargePlus,
|
RechargePlus,
|
||||||
|
#[serde(rename = "Recharge++")]
|
||||||
RechargePlusPlus,
|
RechargePlusPlus,
|
||||||
|
|
||||||
Ruin,
|
Ruin,
|
||||||
|
#[serde(rename = "Ruin+")]
|
||||||
RuinPlus,
|
RuinPlus,
|
||||||
|
#[serde(rename = "Ruin++")]
|
||||||
RuinPlusPlus,
|
RuinPlusPlus,
|
||||||
|
|
||||||
Link,
|
Link,
|
||||||
|
#[serde(rename = "Link+")]
|
||||||
LinkPlus,
|
LinkPlus,
|
||||||
|
#[serde(rename = "Link++")]
|
||||||
LinkPlusPlus,
|
LinkPlusPlus,
|
||||||
|
|
||||||
Silence,
|
Silence,
|
||||||
|
#[serde(rename = "Silence+")]
|
||||||
SilencePlus,
|
SilencePlus,
|
||||||
|
#[serde(rename = "Silence++")]
|
||||||
SilencePlusPlus,
|
SilencePlusPlus,
|
||||||
|
|
||||||
Slay,
|
Slay,
|
||||||
|
#[serde(rename = "Slay+")]
|
||||||
SlayPlus,
|
SlayPlus,
|
||||||
|
#[serde(rename = "Slay++")]
|
||||||
SlayPlusPlus,
|
SlayPlusPlus,
|
||||||
|
|
||||||
Sleep,
|
Sleep,
|
||||||
|
#[serde(rename = "Sleep+")]
|
||||||
SleepPlus,
|
SleepPlus,
|
||||||
|
#[serde(rename = "Sleep++")]
|
||||||
SleepPlusPlus,
|
SleepPlusPlus,
|
||||||
|
|
||||||
Restrict,
|
Restrict,
|
||||||
|
#[serde(rename = "Restrict+")]
|
||||||
RestrictPlus,
|
RestrictPlus,
|
||||||
|
#[serde(rename = "Restrict++")]
|
||||||
RestrictPlusPlus,
|
RestrictPlusPlus,
|
||||||
|
|
||||||
Strike,
|
Strike,
|
||||||
|
#[serde(rename = "Strike+")]
|
||||||
StrikePlus,
|
StrikePlus,
|
||||||
|
#[serde(rename = "Strike++")]
|
||||||
StrikePlusPlus,
|
StrikePlusPlus,
|
||||||
|
|
||||||
Siphon,
|
Siphon,
|
||||||
|
#[serde(rename = "Siphon+")]
|
||||||
SiphonPlus,
|
SiphonPlus,
|
||||||
|
#[serde(rename = "Siphon++")]
|
||||||
SiphonPlusPlus,
|
SiphonPlusPlus,
|
||||||
|
|
||||||
Intercept,
|
Intercept,
|
||||||
|
#[serde(rename = "Intercept+")]
|
||||||
InterceptPlus,
|
InterceptPlus,
|
||||||
|
#[serde(rename = "Intercept++")]
|
||||||
InterceptPlusPlus,
|
InterceptPlusPlus,
|
||||||
|
|
||||||
Break,
|
Break,
|
||||||
|
#[serde(rename = "Break+")]
|
||||||
BreakPlus,
|
BreakPlus,
|
||||||
|
#[serde(rename = "Break++")]
|
||||||
BreakPlusPlus,
|
BreakPlusPlus,
|
||||||
|
|
||||||
Triage,
|
Triage,
|
||||||
|
#[serde(rename = "Triage+")]
|
||||||
TriagePlus,
|
TriagePlus,
|
||||||
|
#[serde(rename = "Triage++")]
|
||||||
TriagePlusPlus,
|
TriagePlusPlus,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user