v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,200 @@
|
|||
{
|
||||
"commandName" : "upgradeBeamaxePower2",
|
||||
"onlyOnce" : true,
|
||||
"icon" : "beamaxe.png",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "UpdatePlayerEssentialItem",
|
||||
"itemsRequired" : [ ["diamond", 8] ],
|
||||
"parameters" : {
|
||||
"tileDamage" : 2.0,
|
||||
"minBeamJitter" : 0.15,
|
||||
"maxBeamJitter" : 0.3
|
||||
},
|
||||
"essentialItem" : "beamaxe"
|
||||
},
|
||||
{
|
||||
"action" : "DisableCommand",
|
||||
"command" : "upgradeBeamaxePower2"
|
||||
},
|
||||
{
|
||||
"action" : "EnableCommand",
|
||||
"command" : "upgradeBeamaxePower3"
|
||||
},
|
||||
{
|
||||
"action" : "EnableCommand",
|
||||
"command" : "upgradeBeamaxeSize3"
|
||||
}
|
||||
],
|
||||
|
||||
"speciesText" : {
|
||||
"apex" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"avian" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"floran" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"glitch" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"human" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"novakid" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"hylotl" : {
|
||||
"buttonText" : "Upgrade M. M. - Power II",
|
||||
"selectSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "With 8 diamonds, I can further increase your matter manipulator's power.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"successSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Success! Your Matter Manipulator has been upgraded.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
],
|
||||
"failSpeech" : [
|
||||
{
|
||||
"animation" : "talk",
|
||||
"text" : "Failure. We'll need 8 diamonds to complete this upgrade.",
|
||||
"speedModifier" : 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue