Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: chaohedgehogs <[email protected]>
  • Loading branch information
Ramza13 and chaohedgehogs committed Jul 31, 2021
1 parent 63b7e86 commit ca10a04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/items/tool/science.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,14 +1344,14 @@
{
"id": "migo_bio_tech",
"type": "TOOL",
"name": { "str_sp": "Migo Bio Tech" },
"name": { "str_sp": "Mi-go Biotech" },
"conditional_names": [
{ "type": "VAR", "condition": "npctalk_var_DISPLAY_NAME_MORALE", "name": { "str_sp": "%s (happy)" } },
{ "type": "VAR", "condition": "npctalk_var_DISPLAY_NAME_FOCUS", "name": { "str_sp": "%s (focus)" } },
{ "type": "VAR", "condition": "npctalk_var_DISPLAY_NAME_PAIN", "name": { "str_sp": "%s (pain relief)" } },
{ "type": "VAR", "condition": "npctalk_var_DISPLAY_NAME_FATIGUE", "name": { "str_sp": "%s (wake up)" } }
],
"description": "A piece of migo bio technology.",
"description": "A piece of mi-go biotechnology.",
"weight": "1 g",
"volume": "250 ml",
"price": 3000,
Expand All @@ -1366,15 +1366,15 @@
"id": "EOC_MIGO_BIO_TECH_INTEREST",
"condition": { "not": { "one_in_chance": 3 } },
"effect": [
{ "message": "You feel a little watched" },
{ "message": "You have a slight feeling of being watched." },
{ "u_adjust_var": "migo_interest", "type": "migo_interest", "context": "interest", "adjustment": 1 }
]
},
{
"id": "EOC_MIGO_BIO_TECH_INTEREST",
"condition": { "not": { "one_in_chance": 100 } },
"effect": [
{ "message": "You feel a lot watched" },
{ "message": "You have an intense feeling of being watched." },
{ "u_adjust_var": "migo_interest", "type": "migo_interest", "context": "interest", "adjustment": 10 }
]
},
Expand Down Expand Up @@ -1410,7 +1410,7 @@
"id": "EOC_MIGO_BIO_TECH_FOCUS",
"condition": { "npc_has_var": "function", "type": "migo_bio_tech", "context": "bio_tech", "value": "focus" },
"effect": [
{ "message": "You feel incredibily focused!" },
{ "message": "You feel incredibly focused!" },
{ "u_mod_focus": 30 },
{ "npc_add_var": "FOCUS", "type": "DISPLAY", "context": "NAME", "value": "" }
]
Expand All @@ -1428,7 +1428,7 @@
"id": "EOC_MIGO_BIO_TECH_FATIGUE",
"condition": { "npc_has_var": "function", "type": "migo_bio_tech", "context": "bio_tech", "value": "fatigue" },
"effect": [
{ "message": "You feel more awake than a moment ago!" },
{ "message": "You instantly feel more awake!" },
{ "u_mod_fatigue": -30 },
{ "npc_add_var": "FATIGUE", "type": "DISPLAY", "context": "NAME", "value": "" }
]
Expand Down

0 comments on commit ca10a04

Please sign in to comment.