forked from zhsitao/gi-bin-output
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70b86a2
commit a14cf60
Showing
31,004 changed files
with
14,168,471 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
2.6/Data/_BinOutput/Ability/Temp/ActivityAbilities/ConfigAbility_Activity_Bartender.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,48 @@ | ||
[ | ||
{ | ||
"Default": { | ||
"$type": "MoleMole.Config.ConfigAbility", | ||
"abilityName": "Activity_Bartender_Ban_Skill", | ||
"modifiers": { | ||
"UNIQUE_Activity_Bartender_Ban_Skill_Modifier": { | ||
"modifierName": "", | ||
"isUnique": true, | ||
"elementDurability": { | ||
"isFormula": false, | ||
"isDynamic": false, | ||
"fixedValue": 100.0 | ||
}, | ||
"onAdded": [ | ||
{ | ||
"$type": "MoleMole.Config.ChangePlayMode", | ||
"doOffStage": true, | ||
"canBeHandledOnRecover": true, | ||
"muteRemoteAction": true, | ||
"toPlayMode": "Bartender" | ||
} | ||
], | ||
"onRemoved": [ | ||
{ | ||
"$type": "MoleMole.Config.ChangePlayMode", | ||
"doOffStage": true, | ||
"muteRemoteAction": true | ||
} | ||
] | ||
} | ||
}, | ||
"onAdded": [ | ||
{ | ||
"$type": "MoleMole.Config.ApplyModifier", | ||
"modifierName": "UNIQUE_Activity_Bartender_Ban_Skill_Modifier" | ||
} | ||
], | ||
"onRemoved": [ | ||
{ | ||
"$type": "MoleMole.Config.RemoveModifier", | ||
"modifierName": "UNIQUE_Activity_Bartender_Ban_Skill_Modifier" | ||
} | ||
], | ||
"isDynamicAbility": true | ||
} | ||
} | ||
] |
Oops, something went wrong.