Skip to content

Commit

Permalink
Transhumanupdate (#286)
Browse files Browse the repository at this point in the history
* Various changes

From Fantasy Folk: Winged Folk
- Limitation "Encumbrance-Limited" on Flight
- "Mitigator: Flight" on Lame
- Added "Strategy (Air)" skill, alongside Land/Sea/Space

General fixes:
- typo on Thamatology Styles, "Cantrip Kindle": *tiny* flame
- added @specialty@ to the Shapeshift Other spell in Magic
- removed aquatic defaults from the "Survival @Environment@" general skill in the Basic Set
- Added "Survival @Any Land@" and "Survival @Any Aquatic@" skills with the relevant land or aquatic defaults in Basic Set
- Added prerequiste of no language talent to the full price language trait

* remove two files

delete suspect files
  • Loading branch information
ethorad authored Jan 29, 2024
1 parent 7f16de3 commit dec572e
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 2,452 deletions.
151 changes: 143 additions & 8 deletions Library/Basic Set/Basic Set Skills.skl
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@
"qualifier": 1
},
"amount": 1,
"per_level": true
"per_die": true
},
{
"type": "weapon_bonus",
Expand All @@ -2883,7 +2883,7 @@
"qualifier": 2
},
"amount": 1,
"per_level": true
"per_die": true
}
]
},
Expand Down Expand Up @@ -2953,7 +2953,7 @@
"qualifier": 2
},
"amount": 1,
"per_level": true
"per_die": true
}
]
},
Expand Down Expand Up @@ -11371,7 +11371,7 @@
"compare": "at_least"
},
"amount": 1,
"per_level": true
"per_die": true
},
{
"type": "weapon_bonus",
Expand All @@ -11385,7 +11385,7 @@
"qualifier": 1
},
"amount": 1,
"per_level": true
"per_die": true
}
]
},
Expand Down Expand Up @@ -18472,6 +18472,39 @@
"tags": [
"Military"
],
"specialization": "Air",
"difficulty": "iq/h",
"points": 1,
"defaults": [
{
"type": "iq",
"modifier": -6
},
{
"type": "skill",
"name": "Intelligence Analysis",
"modifier": -6
},
{
"type": "skill",
"name": "Tactics",
"modifier": -6
},
{
"type": "skill",
"name": "Strategy",
"modifier": -4
}
]
},
{
"id": "5f435b5d-c0cc-4f12-8c3f-a5a9736efd24",
"type": "skill",
"name": "Strategy",
"reference": "B222",
"tags": [
"Military"
],
"specialization": "Land",
"difficulty": "iq/h",
"points": 1,
Expand Down Expand Up @@ -18832,15 +18865,15 @@
}
},
{
"id": "0920cc95-ab25-4cd5-b00e-0ff44bd51a96",
"id": "6514b812-6434-4590-85d3-c823b994c547",
"type": "skill",
"name": "Survival",
"reference": "B223",
"tags": [
"Exploration",
"Outdoor"
],
"specialization": "@Environment@",
"specialization": "@Any Aquatic@",
"difficulty": "per/a",
"points": 1,
"defaults": [
Expand Down Expand Up @@ -18889,6 +18922,12 @@
"specialization": "River/Stream",
"modifier": -4
},
{
"type": "skill",
"name": "Survival",
"specialization": "Salt-Water Sea",
"modifier": -4
},
{
"type": "skill",
"name": "Survival",
Expand All @@ -18897,6 +18936,30 @@
}
]
},
{
"id": "0920cc95-ab25-4cd5-b00e-0ff44bd51a96",
"type": "skill",
"name": "Survival",
"reference": "B223",
"tags": [
"Exploration",
"Outdoor"
],
"specialization": "@Any Environment@",
"difficulty": "per/a",
"points": 1,
"defaults": [
{
"type": "per",
"modifier": -5
},
{
"type": "skill",
"name": "Naturalist",
"modifier": -3
}
]
},
{
"id": "c7cc35bf-4351-4894-a363-328c3d1f22ea",
"type": "skill",
Expand All @@ -18906,6 +18969,78 @@
"Exploration",
"Outdoor"
],
"specialization": "@Any Land@",
"difficulty": "per/a",
"points": 1,
"defaults": [
{
"type": "per",
"modifier": -5
},
{
"type": "skill",
"name": "Naturalist",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Arctic",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Desert",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Island/Beach",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Jungle",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Mountain",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Plains",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Swamplands",
"modifier": -3
},
{
"type": "skill",
"name": "Survival",
"specialization": "Woodlands",
"modifier": -3
}
]
},
{
"id": "e579df57-4000-41cf-83e3-ccade5ce22f5",
"type": "skill",
"name": "Survival",
"reference": "B223",
"tags": [
"Exploration",
"Outdoor"
],
"specialization": "Arctic",
"difficulty": "per/a",
"points": 1,
Expand Down Expand Up @@ -18964,7 +19099,7 @@
]
},
{
"id": "6514b812-6434-4590-85d3-c823b994c547",
"id": "1e854277-d5f8-4d36-9f79-b31dcae13f85",
"type": "skill",
"name": "Survival",
"reference": "B223",
Expand Down
Loading

0 comments on commit dec572e

Please sign in to comment.