-
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.
Add a mod for fictional martial arts (#29027)
* move Five Deadly Venoms access to mod
- Loading branch information
1 parent
021895a
commit 8ae75ac
Showing
5 changed files
with
36 additions
and
5 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
File renamed without changes.
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,13 @@ | ||
[ | ||
{ | ||
"id": "rare_martial_arts_books", | ||
"type": "item_group", | ||
"items": [ | ||
[ "manual_centipede", 1 ], | ||
[ "manual_lizard", 1 ], | ||
[ "manual_scorpion", 1 ], | ||
[ "manual_toad", 1 ], | ||
[ "manual_venom_snake", 1 ] | ||
] | ||
} | ||
] |
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,11 @@ | ||
[ | ||
{ | ||
"type": "MOD_INFO", | ||
"ident": "MMA", | ||
"name": "Mythical Martial Arts", | ||
"authors": [ "Photoloss" ], | ||
"description": "A collection of fictional, mythologically inspired or otherwise unrealistic martial arts.", | ||
"category": "misc_additions", | ||
"dependencies": [ "dda" ] | ||
} | ||
] |
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,12 @@ | ||
[ | ||
{ | ||
"type": "mutation", | ||
"id": "MARTIAL_ARTS4", | ||
"name": "Venom Mob Protege", | ||
"points": 2, | ||
"description": "You are a pupil of the Venom Clan. You start with one of the five deadly venoms: Centipede, Viper, Scorpion, Lizard, or Toad.", | ||
"starting_trait": true, | ||
"initial_ma_styles": [ "style_centipede", "style_venom_snake", "style_scorpion", "style_lizard", "style_toad" ], | ||
"valid": false | ||
} | ||
] |