Skip to content

Commit

Permalink
Merge pull request #76343 from John-Candlebury/iso-knight-2
Browse files Browse the repository at this point in the history
Isolation: Add the geas trait to the knight
  • Loading branch information
Maleclypse authored Sep 13, 2024
2 parents 0221f6e + 04b8528 commit f25e3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Isolation-Protocol/Player/profession.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"type": "profession",
"id": "iso_geas_knight",
"name": "Geas Knight",
"description": "A warrior from a destroyed land, still bound by ancient oaths sworn to mountains and stars.",
"description": "A warrior from a destroyed land, bound by ancient oaths sworn in the language of stars and stone.",
"points": 6,
"skills": [
{ "level": 3, "name": "melee" },
Expand All @@ -154,7 +154,7 @@
{ "level": 2, "name": "rifle" },
{ "level": 3, "name": "dodge" }
],
"traits": [ "iso_trait" ],
"traits": [ "iso_trait", "iso_geas" ],
"items": {
"both": {
"entries": [
Expand Down

0 comments on commit f25e3d6

Please sign in to comment.