Implement phase 3 standard critical imports

This commit is contained in:
2026-03-14 02:03:37 +01:00
parent 5c4d540246
commit 6870aa2aef
7 changed files with 465 additions and 45 deletions

View File

@@ -1,12 +1,140 @@
{
"tables": [
{
"slug": "arcane-aether",
"displayName": "Arcane Aether Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Arcane Aether.pdf",
"enabled": true
},
{
"slug": "arcane-nether",
"displayName": "Arcane Nether Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Arcane Nether.pdf",
"enabled": true
},
{
"slug": "ballistic-shrapnel",
"displayName": "Ballistic Shrapnel Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Ballistic Shrapnel.pdf",
"enabled": true
},
{
"slug": "brawling",
"displayName": "Brawling Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Brawling.pdf",
"enabled": true
},
{
"slug": "cold",
"displayName": "Cold Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Cold.pdf",
"enabled": true
},
{
"slug": "electricity",
"displayName": "Electricity Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Electricity.pdf",
"enabled": true
},
{
"slug": "grapple",
"displayName": "Grapple Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Grapple.pdf",
"enabled": true
},
{
"slug": "heat",
"displayName": "Heat Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Heat.pdf",
"enabled": true
},
{
"slug": "impact",
"displayName": "Impact Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Impact.pdf",
"enabled": true
},
{
"slug": "krush",
"displayName": "Krush Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Krush.pdf",
"enabled": true
},
{
"slug": "ma-strikes",
"displayName": "Martial Arts Strikes Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/MA Strikes.pdf",
"enabled": true
},
{
"slug": "ma-sweeps",
"displayName": "Martial Arts Sweeps Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/MA Sweeps.pdf",
"enabled": true
},
{
"slug": "puncture",
"displayName": "Puncture Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Puncture.pdf",
"enabled": true
},
{
"slug": "slash",
"displayName": "Slash Critical Strike Table",
"family": "standard",
"extractionMethod": "text",
"extractionMethod": "xml",
"pdfPath": "sources/Slash.pdf",
"enabled": true
},
{
"slug": "subdual",
"displayName": "Subdual Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Subdual.pdf",
"enabled": true
},
{
"slug": "tiny",
"displayName": "Tiny Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Tiny.pdf",
"enabled": true
},
{
"slug": "unbalance",
"displayName": "Unbalance Critical Strike Table",
"family": "standard",
"extractionMethod": "xml",
"pdfPath": "sources/Unbalance.pdf",
"enabled": true
}
]
}