Import wrath-and-glory-gk-0.2.0.zip do wg-greyknights (2025-08-21T20:12:55Z)

This commit is contained in:
2025-08-21 20:12:55 +00:00
parent 24ad39dc6f
commit b4ee703fdc
14 changed files with 208 additions and 43 deletions
@@ -0,0 +1,17 @@
{
"name": "Aegis Power Armour",
"type": "armor",
"img": "icons/svg/shield.svg",
"system": {
"keywords": [
"GREY KNIGHTS",
"INQUISITION",
"DAEMONHUNTERS",
"ORDO MALLEUS"
],
"effects": [
"Aegis Warding (toggleable barrier; visual runes glow)",
"Psychic Hood Integration (+dice to Deny the Witch)"
]
}
}
@@ -0,0 +1,13 @@
{
"name": "Aegis Terminator Armour",
"type": "armor",
"img": "icons/svg/shield.svg",
"system": {
"keywords": [
"GREY KNIGHTS",
"INQUISITION",
"DAEMONHUNTERS",
"ORDO MALLEUS"
]
}
}
@@ -0,0 +1,14 @@
{
"name": "Aegis of Titan",
"type": "ability",
"img": "icons/svg/aura.svg",
"system": {
"keywords": [
"GREY KNIGHTS",
"INQUISITION",
"DAEMONHUNTERS",
"ORDO MALLEUS"
],
"description": "Toggle: +Armour Resilience / -Defence (runes glow). Passive: +dice to Deny the Witch; +1 Corruption Resistance (stacks with archetype)."
}
}
@@ -0,0 +1,19 @@
{
"name": "Grey Knight",
"type": "archetype",
"img": "icons/svg/book.svg",
"system": {
"keywords": [
"GREY KNIGHTS",
"INQUISITION",
"DAEMONHUNTERS",
"ORDO MALLEUS"
],
"wargear": [
"Nemesis Force Halberd",
"Aegis Power Armour",
"Grey Knight Armour Integrated Storm Bolter"
],
"notes": "Innate: +1 vs Corruption; +1 additional vs Corruption when equipped with Aegis armour. Adds Aegis of Titan ability."
}
}
@@ -0,0 +1,15 @@
{
"name": "Grey Knight Armour Integrated Storm Bolter",
"type": "weapon",
"img": "icons/svg/bolt.svg",
"system": {
"category": "ranged",
"keywords": [
"GREY KNIGHTS",
"INQUISITION",
"DAEMONHUNTERS",
"ORDO MALLEUS"
],
"special": "Mounted; can fire while using two-handed melee weapon (RAW: separate action)."
}
}
@@ -0,0 +1,15 @@
{
"name": "Nemesis Force Halberd",
"type": "weapon",
"img": "icons/svg/sword.svg",
"system": {
"category": "melee",
"keywords": [
"GREY KNIGHTS",
"INQUISITION",
"DAEMONHUNTERS",
"ORDO MALLEUS"
],
"special": "Counts as Force Staff; +ED vs Daemons/Psykers"
}
}