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

[Xedra Evolved ] Casings from dreamsmith #79366

Merged
merged 11 commits into from
Jan 30, 2025
70 changes: 70 additions & 0 deletions data/mods/Xedra_Evolved/eocs/dreamsmith.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,75 @@
{ "math": [ "DREAMSMITH_RECIPE_SCORE_SUPER = 0" ] },
{ "math": [ "DREAMSMITH_RECIPE_SCORE_SUPER_TARGET", "+=", "200" ] }
]
},
{
"type": "effect_on_condition",
"id": "DREAMSMITH_CASINGS_LOW_CALIBER_RECIPE",
"recurrence": [ "140 hours", "192 hours" ],
"condition": { "and": [ { "u_has_trait": "DREAMSMITH" }, { "math": [ "u_skill('pistols') >= 2" ] } ] },
"effect": [
{
"u_roll_remainder": [
"223_casing",
"22_casing",
"32_casing",
"38_casing",
"38super_casing",
"9mm_casing",
"10mm_casing",
"9x18mm_casing",
"9x21mm_casing",
"380_casing",
"40_casing",
"357mag_casing"
],
"type": "recipe",
"true_eocs": {
"id": "EOC_DREAMSMITH_CASINGS_LC_MESSAGE_POSITIVE",
"effect": [ { "u_message": "You realize you know suddenly how to make a low caliber bullet casing.", "type": "good" } ]
}
}
]
},
{
"type": "effect_on_condition",
"id": "DREAMSMITH_CASINGS_LARGE_CALIBER_RECIPE",
"recurrence": [ "140 hours", "192 hours" ],
"condition": { "and": [ { "u_has_trait": "DREAMSMITH" }, { "math": [ "u_skill('rifles') >= 3" ] } ] },
"effect": [
{
"u_roll_remainder": [
"3006_casing",
"270win_casing",
"303_casing",
"300_casing",
"308_casing",
"762_51_casing",
"44_casing",
"454_casing",
"45_casing",
"45colt_casing",
"4570_casing",
"50beowulf_casing",
"450_casing",
"500_casing",
"50_casing",
"338lapua_casing",
"545_casing",
"57mm_casing",
"458wm_casing",
"762R_casing",
"762_casing",
"762_25_casing",
"300blk_casing",
"30carbine_casing"
],
"type": "recipe",
"true_eocs": {
"id": "EOC_DREAMSMITH_CASINGS_LC_MESSAGE_POSITIVE",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"effect": [ { "u_message": "You realize you know suddenly how to make a larger caliber bullet casing.", "type": "good" } ]
}
}
]
}
]
1 change: 1 addition & 0 deletions data/mods/Xedra_Evolved/monsters/exodii.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
],
"death_drops": { "subtype": "collection", "groups": [ [ "robots", 80 ] ] },
"death_function": { "corpse_type": "BROKEN" },
"dissect": "combat_cyborg_harvest",
"flags": [ "SEES", "HEARS", "GOODHEARING", "HAS_MIND", "NOHEAD", "NO_BREATHE", "PATH_AVOID_DANGER", "PRIORITIZE_TARGETS" ],
"armor": { "bash": 65, "cut": 62, "acid": 12, "heat": 8, "bullet": 72 }
}
Expand Down
Loading
Loading