Begin work on the fate path dropdown

This commit is contained in:
Oliver-Akins 2024-12-22 00:23:29 -07:00
parent edd4e49f62
commit f6ca694dcc
10 changed files with 82 additions and 21 deletions

View file

@ -9,7 +9,13 @@
"HeroSummaryCardV1": "Hero Stat Card"
},
"common": {
"empty": "---"
"empty": "---",
"fate": {
"North": "North",
"East": "East",
"South": "South",
"West": "West"
}
}
}
}