This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,196 @@
{
"commandName" : "upgradeBeamaxePower3",
"onlyOnce" : true,
"icon" : "beamaxe.png",
"actions" : [
{
"action" : "UpdatePlayerEssentialItem",
"itemsRequired" : [ ["refinedviolium", 8] ],
"parameters" : {
"tileDamage" : 2.5,
"minBeamJitter" : 0.2,
"maxBeamJitter" : 0.4
},
"essentialItem" : "beamaxe"
},
{
"action" : "DisableCommand",
"command" : "upgradeBeamaxePower3"
},
{
"action" : "EnableCommand",
"command" : "upgradeBeamaxePower4"
}
],
"speciesText" : {
"apex" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"avian" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"floran" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"glitch" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"human" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"novakid" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"hylotl" : {
"buttonText" : "Upgrade M. M. - Power III",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined violium, 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 violium bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
}
}
}