Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magiclysm - Dragon Mutation Add-On #34106

Closed
wants to merge 13 commits into from
74 changes: 74 additions & 0 deletions data/mods/Magiclysm/items/mutagen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
[
{
"id": "iv_mutagen_bdragon",
"copy-from": "iv_mutagen_flavor",
"type": "COMESTIBLE",
"name": "Black Dragon Serum",
"description": "A super-concentrated mutagen that invites you in to swirling colors of midnight black, dark blue, and dark green. You need a syringe to inject it... if you really want to?",
"color": "black",
"use_action": { "type": "mutagen_iv", "mutation_category": "BDRAGON" }
},
{
"id": "iv_mutagen_rdragon",
"copy-from": "iv_mutagen_flavor",
"type": "COMESTIBLE",
"name": "Red Dragon Serum",
"description": "A super-concentrated mutagen that is blood red and warm to the touch. You need a syringe to inject it... if you really want to?",
"color": "red",
"use_action": { "type": "mutagen_iv", "mutation_category": "RDRAGON" }
},
{
"id": "iv_mutagen_wdragon",
"copy-from": "iv_mutagen_flavor",
"type": "COMESTIBLE",
"name": "White Dragon Serum",
"description": "A super-concentrated mutagen that is white as snow and cold to the touch. You need a syringe to inject it... if you really want to?",
"color": "white",
"use_action": { "type": "mutagen_iv", "mutation_category": "WDRAGON" }
},
{
"id": "iv_mutagen_bldragon",
"copy-from": "iv_mutagen_flavor",
"type": "COMESTIBLE",
"name": "Blue Dragon Serum",
"description": "A super-concentrated mutagen that glows blue and feels alive with energy. You need a syringe to inject it... if you really want to?",
"color": "blue",
"use_action": { "type": "mutagen_iv", "mutation_category": "BLDRAGON" }
},
{
"id": "mutagen_bdragon",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
"name": "Black Dragon Mutagen",
"description": "An extremely rare mutagen cocktail.",
"price": 200000,
"use_action": { "type": "mutagen", "mutation_category": "BDRAGON" }
},
{
"id": "mutagen_bldragon",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
"name": "Blue Dragon Mutagen",
"description": "An extremely rare mutagen cocktail.",
"price": 200000,
"use_action": { "type": "mutagen", "mutation_category": "BLDRAGON" }
},
{
"id": "mutagen_rdragon",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
"name": "Red Dragon Mutagen",
"description": "An extremely rare mutagen cocktail.",
"price": 200000,
"use_action": { "type": "mutagen", "mutation_category": "RDRAGON" }
},
{
"id": "mutagen_wdragon",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
"name": "White Dragon Mutagen",
"description": "An extremely rare mutagen cocktail.",
"price": 200000,
"use_action": { "type": "mutagen", "mutation_category": "WDRAGON" }
}
]
19 changes: 19 additions & 0 deletions data/mods/Magiclysm/items/recipe_books.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,25 @@
"time": "20 m",
"fun": -2
},
{
"id": "bdragon_ancient_tome",
"type": "BOOK",
"name": "Ancient Tome of the Black Dragon",
"name_plural": "Ancient Tomes of the Black Dragon",
"description": "A thickly bound black book. Inside are runes and scripts depicting the power of the Black Dragons. WIth this, you're sure you can decipher a way to gain their power.",
"weight": "50 g",
"volume": "500 ml",
"price": 125000,
"material": [ "paper" ],
"symbol": "?",
"color": "black",
"skill": "cooking",
"required_level": 9,
"max_level": 10,
"intelligence": 13,
"time": "90 m",
"fun": -5
},
{
"id": "techno_basic",
"type": "BOOK",
Expand Down
38 changes: 38 additions & 0 deletions data/mods/Magiclysm/mutation_category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"type": "mutation_category",
"id": "RDRAGON",
"name": "Red Dragon",
"threshold_mut": "THRESH_RDRAGON",
"mutagen_message": "For a brief moment, you feel your blood burns like fire.",
"iv_message": "Your blood is ablaze with flame. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
},
{
"type": "mutation_category",
"id": "BDRAGON",
"name": "Black Dragon",
"threshold_mut": "THRESH_BDRAGON",
"mutagen_message": "For a brief moment, you feel your blood burns like acid.",
"iv_message": "Your blood is ablaze with acid. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
},
{
"type": "mutation_category",
"id": "BLDRAGON",
"name": "Blue Dragon",
"threshold_mut": "THRESH_RDRAGON",
"mutagen_message": "For a brief moment, you feel your blood come alive with electricity.",
"iv_message": "Your blood is coursing with lightning. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
},
{
"type": "mutation_category",
"id": "WDRAGON",
"name": "White Dragon",
"threshold_mut": "THRESH_WDRAGON",
"mutagen_message": "For a brief moment, you feel your blood turn cold, like ice.",
"iv_message": "Your blood is cold as ice. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
}
]
38 changes: 38 additions & 0 deletions data/mods/Magiclysm/mutation_ordering.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"type": "mutation_category",
"id": "RDRAGON",
"name": "Red Dragon",
"threshold_mut": "THRESH_RDRAGON",
"mutagen_message": "For a brief moment, you feel your blood burns like fire.",
"iv_message": "Your blood is ablaze with flame. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
},
{
"type": "mutation_category",
"id": "BDRAGON",
"name": "Black Dragon",
"threshold_mut": "THRESH_BDRAGON",
"mutagen_message": "For a brief moment, you feel your blood burns like acid.",
"iv_message": "Your blood is ablaze with acid. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
},
{
"type": "mutation_category",
"id": "BLDRAGON",
"name": "Blue Dragon",
"threshold_mut": "THRESH_RDRAGON",
"mutagen_message": "For a brief moment, you feel your blood come alive with electricity.",
"iv_message": "Your blood is coursing with lightning. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
},
{
"type": "mutation_category",
"id": "WDRAGON",
"name": "White Dragon",
"threshold_mut": "THRESH_WDRAGON",
"mutagen_message": "For a brief moment, you feel your blood turn cold, like ice.",
"iv_message": "Your blood is cold as ice. You feel proud of your ancient power.",
"memorial_message": "Become the Overlord!"
}
]
32 changes: 32 additions & 0 deletions data/mods/Magiclysm/recipes/mutagens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "recipe",
"result": "mutagen_bdragon",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_MUTAGEN",
"skill_used": "cooking",
"skills_required": [ "firstaid", 5 ],
"difficulty": 9,
"time": "55 m",
"batch_time_factors": [ 80, 20 ],
"book_learn": [ [ "black_dragons", 9 ] ],
"using": [ [ "mutagen_production_standard", 25 ] ],
"components": [ [ [ "dragon_essence", 1 ] ], [ [ "dragon_black_scale", 2 ] ] ],
"flags": [ "SECRET" ]
},
{
"type": "recipe",
"result": "iv_mutagen_bdragon",
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_MUTAGEN",
"skill_used": "cooking",
"skills_required": [ "firstaid", 8 ],
"difficulty": 10,
"time": "2 h",
"batch_time_factors": [ 20, 5 ],
"book_learn": [ [ "bdragon_ancient_tome", 9 ] ],
"using": [ [ "serum_production_standard", 37 ] ],
"components": [ [ [ "mutagen_bdragon", 2 ] ], [ [ "dragon_heart_black", 1 ] ] ],
"flags": [ "SECRET" ]
}
]
Loading