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

Remove migo_bio_tech from spawns #76940

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 6 additions & 1 deletion data/json/items/tool/science.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,10 @@
{
"id": "migo_bio_tech",
"type": "TOOL",
"//": [
"intentionally do not spawn anywhere, until migo interest would be implemented",
"for now, works only as reference for eoc-item-variable interaction"
],
"name": { "str_sp": "Mi-go Biotech" },
"conditional_names": [
{ "type": "VAR", "condition": "npctalk_var_mbt_f_function", "value": "morale", "name": { "str_sp": "%s (happy)" } },
Expand All @@ -1334,7 +1338,8 @@
}
],
"description": "A piece of mi-go biotechnology.",
"weight": "1 g",
"material": [ "alien_resin" ],
"weight": "250 g",
"volume": "250 ml",
"price": "30 USD",
"price_postapoc": "100 USD",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@
},
"place_loot": [
{ "group": "tools_mutation", "x": [ 3, 5 ], "y": 3, "chance": 70 },
{ "group": "common_mutation_books", "x": [ 3, 5 ], "y": 4, "chance": 70 },
{ "item": "migo_bio_tech", "x": 3, "y": 3, "chance": 100 }
{ "group": "common_mutation_books", "x": [ 3, 5 ], "y": 4, "chance": 70 }
]
}
},
Expand Down
1 change: 0 additions & 1 deletion data/mods/TEST_DATA/known_bad_density.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@
"tallow_tainted",
"hi_q_distillate",
"rosin",
"migo_bio_tech",
"meat_fatty_cooked",
"telepad",
"chem_turpentine",
Expand Down
Loading