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

Boomers Actually Do Something #69410

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6cc7f68
Boomers don't suck
worm-girl Nov 15, 2023
8689a48
Update data/json/effects.json
worm-girl Nov 15, 2023
c2fd7b4
Update data/json/effects.json
worm-girl Nov 15, 2023
d9b8ecc
Update data/json/effects.json
worm-girl Nov 15, 2023
adf9156
Update data/json/effects.json
worm-girl Nov 15, 2023
6f8525f
Update src/character.cpp
worm-girl Nov 15, 2023
350d62d
Update src/character.cpp
worm-girl Nov 15, 2023
cc2ef61
Update src/character.cpp
worm-girl Nov 15, 2023
28e4cde
Update src/character.cpp
worm-girl Nov 15, 2023
5b636ea
Update src/character.cpp
worm-girl Nov 15, 2023
4185ff6
Update character.cpp
worm-girl Nov 16, 2023
cbffa1e
Update src/character.cpp
worm-girl Nov 17, 2023
14d7cab
slip on slime lol
worm-girl Nov 18, 2023
ae2f3bf
Merge branch 'boomerbuff' of https://github.com/fairyarmadillo/Catacl…
worm-girl Nov 18, 2023
75dd01a
remove old stuff
worm-girl Nov 18, 2023
32ed56b
Update field_type.json
worm-girl Nov 18, 2023
3f38b72
bugs
worm-girl Nov 18, 2023
481f8fa
monsters can slip
worm-girl Nov 18, 2023
92882ce
Update character.cpp
worm-girl Nov 18, 2023
9c5d0be
balance fix
worm-girl Nov 18, 2023
9534696
Liquid attacks
worm-girl Nov 18, 2023
723afb1
stick to strength
worm-girl Nov 18, 2023
26e58fa
more fixes
worm-girl Nov 18, 2023
963444d
liquids can't pass through airtight suits
worm-girl Nov 18, 2023
4b52b54
Update character_body.cpp
worm-girl Nov 18, 2023
d0fa661
Update character.cpp
worm-girl Nov 19, 2023
c8e5f86
Eyewear update
worm-girl Nov 19, 2023
f241f1e
bugfixin
worm-girl Nov 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 96 additions & 2 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2643,8 +2643,9 @@
"id": "formication",
"name": [ "Itchy Skin", "Writhing Skin", "Bugs in Skin" ],
"desc": [ "You stop to scratch yourself frequently; high INT helps you resist the urge." ],
"apply_message": "Your skin feels extremely itchy!",
"apply_message": "You feel extremely itchy!",
"rating": "bad",
"resist_effects": [ "took_flumed", "took_antihistamine" ],
"main_parts_only": true,
"max_intensity": 3,
"base_mods": { "str_mod": [ -0.34 ], "int_mod": [ -1 ] },
Expand Down Expand Up @@ -2795,6 +2796,74 @@
"max_duration": 14515200,
"dur_add_perc": 50
},
{
"//": "For player, indistinguishable from pre_conjunctivitis_bacterial, but separate here to allow for separate resistances from antibiotics.",
"type": "effect_type",
"id": "pre_conjunctivitis_viral",
"show_in_info": false,
"immune_flags": [ "NO_DISEASE", "SEESLEEP" ],
"blood_analysis_description": "Viral Infection",
"max_duration": "71 h"
},
{
"//": "For player, indistinguishable from pre_conjunctivitis_viral, but separate here to allow for separate resistances from antibiotics.",
"type": "effect_type",
"id": "pre_conjunctivitis_bacterial",
"show_in_info": false,
"immune_flags": [ "NO_DISEASE", "SEESLEEP" ],
"blood_analysis_description": "Bacterial Infection",
"max_duration": "71 h"
},
{
"//": "For player, indistinguishable from conjunctivitis_bacterial, but separate here to allow for separate resistances from antibiotics.",
"type": "effect_type",
"id": "conjunctivitis_viral",
"name": [ "Conjunctivitis" ],
"desc": [
"Commonly known as pinkeye, this minor infection can be treated with antihistamines. If it's bacterial, antibiotics may help, but you can't tell without a lab analysis."
],
"apply_memorial_log": "Got pinkeye.",
"remove_memorial_log": "Got over a pinkeye infection.",
"apply_message": "Your itchy eye leaks a filmy discharge.",
"rating": "bad",
"resist_effects": [ "took_antihistamine", "took_flumed" ],
"resist_traits": [ "INFRESIST", "PER_SLIME_OK" ],
"immune_flags": [ "NO_DISEASE", "SEESLEEP" ],
"int_dur_factor": "50 m",
"base_mods": { "per_mod": [ -2 ], "pain_min": [ 1 ], "pain_chance": [ 400, 1000 ] },
"limb_score_mods": [
{ "limb_score": "vision", "modifier": 0.8, "resist_modifier": 0.9 },
{ "limb_score": "night_vis", "modifier": 0.8, "resist_modifier": 0.9 }
],
"miss_messages": [ [ "It feels like there's sand in your eye.", 1 ] ],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ],
"blood_analysis_description": "Viral Infection"
},
{
"//": "For player, indistinguishable from conjunctivitis_bacterial, but separate here to allow for separate resistances from antibiotics.",
"type": "effect_type",
"id": "conjunctivitis_bacterial",
"name": [ "Conjunctivitis" ],
"desc": [
"Commonly known as pinkeye, this minor infection can be treated with antihistamines. If it's bacterial, antibiotics may help, but you can't tell without a lab analysis."
],
"apply_memorial_log": "Got pinkeye.",
"remove_memorial_log": "Got over a pinkeye infection.",
"apply_message": "Your itchy eye leaks a filmy discharge.",
"rating": "bad",
"resist_effects": [ "took_antihistamine", "took_flumed" ],
"resist_traits": [ "INFRESIST", "PER_SLIME_OK" ],
"immune_flags": [ "NO_DISEASE", "SEESLEEP" ],
"int_dur_factor": "50 m",
"base_mods": { "per_mod": [ -2 ], "pain_min": [ 1 ], "pain_chance": [ 400, 1000 ] },
"miss_messages": [ [ "It feels like there's sand in your eye.", 1 ] ],
"limb_score_mods": [
{ "limb_score": "vision", "modifier": 0.8, "resist_modifier": 0.9 },
{ "limb_score": "night_vis", "modifier": 0.8, "resist_modifier": 0.9 }
],
"flags": [ "EFFECT_LIMB_SCORE_MOD" ],
"blood_analysis_description": "Bacterial Infection"
},
{
"type": "effect_type",
"id": "prophylactic_antivenom",
Expand All @@ -2812,6 +2881,14 @@
"max_duration": 86400,
"blood_analysis_description": "Antiasthmatics"
},
{
"type": "effect_type",
"id": "took_antihistamine",
"name": [ "Took Antihistamine Drugs" ],
"desc": [ "You have taken an antihistamine drug recently." ],
"rating": "good",
"blood_analysis_description": "Antihistamines"
},
{
"type": "effect_type",
"id": "cureall",
Expand All @@ -2835,7 +2912,9 @@
"infected",
"asthma",
"common_cold",
"flu"
"flu",
"conjunctivitis_viral",
"conjunctivitis_bacterial"
],
"base_mods": { "pkill_min": [ 5 ] }
},
Expand Down Expand Up @@ -4378,5 +4457,20 @@
]
}
]
},
{
"id": "slippery_terrain",
"type": "effect_type",
"max_duration": "1 s",
"name": [ "Slick Surface", "Slippery Terrain", "Dangerously Slippery" ],
"desc": [
"There's a slippery surface here, running may be a bad idea.",
"It's quite slippery, it may not be safe to stand here.",
"This area is extremely slippery and hard to stand up in."
],
"rating": "bad",
"show_intensity": true,
"resist_traits": [ "GASTROPOD_BALANCE" ],
"show_in_info": true
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,29 @@
{
"type": "effect_on_condition",
"id": "EOC_RASHY_SKIN",
"recurrence": [ "2 hour", "24 hours" ],
"recurrence": [ "2 hours", "24 hours" ],
"condition": { "and": [ { "u_has_trait": "SKIN_RASHY" }, { "not": { "u_has_effect": "formication" } } ] },
"effect": [ { "u_add_effect": "formication", "duration": "10 minutes", "target_part": "random" } ]
},
{
"type": "effect_on_condition",
"id": "EOC_PRE_CONJUNCTIVITIS_VIRAL",
"recurrence": [ "24 hours", "72 hours" ],
"condition": { "and": [ { "u_has_effect": "pre_conjunctivitis_viral" }, { "not": { "u_has_effect": "conjunctivitis_bacterial" } }, { "not": { "u_has_effect": "conjunctivitis_viral" } }, { "not": { "u_has_trait": "SEESLEEP" } }, { "not": { "u_has_bionics": "armor_bio_eyes" } } ] },
"effect": [ { "u_add_effect": "conjunctivitis_viral", "duration": { "math": [ "rand(259200) + 432000" ] }, "target_part": "eyes" }, { "u_lose_effect": "pre_conjunctivitis_bacterial" }, { "u_lose_effect": "pre_conjunctivitis_viral" } ]
worm-girl marked this conversation as resolved.
Show resolved Hide resolved
},
{
"type": "effect_on_condition",
"id": "EOC_PRE_CONJUNCTIVITIS_BACTERIAL",
"recurrence": [ "24 hours", "72 hours" ],
"condition": { "and": [ { "u_has_effect": "pre_conjunctivitis_bacterial" }, { "not": { "u_has_effect": "conjunctivitis_bacterial" } }, { "not": { "u_has_effect": "conjunctivitis_viral" } }, { "not": { "u_has_trait": "SEESLEEP" } }, { "not": { "u_has_bionics": "armor_bio_eyes" } } ] },
"effect": [ { "u_add_effect": "conjunctivitis_bacterial", "duration": { "math": [ "rand(259200) + 432000" ] }, "target_part": "eyes" }, { "u_lose_effect": "pre_conjunctivitis_viral" }, { "u_lose_effect": "pre_conjunctivitis_bacterial" } ]
Comment on lines +244 to +245
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JSON & C++ formatters] reported by reviewdog 🐶

Suggested change
"condition": { "and": [ { "u_has_effect": "pre_conjunctivitis_bacterial" }, { "not": { "u_has_effect": "conjunctivitis_bacterial" } }, { "not": { "u_has_effect": "conjunctivitis_viral" } }, { "not": { "u_has_trait": "SEESLEEP" } }, { "not": { "u_has_bionics": "armor_bio_eyes" } } ] },
"effect": [ { "u_add_effect": "conjunctivitis_bacterial", "duration": { "math": [ "rand(259200) + 432000" ] }, "target_part": "eyes" }, { "u_lose_effect": "pre_conjunctivitis_viral" }, { "u_lose_effect": "pre_conjunctivitis_bacterial" } ]
"condition": {
"and": [
{ "u_has_effect": "pre_conjunctivitis_bacterial" },
{ "not": { "u_has_effect": "conjunctivitis_bacterial" } },
{ "not": { "u_has_effect": "conjunctivitis_viral" } },
{ "not": { "u_has_trait": "SEESLEEP" } },
{ "not": { "u_has_bionics": "armor_bio_eyes" } }
]
},
"effect": [
{
"u_add_effect": "conjunctivitis_bacterial",
"duration": { "math": [ "rand(259200) + 432000" ] },
"target_part": "eyes"
},
{ "u_lose_effect": "pre_conjunctivitis_viral" },
{ "u_lose_effect": "pre_conjunctivitis_bacterial" }
]

},
{
"type": "effect_on_condition",
"id": "EOC_CONJUNCTIVITIS",
"recurrence": [ "10 minutes", "45 minutes" ],
"condition": { "and": [ { "or": [ { "u_has_effect": "conjunctivitis_viral" }, { "u_has_effect": "conjunctivitis_bacterial" } ] }, { "not": { "u_has_effect": "formication" } }, { "not": { "u_has_effect": "took_antihistamine" } }, { "not": { "u_has_effect": "sleep" } } ] },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JSON & C++ formatters] reported by reviewdog 🐶

