Skip to content

Commit

Permalink
[CR] Should prevent cheese with old guard doctor (CleverRaven#73989)
Browse files Browse the repository at this point in the history
* prevents cheese of doctor missions

* reduce to old chance

* using suggested style

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/items/software.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update software.json

* Update software.json

* Update data/json/items/software.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
3 people authored May 25, 2024
1 parent d6e472d commit 22d851b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
18 changes: 18 additions & 0 deletions data/json/items/software.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,24 @@
"price": "2 USD",
"price_postapoc": "0 cent"
},
{
"id": "software_encryption_codes",
"copy-from": "software",
"type": "GENERIC",
"name": { "str_sp": "encryption codes" },
"description": "There are numerous security keys with dates for potential future access to encrypted archived data.",
"price": "2 USD",
"price_postapoc": "0 cent"
},
{
"id": "software_archived_data",
"copy-from": "software",
"type": "GENERIC",
"name": { "str_sp": "archive data" },
"description": "Extremely compressed research data, observation and experiment statistics. The only pattern you manage to recognize is an increase in the amount of report closer to the Cataclysm, but also a reduction in the number of facilities still submitting reports.",
"price": "2 USD",
"price_postapoc": "0 cent"
},
{
"id": "software_electronics_reference",
"copy-from": "software",
Expand Down
1 change: 0 additions & 1 deletion data/json/mapgen/LIXA_mapgen.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@
{ "item": "LIXA_lab_postit", "chance": 3, "repeat": 1 },
{ "item": "LIXA_lab_file", "chance": 7, "repeat": 2 },
{ "item": "software_math", "chance": 3, "repeat": 1 },
{ "item": "software_lab_data", "chance": 2, "repeat": 4 },
{ "item": "software_electronics_reference", "chance": 4, "repeat": 2 }
],
"q": [ { "item": "adderall", "amount": [ 2, 5 ] } ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"goal": "MGOAL_FIND_ANY_ITEM",
"difficulty": 5,
"value": 50000,
"item": "software_lab_data",
"item": "software_encryption_codes",
"start": "create_hidden_lab_console",
"origins": [ "ORIGIN_SECONDARY" ],
"followup": "MISSION_SCIENCE_REP_4",
Expand All @@ -165,7 +165,7 @@
"goal": "MGOAL_FIND_ANY_ITEM",
"difficulty": 5,
"value": 50000,
"item": "software_lab_data",
"item": "software_archived_data",
"start": "create_ice_lab_console",
"origins": [ "ORIGIN_SECONDARY" ],
"followup": "MISSION_SCIENCE_REP_5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"group": "NC_ROBOFAC_INTERCOM_trade_hm12",
"rigid": true,
"strict": true,
"condition": { "u_has_var": "dialogue_hub_rnd_completed_robofac_intercom_robot_sm_1", "value": "yes" }
"condition": { "u_has_var": "dialogue_intercom_completed_robofac_intercom_robot_sm_1", "value": "yes" }
},
{
"group": "NC_ROBOFAC_INTERCOM_trade_envirosuit",
Expand Down

0 comments on commit 22d851b

Please sign in to comment.