-
-
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 #4232 from SolastaMods/dev
1.5.94.37
- Loading branch information
Showing
70 changed files
with
1,146 additions
and
85 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
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
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
94 changes: 94 additions & 0 deletions
94
...BusinessBlueprints/DecisionDefinition/DecisionBreakFreeConditionRestrainedByEntangle.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,94 @@ | ||
{ | ||
"$type": "TA.AI.DecisionDefinition, Assembly-CSharp", | ||
"decision": { | ||
"$type": "TA.AI.DecisionDescription, Assembly-CSharp", | ||
"description": "if restrained and can use main action, try to break free", | ||
"scorer": { | ||
"$type": "TA.AI.ActivityScorerDefinition, Assembly-CSharp", | ||
"scorer": { | ||
"$type": "TA.AI.ActivityScorer, Assembly-CSharp", | ||
"considerations": [ | ||
{ | ||
"$type": "TA.AI.WeightedConsiderationDescription, Assembly-CSharp", | ||
"consideration": { | ||
"$type": "TA.AI.ConsiderationDefinition, Assembly-CSharp", | ||
"consideration": { | ||
"$type": "TA.AI.ConsiderationDescription, Assembly-CSharp", | ||
"considerationType": "HasCondition", | ||
"curve": { | ||
"$type": "UnityEngine.AnimationCurve, UnityEngine.CoreModule" | ||
}, | ||
"stringParameter": "ConditionRestrainedByEntangle", | ||
"floatParameter": 2.0, | ||
"intParameter": 2, | ||
"byteParameter": 0, | ||
"boolParameter": true, | ||
"boolSecParameter": false, | ||
"boolTerParameter": false | ||
}, | ||
"name": "HasConditionRestrainedByEntangle" | ||
}, | ||
"weight": 1.0 | ||
}, | ||
{ | ||
"$type": "TA.AI.WeightedConsiderationDescription, Assembly-CSharp", | ||
"consideration": { | ||
"$type": "TA.AI.ConsiderationDefinition, Assembly-CSharp", | ||
"consideration": { | ||
"$type": "TA.AI.ConsiderationDescription, Assembly-CSharp", | ||
"considerationType": "ActionTypeStatus", | ||
"curve": { | ||
"$type": "UnityEngine.AnimationCurve, UnityEngine.CoreModule" | ||
}, | ||
"stringParameter": "", | ||
"floatParameter": 1.0, | ||
"intParameter": 0, | ||
"byteParameter": 0, | ||
"boolParameter": true, | ||
"boolSecParameter": false, | ||
"boolTerParameter": false | ||
}, | ||
"name": "MainActionNotFullyConsumed" | ||
}, | ||
"weight": 1.0 | ||
} | ||
] | ||
}, | ||
"name": "BreakFree" | ||
}, | ||
"activityType": "BreakFree", | ||
"stringParameter": "2", | ||
"stringSecParameter": "", | ||
"boolParameter": false, | ||
"boolSecParameter": false, | ||
"floatParameter": 3.0, | ||
"enumParameter": 1 | ||
}, | ||
"guiPresentation": { | ||
"$type": "GuiPresentation, Assembly-CSharp", | ||
"hidden": true, | ||
"title": "Feature/&NoContentTitle", | ||
"description": "Feature/&NoContentTitle", | ||
"spriteReference": { | ||
"$type": "UnityEngine.AddressableAssets.AssetReferenceSprite, Unity.Addressables", | ||
"m_AssetGUID": "", | ||
"m_SubObjectName": null, | ||
"m_SubObjectType": 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": "2a416669-5ec8-53c1-b07b-8fe6f29da4d2", | ||
"contentPack": 9999, | ||
"name": "DecisionBreakFreeConditionRestrainedByEntangle" | ||
} |
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
Oops, something went wrong.