Skip to content

Commit

Permalink
Merge pull request #78516 from Standing-Storm/elvensight
Browse files Browse the repository at this point in the history
[Magiclysm] Give elves their own sight trait instead of using fey vision, slightly reduce their hearing.
  • Loading branch information
Night-Pryanik authored Dec 13, 2024
2 parents eb0a7af + 6b139ac commit 0b5cbb9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions data/mods/Magiclysm/mutations/fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,17 @@
"category": [ "SPECIES_ELF" ],
"threshreq": [ "THRESH_SPECIES_ELF" ]
},
{
"type": "mutation",
"id": "ELVEN_SIGHT",
"name": { "str": "Elvensight" },
"points": 2,
"description": "Like a cat, elven eyes are well-attuned to low levels of light, able to pick up even the slightest glimmer. You have greatly-enhanced night vision.",
"types": [ "EYES" ],
"category": [ "SPECIES_ELF" ],
"threshreq": [ "THRESH_SPECIES_ELF" ],
"enchantments": [ { "values": [ { "value": "NIGHT_VIS", "add": 5 } ] } ]
},
{
"type": "mutation",
"id": "ELVEN_HEARING",
Expand All @@ -341,7 +352,7 @@
"category": [ "SPECIES_ELF" ],
"threshreq": [ "THRESH_SPECIES_ELF" ],
"flags": [ "SAFECRACK_NO_TOOL" ],
"enchantments": [ { "values": [ { "value": "HEARING_MULT", "multiply": 5.1 } ] } ]
"enchantments": [ { "values": [ { "value": "HEARING_MULT", "multiply": 2 } ] } ]
},
{
"type": "mutation",
Expand Down Expand Up @@ -414,12 +425,6 @@
"copy-from": "DEFT",
"extend": { "category": [ "SPECIES_ELF" ] }
},
{
"type": "mutation",
"id": "ELFA_NV",
"copy-from": "ELFA_NV",
"extend": { "category": [ "SPECIES_ELF" ], "threshreq": [ "THRESH_SPECIES_ELF" ] }
},
{
"type": "mutation",
"id": "ANIMALEMPATH",
Expand Down Expand Up @@ -559,6 +564,7 @@
"points": 2,
"visibility": 2,
"ugliness": 1,
"types": [ "EYES" ],
"description": "While your reddish eyes have been known to give other people a start, they help you see in the dark. You have much better night vision than a human, even being able to craft in the dark.",
"category": [ "SPECIES_GOBLIN" ],
"enchantments": [ "ench_goblin_eyes" ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@
"THRESH_SPECIES_ELF",
"ANIMALEMPATH2",
"ELVEN_BUILD",
"ELFA_NV",
"ELVEN_SIGHT",
"ELVEN_BEAUTY",
"ELVEN_SLEEP",
"ELFA_EARS",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/traits/fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"THRESH_SPECIES_ELF",
"ANIMALEMPATH2",
"ELVEN_BUILD",
"ELFA_NV",
"ELVEN_SIGHT",
"ELVEN_BEAUTY",
"ELVEN_SLEEP",
"ELFA_EARS",
Expand Down

0 comments on commit 0b5cbb9

Please sign in to comment.