Skip to content

Commit

Permalink
Add lucky/unlucky traits (CleverRaven#79499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git authored Feb 2, 2025
1 parent 0ba3e95 commit 33c22b3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/mods/CrazyCataclysm/crazy_mutations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"type": "mutation",
"id": "LUCKY",
"name": { "str": "Lucky" },
"points": 3,
"description": "You're naturally quite lucky!",
"starting_trait": true,
"valid": false,
"random_at_chargen": false,
"cancels": [ "UNLUCKY" ]
},
{
"type": "mutation",
"id": "UNLUCKY",
"name": { "str": "Unlucky" },
"points": -3,
"description": "You're naturally quite unlucky.",
"starting_trait": true,
"valid": false,
"random_at_chargen": false,
"cancels": [ "LUCKY" ]
}
]

0 comments on commit 33c22b3

Please sign in to comment.