Starbound/attic/ai_commands_backups/upgradeBeamaxePower2.aicommand.disabled
2025-03-21 22:23:30 +11:00

200 lines
5.2 KiB
Text

{
"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
}
]
}
}
}