Skip to content

Commit

Permalink
updates to magic system
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegruyl committed Sep 9, 2023
1 parent 97a8e6a commit c83fa83
Show file tree
Hide file tree
Showing 29 changed files with 3,862 additions and 1,509 deletions.
231 changes: 154 additions & 77 deletions Library/Ancestry/Dwarf.gct
Original file line number Diff line number Diff line change
Expand Up @@ -1072,97 +1072,34 @@
"open": true,
"children": [
{
"id": "63c01d2e-1b24-456a-a068-b1fc3f7f4de4",
"id": "927ea03b-77fd-44ef-8b02-5c8ce9a888f6",
"type": "trait",
"name": "Magery (Rune Magic)",
"reference": "B66",
"name": "Magery (Ritual Path)",
"reference": "TRPM5",
"tags": [
"Advantage",
"Mental",
"Supernatural"
],
"modifiers": [
{
"id": "e9f4f060-4920-4cc8-90fc-ad5511264a60",
"type": "modifier",
"name": "Dance",
"cost": -40,
"affects": "levels_only",
"disabled": true
},
{
"id": "5ce5cb4a-7374-4292-bb44-a2d583aa1773",
"type": "modifier",
"name": "Dark-Aspected",
"cost": -50,
"affects": "levels_only",
"disabled": true
},
{
"id": "d3912606-25c8-4631-ac20-f47ac6fa71c8",
"type": "modifier",
"name": "Day-Aspected",
"cost": -40,
"affects": "levels_only",
"disabled": true
},
{
"id": "66554765-6d27-4b84-8b98-92de7db881c1",
"type": "modifier",
"name": "Musical",
"cost": -50,
"affects": "levels_only",
"disabled": true
},
{
"id": "013120ac-74a1-4dfd-bc5c-20b490021070",
"type": "modifier",
"name": "Night-Aspected",
"cost": -40,
"affects": "levels_only",
"disabled": true
},
{
"id": "c717162c-2a38-4f97-8a70-91fb42149810",
"type": "modifier",
"name": "One College",
"notes": "@College@",
"cost": -40,
"affects": "levels_only",
"disabled": true
},
{
"id": "9b3df016-cae2-42e0-ba2c-cf10d110c3b9",
"type": "modifier",
"name": "Solitary",
"cost": -40,
"affects": "levels_only",
"disabled": true
},
{
"id": "4a98e37a-879f-4942-916e-01c59f288596",
"type": "modifier",
"name": "Song",
"cost": -40,
"affects": "levels_only",
"disabled": true
}
],
"base_points": 5,
"points_per_level": 10,
"features": [
{
"type": "spell_bonus",
"match": "all_colleges",
"type": "skill_bonus",
"selection_type": "skills_with_name",
"name": {
"compare": "is",
"qualifier": "Thaumatology"
},
"amount": 1,
"per_level": true
},
{
"type": "skill_bonus",
"selection_type": "skills_with_name",
"name": {
"tags": {
"compare": "is",
"qualifier": "thaumatology"
"qualifier": "Ritual Path Magic"
},
"amount": 1,
"per_level": true
Expand All @@ -1174,9 +1111,9 @@
}
},
{
"id": "7c9381ec-57ce-4ef7-b90a-c97440980776",
"id": "63c01d2e-1b24-456a-a068-b1fc3f7f4de4",
"type": "trait",
"name": "Magery (Ritual Path)",
"name": "Magery (Rune Magic)",
"reference": "B66",
"tags": [
"Advantage",
Expand Down Expand Up @@ -1564,6 +1501,146 @@
"points": 10
}
},
{
"id": "78ac1cb5-c420-4ebf-b6d6-b40f6f1456d3",
"type": "trait",
"name": "Natural Attacks",
"reference": "B271",
"weapons": [
{
"id": "3e9e3fcb-99b2-47ac-8679-25cda2fd98dc",
"type": "melee_weapon",
"damage": {
"type": "cr",
"st": "thr",
"base": "-1"
},
"usage": "Bite",
"reach": "C",
"parry": "No",
"block": "No",
"defaults": [
{
"type": "dx"
},
{
"type": "skill",
"name": "Brawling"
}
],
"calc": {
"parry": "No",
"block": "No",
"damage": "thr-1 cr"
}
},
{
"id": "8dad6001-ad66-4b20-8c05-8dc1388fe410",
"type": "melee_weapon",
"damage": {
"type": "cr",
"st": "thr",
"base": "-1"
},
"usage": "Punch",
"reach": "C",
"parry": "0",
"defaults": [
{
"type": "dx"
},
{
"type": "skill",
"name": "Boxing"
},
{
"type": "skill",
"name": "Brawling"
},
{
"type": "skill",
"name": "Karate"
}
],
"calc": {
"parry": "0",
"damage": "thr-1 cr"
}
},
{
"id": "a846ed7c-042f-4aeb-9a18-5646972a99e5",
"type": "melee_weapon",
"damage": {
"type": "cr",
"st": "thr"
},
"usage": "Kick",
"reach": "C,1",
"parry": "No",
"defaults": [
{
"type": "dx",
"modifier": -2
},
{
"type": "skill",
"name": "Brawling",
"modifier": -2
},
{
"type": "skill",
"name": "Kicking"
},
{
"type": "skill",
"name": "Karate",
"modifier": -2
}
],
"calc": {
"parry": "No",
"damage": "thr cr"
}
},
{
"id": "8b379884-92a7-4939-b05e-259039f107bf",
"type": "melee_weapon",
"damage": {
"type": "cp",
"st": "thr"
},
"usage": "Unarmed Grapple",
"reach": "1",
"parry": "No",
"block": "No",
"defaults": [
{
"type": "skill",
"name": "Wrestling"
},
{
"type": "skill",
"name": "Sumo Wrestling"
},
{
"type": "dx"
},
{
"type": "skill",
"name": "Judo"
}
],
"calc": {
"parry": "No",
"block": "No",
"damage": "thr cp"
}
}
],
"calc": {
"points": 0
}
},
{
"id": "d89317e6-1179-4229-b45b-b96849ec0cfc",
"type": "trait",
Expand Down Expand Up @@ -1643,7 +1720,7 @@
],
"name": "Dwarf",
"ancestry": "Dwarf-Yotsear",
"container_type": "race",
"container_type": "ancestry",
"calc": {
"points": 7
}
Expand Down
Loading

0 comments on commit c83fa83

Please sign in to comment.