Skip to content

Commit

Permalink
Add a mod for fictional martial arts (#29027)
Browse files Browse the repository at this point in the history
* move Five Deadly Venoms access to mod
  • Loading branch information
Photoloss authored and ZhilkinSerg committed Mar 27, 2019
1 parent 021895a commit 8ae75ac
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/json/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -3748,16 +3748,11 @@
"type": "item_group",
"//": "These are exceptionally rare martial arts books that should only spawn very rarely.",
"items": [
[ "manual_centipede", 1 ],
[ "manual_crane", 1 ],
[ "manual_dragon", 1 ],
[ "manual_leopard", 1 ],
[ "manual_lizard", 1 ],
[ "manual_scorpion", 1 ],
[ "manual_snake", 1 ],
[ "manual_tiger", 1 ],
[ "manual_toad", 1 ],
[ "manual_venom_snake", 1 ],
[ "manual_zui_quan", 1 ]
]
},
Expand Down
File renamed without changes.
13 changes: 13 additions & 0 deletions data/mods/MMA/item_groups.json
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 ]
]
}
]
11 changes: 11 additions & 0 deletions data/mods/MMA/modinfo.json
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" ]
}
]
12 changes: 12 additions & 0 deletions data/mods/MMA/mutations.json
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
}
]

0 comments on commit 8ae75ac

Please sign in to comment.