mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-05 23:17:24 +02:00
refactor: migrate COA (#1309)
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Code quality / quality (push) Waiting to run
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
Code quality / quality (push) Waiting to run
* refactor: migrate COA * fix: PR feedback
This commit is contained in:
parent
1100c7c53b
commit
4936a887ab
32 changed files with 4691 additions and 4266 deletions
46
src/modules/emblem/divisions.ts
Normal file
46
src/modules/emblem/divisions.ts
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
import { lineWeights } from "./lineWeights";
|
||||
|
||||
export const divisions = {
|
||||
variants: {
|
||||
perPale: 5,
|
||||
perFess: 5,
|
||||
perBend: 2,
|
||||
perBendSinister: 1,
|
||||
perChevron: 1,
|
||||
perChevronReversed: 1,
|
||||
perCross: 5,
|
||||
perPile: 1,
|
||||
perSaltire: 1,
|
||||
gyronny: 1,
|
||||
chevronny: 1,
|
||||
},
|
||||
perPale: lineWeights,
|
||||
perFess: lineWeights,
|
||||
perBend: lineWeights,
|
||||
perBendSinister: lineWeights,
|
||||
perChevron: lineWeights,
|
||||
perChevronReversed: lineWeights,
|
||||
perCross: {
|
||||
straight: 20,
|
||||
wavy: 5,
|
||||
engrailed: 4,
|
||||
invecked: 3,
|
||||
rayonne: 1,
|
||||
embattled: 1,
|
||||
raguly: 1,
|
||||
urdy: 1,
|
||||
indented: 2,
|
||||
dentilly: 1,
|
||||
bevilled: 1,
|
||||
angled: 1,
|
||||
embattledGhibellin: 1,
|
||||
embattledGrady: 1,
|
||||
dovetailedIndented: 1,
|
||||
dovetailed: 1,
|
||||
potenty: 1,
|
||||
potentyDexter: 1,
|
||||
potentySinister: 1,
|
||||
nebuly: 1,
|
||||
},
|
||||
perPile: lineWeights,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue