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

192 lines
5.3 KiB
Text

{
"commandName" : "upgradeBeamaxeSize4",
"onlyOnce" : true,
"icon" : "beamaxe.png",
"actions" : [
{
"action" : "UpdatePlayerEssentialItem",
"itemsRequired" : [ ["ceruliumcompound", 8] ],
"parameters" : {
"blockRadius" : 5,
"minBeamWidth" : 9,
"maxBeamWidth" : 11
},
"essentialItem" : "beamaxe"
},
{
"action" : "DisableCommand",
"command" : "upgradeBeamaxeSize4"
}
],
"speciesText" : {
"apex" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"avian" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"floran" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"glitch" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"human" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"novakid" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
},
"hylotl" : {
"buttonText" : "Upgrade M. M. - Size IV",
"selectSpeech" : [
{
"animation" : "talk",
"text" : "With 8 bars of cerulium compound, 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 cerulium compound to complete this upgrade.",
"speedModifier" : 1.0
}
]
}
}
}