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

196 lines
5.4 KiB
Text

{
"commandName" : "upgradeBeamaxeSize2",
"onlyOnce" : true,
"icon" : "beamaxe.png",
"actions" : [
{
"action" : "UpdatePlayerEssentialItem",
"itemsRequired" : [ ["platinumbar", 8] ],
"parameters" : {
"blockRadius" : 3,
"minBeamWidth" : 5,
"maxBeamWidth" : 7
},
"essentialItem" : "beamaxe"
},
{
"action" : "DisableCommand",
"command" : "upgradeBeamaxeSize2"
},
{
"action" : "EnableCommand",
"command" : "upgradeBeamaxePower2"
}
],
"speciesText" : {
"apex" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"avian" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"floran" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"glitch" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"human" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"novakid" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"hylotl" : {
"buttonText" : "Upgrade M. M. - Size II",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of refined platinum, I can upgrade your matter manipulator to mine in an even larger area.",
"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 platinum bars to complete this upgrade.",
"speedModifier" : 1.0
}
]
}
}
}