cdda-guide icon indicating copy to clipboard operation
cdda-guide copied to clipboard

Effects & addictions index

Open nornagon opened this issue 3 years ago • 2 comments
trafficstars

The Guide should show effects such as Depressants and Sad, and addictions like Amphetamine Withdrawal. Basically anything that shows up in the character's "EFFECTS" screen should be searchable in the Guide (insofar as it's present in the JSON).

nornagon avatar Aug 21 '22 22:08 nornagon

This is a bit challenging because a lot of effect_types are never applied to the character (e.g. https://nornagon.github.io/cdda-guide/#/effect_type/gave_quest_item), and some of them are never supposed to be seen by the player at all (e.g. https://nornagon.github.io/cdda-guide/#/effect_type/BGSS_Cop_3_earlymeeting or https://nornagon.github.io/cdda-guide/#/effect_type/cough_suppress), and there's no real way to distinguish those in the JSON as far as I can tell.

nornagon avatar Sep 02 '22 19:09 nornagon

Took one small step towards this in a07126e, there's now an addiction type index (not linked from anywhere): https://cdda-guide.nornagon.net/addiction_type

nornagon avatar Oct 29 '23 21:10 nornagon