Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed May 10, 2024
1 parent cda42ee commit 91998f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion data/mods/BombasticPerks/perkdata/early_to_rise.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
}
]
},
"effect": [ { "u_add_morale": "morale_perk_early_to_rise", "bonus": 20, "duration": "6 hours", "decay_start": "3 hours" } ]
"effect": [
{
"u_add_morale": "morale_perk_early_to_rise",
"bonus": 20,
"max_bonus": 20,
"duration": "6 hours",
"decay_start": "3 hours"
}
]
}
]
2 changes: 1 addition & 1 deletion data/mods/BombasticPerks/perks.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
{
"type": "mutation",
"id": "perk_nocturnal",
"name": { "str": "perk_nocturnal" },
"name": { "str": "Nocturnal" },
"points": 0,
"description": "Darkness is your ally. Others have merely adopted the dark, but you were born in it, molded by it. You gain +2 Perception and +1 Intelligence at night, and have a much easier time sleeping during the day. However, you also suffer -2 Perception when outdoors during the day and have a harder time sleeping at night.",
"category": [ "perk" ],
Expand Down

0 comments on commit 91998f7

Please sign in to comment.