Suggested change
"condition": { "and": [ { "or": [ { "u_has_effect": "conjunctivitis_viral" }, { "u_has_effect": "conjunctivitis_bacterial" } ] }, { "not": { "u_has_effect": "formication" } }, { "not": { "u_has_effect": "took_antihistamine" } }, { "not": { "u_has_effect": "sleep" } } ] },
"condition": {
"and": [
{ "or": [ { "u_has_effect": "conjunctivitis_viral" }, { "u_has_effect": "conjunctivitis_bacterial" } ] },
{ "not": { "u_has_effect": "formication" } },
{ "not": { "u_has_effect": "took_antihistamine" } },
{ "not": { "u_has_effect": "sleep" } }
]
},

"effect": [ { "u_add_effect": "formication", "duration": "5 minutes", "target_part": "head" } ]
}
]
50 changes: 44 additions & 6 deletions data/json/field_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,33 @@
"id": "fd_bile",
"type": "field_type",
"legacy_enum_id": 2,
"intensity_levels": [ { "name": "bile splatter", "color": "pink" }, { "name": "bile stain" }, { "name": "puddle of bile" } ],
"intensity_levels": [
{
"name": "bile splatter",
"sym": "}",
"color": "pink",
"effects": [
{ "effect_id": "slippery_terrain", "intensity": 1, "min_duration": "1 second", "immune_in_vehicle": true, "is_environmental": false }
]
},
{
"name": "bile stain",
"effects": [
{ "effect_id": "slippery_terrain", "intensity": 2, "min_duration": "1 second", "immune_in_vehicle": true, "is_environmental": false }
]
},
{
"name": "puddle of bile",
"effects": [
{ "effect_id": "slippery_terrain", "intensity": 3, "min_duration": "1 second", "immune_in_vehicle": true, "is_environmental": false }
]
}
],
"description_affix": "covered_in",
"underwater_age_speedup": "25 minutes",
"decay_amount_factor": 2,
"is_splattering": true,
"half_life": "1 days",
"half_life": "30 minutes",
"phase": "liquid",
"accelerated_decay": true,
"display_field": true,
Expand Down Expand Up @@ -176,15 +197,32 @@
"type": "field_type",
"legacy_enum_id": 6,
"intensity_levels": [
{ "name": "slime trail", "color": "light_green" },
{ "name": "slime stain" },
{ "name": "puddle of slime", "color": "green" }
{
"name": "slime trail",
"color": "light_green",
"effects": [
{ "effect_id": "slippery_terrain", "intensity": 1, "min_duration": "1 second", "immune_in_vehicle": true, "is_environmental": false }
]
},
{
"name": "slime stain",
"effects": [
{ "effect_id": "slippery_terrain", "intensity": 2, "min_duration": "1 second", "immune_in_vehicle": true, "is_environmental": false }
]
},
{
"name": "puddle of slime",
"color": "green",
"effects": [
{ "effect_id": "slippery_terrain", "intensity": 3, "min_duration": "1 second", "immune_in_vehicle": true, "is_environmental": false }
]
}
],
"description_affix": "covered_in",
"decay_amount_factor": 2,
"apply_slime_factor": 10,
"is_splattering": true,
"half_life": "1 days",
"half_life": "25 minutes",
"phase": "liquid",
"accelerated_decay": true,
"display_field": true,
Expand Down
5 changes: 5 additions & 0 deletions data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -2347,5 +2347,10 @@
"id": "ROOTS3",
"type": "json_flag",
"info": "The character has extensive roots, which helps with the TREE_COMMUNION mutation."
},
{
"id": "NON_SLIP",
"type": "json_flag",
"info": "The character can't slip on slippery surfaces."
}
]
8 changes: 8 additions & 0 deletions data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
{ "prob": 25, "group": "caffeine_bottle_plastic_pill_supplement_1_10" },
{ "prob": 15, "group": "pills_sleep_bottle_plastic_pill_prescription_1_10" },
{ "prob": 10, "group": "melatonin_tablet_bottle_plastic_pill_supplement_1_30" },
{ "prob": 15, "group": "antihistamine_bottle_plastic_pill_supplement_1_30" },
{ "prob": 5, "group": "iodine_bottle_plastic_pill_supplement_1_10" },
{ "prob": 5, "group": "prussian_blue_bottle_plastic_pill_supplement_1_10" },
{ "item": "dayquil", "prob": 70, "charges": [ 1, 5 ] },
Expand Down Expand Up @@ -585,6 +586,13 @@
"container-item": "bottle_plastic_pill_prescription",
"entries": [ { "item": "melatonin_tablet", "container-item": "null", "count": 30 } ]
},
{
"type": "item_group",
"id": "antihistamine_bottle_full",
"subtype": "collection",
"container-item": "bottle_plastic_pill_prescription",
"entries": [ { "item": "antihistamine", "container-item": "null", "count": 30 } ]
},
{
"type": "item_group",
"id": "protein_bottle_full",
Expand Down
8 changes: 8 additions & 0 deletions data/json/itemgroups/collections_domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
[ "holy_symbol", 5 ],
[ "pills_sleep", 5 ],
{ "prob": 3, "group": "melatonin_tablet_bottle_plastic_pill_supplement_1_30" },
{ "prob": 5, "group": "antihistamine_bottle_plastic_pill_supplement_1_30" },
{ "item": "nyquil", "prob": 5, "charges": [ 1, 5 ] },
{ "group": "mansion_guns", "prob": 3 },
{ "group": "harddrugs", "prob": 1 },
Expand Down Expand Up @@ -1491,6 +1492,13 @@
"container-item": "bottle_plastic_pill_supplement",
"entries": [ { "item": "melatonin_tablet", "container-item": "null", "count": [ 1, 30 ] } ]
},
{
"type": "item_group",
"id": "antihistamine_bottle_plastic_pill_supplement_1_30",
"subtype": "collection",
"container-item": "bottle_plastic_pill_supplement",
"entries": [ { "item": "antihistamine", "container-item": "null", "count": [ 1, 30 ] } ]
},
{
"type": "item_group",
"id": "coke_bag_zipper_1_8",
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/stashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"id": "stash_drugs",
"items": [
{ "prob": 15, "group": "pills_sleep_bottle_plastic_pill_prescription_1_10" },
{ "prob": 10, "group": "antihistamine_bottle_plastic_pill_supplement_1_30" },
{ "prob": 5, "group": "melatonin_tablet_bottle_plastic_pill_supplement_1_30" },
{ "prob": 4, "group": "oxycodone_bottle_plastic_pill_prescription_1_10" },
{ "item": "morphine", "prob": 4, "count": [ 1, 4 ] },
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor/eyewear.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"material_thickness": 3,
"environmental_protection": 4,
"flags": [ "WATER_FRIENDLY", "SUN_GLASSES", "SKINTIGHT" ],
"armor": [ { "encumbrance": 5, "coverage": 100, "covers": [ "eyes" ], "rigid_layer_only": true } ]
"armor": [ { "encumbrance": 5, "coverage": 95, "covers": [ "eyes" ], "rigid_layer_only": true } ]
},
{
"id": "glasses_bifocal",
Expand Down
24 changes: 24 additions & 0 deletions data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,30 @@
"addiction_type": "sleeping pill",
"use_action": [ "FLUSLEEP" ]
},
{
"id": "antihistamine",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "antihistamine pill" },
"description": "Over-the-counter allergy medication. The label advises taking one a day and warns that they can cause drowsiness.",
"//": "Flu meds contain antihistamines among other things, so it's intended that there's some overlap between this and cough syrup.",
"weight": "1 g",
"volume": "1 ml",
"price": "25 cent",
"price_postapoc": "25 cent",
"symbol": "!",
"color": "light_red",
"container": "bottle_plastic_pill_supplement",
"stim": -6,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"addiction_potential": 4,
"addiction_type": "sleeping pill",
"use_action": {
"type": "consume_drug",
"activation_message": "You take an antihistamine pill.",
"effects": [ { "id": "took_antihistamine", "duration": "10 h" } ]
}
},
{
"id": "oxycodone",
"type": "COMESTIBLE",
Expand Down
Loading