Add spells rolls and enhance CSS styling
This commit is contained in:
+23
-22
@@ -140,34 +140,34 @@
|
||||
},
|
||||
"FIELDS": {
|
||||
"moneys": {
|
||||
"tinbit": {
|
||||
"label": "Tin Bits",
|
||||
"coppercoin": {
|
||||
"label": "Copper Coin",
|
||||
"value": {
|
||||
"label": "Tin Bits"
|
||||
"label": "Copper Coin"
|
||||
}
|
||||
},
|
||||
"silver": {
|
||||
"label": "Silver",
|
||||
"silvercoin": {
|
||||
"label": "Silver Coin",
|
||||
"value": {
|
||||
"label": "Silver"
|
||||
"label": "Silver Coin"
|
||||
}
|
||||
},
|
||||
"copper": {
|
||||
"label": "Copper",
|
||||
"goldcoin": {
|
||||
"label": "Gold Coin",
|
||||
"value": {
|
||||
"label": "Copper"
|
||||
"label": "Gold Coin"
|
||||
}
|
||||
},
|
||||
"gold": {
|
||||
"label": "Gold",
|
||||
"note": {
|
||||
"label": "Note",
|
||||
"value": {
|
||||
"label": "Gold"
|
||||
"label": "Note"
|
||||
}
|
||||
},
|
||||
"platinum": {
|
||||
"label": "Platinum",
|
||||
"steam": {
|
||||
"label": "Steam",
|
||||
"value": {
|
||||
"label": "Platinum"
|
||||
"label": "Steam"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -415,7 +415,7 @@
|
||||
"rollProgressionDice": "Roll progression/Lethargy dice",
|
||||
"earned": "Earned",
|
||||
"divinityPoints": "Divinity points",
|
||||
"aetherPoints": "Aether points",
|
||||
"manaPoints": "Mana points",
|
||||
"attacks": "Attacks",
|
||||
"monster": "Monster",
|
||||
"Resist" :"Resist",
|
||||
@@ -588,7 +588,8 @@
|
||||
"piercing": "Piercing (P)",
|
||||
"bludgeoning": "Bludgeoning (B)",
|
||||
"slashing": "Slashing (S)",
|
||||
"isProjectile": "Is Projectile?",
|
||||
"shortRange": "Short Range",
|
||||
"longRange": "Long Range",
|
||||
"range": "Range",
|
||||
"reloadAPC": "Reload APC",
|
||||
"bonuses": "Bonuses",
|
||||
@@ -879,11 +880,11 @@
|
||||
}
|
||||
},
|
||||
"Money": {
|
||||
"Coppers": "Copper",
|
||||
"Golds": "Gold",
|
||||
"Platinums": "Platinum",
|
||||
"Silvers": "Silver",
|
||||
"Tinbits": "Tin Bits"
|
||||
"CopperCoin": "Copper Coin",
|
||||
"SilverCoin": "Silver Coin",
|
||||
"GoldCoin": "Gold Coin",
|
||||
"Note": "Note",
|
||||
"Steam": "Steam"
|
||||
},
|
||||
"Notifications": {
|
||||
"rollFromWeapon": "Roll from an equipped weapon",
|
||||
|
||||
Reference in New Issue
Block a user