-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4630 from SolastaMods/dev
1.5.97.10
- Loading branch information
Showing
266 changed files
with
11,898 additions
and
2,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
Diagnostics/UnfinishedBusinessBlueprints/ActionDefinition/PowerSurgeToggle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"$type": "ActionDefinition, Assembly-CSharp", | ||
"id": 9062, | ||
"actionType": "NoCost", | ||
"actionScope": "All", | ||
"pairedActionId": "NoAction", | ||
"usesPerTurn": -1, | ||
"classNameOverride": "", | ||
"requiresAuthorization": true, | ||
"stealthBreakerBehavior": "None", | ||
"feedbackOnHoverType": "None", | ||
"iterativeTargeting": false, | ||
"canTriggerBattle": false, | ||
"parameter": "ActivatePower", | ||
"formType": "Large", | ||
"overrideGuiActionType": false, | ||
"overridenGuiActionType": "Main", | ||
"focusCameraOnAction": false, | ||
"addedConditionName": "", | ||
"removedConditionName": "", | ||
"preventsSerialization": false, | ||
"baseActionForFailureTooltips": null, | ||
"activatedPower": "Definition:PowerWarMagicSurge:9a1b80e2-b285-55c6-be5c-fcbba31faed4", | ||
"displayPowerTooltip": true, | ||
"dieType": "D10", | ||
"abilityScore": "Dexterity", | ||
"addLevel": false, | ||
"maxCells": 1, | ||
"targetType": "Sphere", | ||
"targetParameter": 1, | ||
"matchingCondition": "", | ||
"particlePrefab": { | ||
"$type": "UnityEngine.AddressableAssets.AssetReference, Unity.Addressables", | ||
"m_AssetGUID": "", | ||
"m_SubObjectName": "", | ||
"m_SubObjectType": "" | ||
}, | ||
"soundEvent": { | ||
"$type": "AK.Wwise.Event, AK.Wwise.Unity.API.WwiseTypes", | ||
"WwiseObjectReference": null, | ||
"idInternal": 0, | ||
"valueGuidInternal": { | ||
"$type": "System.Byte[], mscorlib", | ||
"$value": "" | ||
} | ||
}, | ||
"guiPresentation": { | ||
"$type": "GuiPresentation, Assembly-CSharp", | ||
"hidden": false, | ||
"title": "Action/&PowerSurgeToggleTitle", | ||
"description": "Action/&PowerSurgeToggleDescription", | ||
"spriteReference": { | ||
"$type": "UnityEngine.AddressableAssets.AssetReferenceSprite, Unity.Addressables", | ||
"m_AssetGUID": "f039effbc135454c9bb55de2851472b1", | ||
"m_SubObjectName": "MetamagicToggle", | ||
"m_SubObjectType": "UnityEngine.Sprite, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" | ||
}, | ||
"color": { | ||
"$type": "UnityEngine.Color, UnityEngine.CoreModule", | ||
"r": 1.0, | ||
"g": 1.0, | ||
"b": 1.0, | ||
"a": 1.0 | ||
}, | ||
"symbolChar": "221E", | ||
"sortOrder": 0, | ||
"unusedInSolastaCOTM": false, | ||
"usedInValleyDLC": false | ||
}, | ||
"contentCopyright": "UserContent", | ||
"guid": "374d1053-67f3-5302-b464-e47a8753a5d7", | ||
"contentPack": 9999, | ||
"name": "PowerSurgeToggle" | ||
} |
Oops, something went wrong.