Skip to content

Commit

Permalink
Allow speech to be relearnt in the dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Psithief authored Aug 15, 2024
1 parent 238454f commit 96aa05a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions data/json/recipes/practice/social.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"skill_used": "speech",
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 0, "skill_limit": 1 },
"result_eocs": [ "EOC_UNMUTE_BIRD" ]
"result_eocs": [ "EOC_UNMUTE_BIRD" ],
"flags": [ "BLIND_EASY" ]
},
{
"type": "practice",
Expand All @@ -53,7 +54,8 @@
"skill_used": "speech",
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 0, "skill_limit": 1 },
"result_eocs": [ "EOC_UNMUTE_CEPH" ]
"result_eocs": [ "EOC_UNMUTE_CEPH" ],
"flags": [ "BLIND_EASY" ]
},
{
"type": "practice",
Expand All @@ -66,7 +68,8 @@
"skill_used": "speech",
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 0, "skill_limit": 1 },
"result_eocs": [ "EOC_UNMUTE_GASTROPOD" ]
"result_eocs": [ "EOC_UNMUTE_GASTROPOD" ],
"flags": [ "BLIND_EASY" ]
},
{
"type": "practice",
Expand All @@ -79,7 +82,8 @@
"skill_used": "speech",
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 0, "skill_limit": 1 },
"result_eocs": [ "EOC_UNMUTE_INSECT" ]
"result_eocs": [ "EOC_UNMUTE_INSECT" ],
"flags": [ "BLIND_EASY" ]
},
{
"type": "practice",
Expand All @@ -92,6 +96,7 @@
"skill_used": "speech",
"time": "1 h",
"practice_data": { "min_difficulty": 0, "max_difficulty": 0, "skill_limit": 1 },
"result_eocs": [ "EOC_UNMUTE_SLIME" ]
"result_eocs": [ "EOC_UNMUTE_SLIME" ],
"flags": [ "BLIND_EASY" ]
}
]

0 comments on commit 96aa05a

Please sign in to comment.