-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced mi-go weakpoint/proficiencies+mi-go harvest (#69207)
* Introduced mi-go weakpoint/proficiencies+mi-go harvest * lint * Update data/json/materials.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/items/comestibles/carnivore.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/items/comestibles/carnivore.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/monster_weakpoints/migo_weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/monster_weakpoints/migo_weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/monster_weakpoints/migo_weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/monster_weakpoints/migo_weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/proficiencies/weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/proficiencies/weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/proficiencies/weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/proficiencies/weakpoints.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Update data/json/snippets/mi-go_anatomy.json Co-authored-by: I-am-Erk <[email protected]> * Snippet adjustment --------- Co-authored-by: I-am-Erk <[email protected]>
- Loading branch information
1 parent
5636fb4
commit f1521a8
Showing
7 changed files
with
272 additions
and
28 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
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,90 @@ | ||
[ | ||
{ | ||
"type": "weakpoint_set", | ||
"id": "wps_mi-go", | ||
"weakpoints": [ | ||
{ | ||
"id": "arm", | ||
"name": "the arm", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 4, "melee": 3 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"effects": [ | ||
{ "effect": "staggered", "chance": 15, "message": "The %s is knocked off-balance!", "damage_required": [ 10, 30 ] }, | ||
{ | ||
"effect": "staggered", | ||
"chance": 25, | ||
"message": "The %s is knocked off-balance!", | ||
"damage_required": [ 31, 100 ] | ||
} | ||
], | ||
"coverage": 6 | ||
}, | ||
{ | ||
"id": "leg", | ||
"name": "the leg", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 4, "melee": 3 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"effects": [ | ||
{ "effect": "staggered", "chance": 10, "message": "The %s is tripped off-balance!", "damage_required": [ 15, 30 ] }, | ||
{ | ||
"effect": "staggered", | ||
"chance": 20, | ||
"message": "The %s is tripped off-balance!", | ||
"damage_required": [ 31, 100 ] | ||
} | ||
], | ||
"coverage": 15 | ||
}, | ||
{ | ||
"id": "wing", | ||
"name": "the wing", | ||
"crit_mult": { "all": 0.75 }, | ||
"difficulty": { "ranged": 4, "melee": 3 }, | ||
"coverage_mult": { "point": 0.75 }, | ||
"effects": [ | ||
{ "effect": "staggered", "chance": 15, "message": "The %s is pushed off-balance!", "damage_required": [ 20, 40 ] }, | ||
{ | ||
"effect": "staggered", | ||
"chance": 25, | ||
"message": "The %s is pushed off-balance!", | ||
"damage_required": [ 51, 100 ] | ||
} | ||
], | ||
"coverage": 2 | ||
}, | ||
{ | ||
"id": "head", | ||
"name": "the head", | ||
"coverage": 5, | ||
"crit_mult": { "all": 1.1 }, | ||
"armor_mult": { "physical": 0.75 }, | ||
"difficulty": { "ranged": 5, "melee": 4 }, | ||
"effects": [ | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 1 ], | ||
"chance": 5, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 5, 10 ] | ||
}, | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 1 ], | ||
"chance": 25, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 11, 50 ] | ||
}, | ||
{ | ||
"effect": "stunned", | ||
"duration": [ 1, 1 ], | ||
"chance": 45, | ||
"message": "The %s is stunned!", | ||
"damage_required": [ 51, 100 ] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
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
Oops, something went wrong.