Updated DiceSoNice for Duality Rolls

This commit is contained in:
WBHarry 2025-05-26 19:18:41 +02:00
parent 233a3a5407
commit d81c28ed09
4 changed files with 69 additions and 48 deletions

View file

@ -247,6 +247,53 @@ export const diceTypes = {
d20: 'd20'
};
export const diceSoNicePresets = {
hope: {
colorset: 'inspired',
foreground: '#FFFFFF',
background: '#ffe760',
outline: '#000000',
edge: '#FFFFFF',
texture: 'bloodmoon',
material: 'metal',
font: 'Arial Black',
system: 'standard'
},
fear: {
colorset: 'bloodmoon',
foreground: '#000000',
background: '#0032b1',
outline: '#FFFFFF',
edge: '#000000',
texture: 'bloodmoon',
material: 'metal',
font: 'Arial Black',
system: 'standard'
},
advantage: {
colorset: 'bloodmoon',
foreground: '#FFFFFF',
background: '#008000',
outline: '#000000',
edge: '#FFFFFF',
texture: 'bloodmoon',
material: 'metal',
font: 'Arial Black',
system: 'standard'
},
disadvantage: {
colorset: 'bloodmoon',
foreground: '#000000',
background: '#b30000',
outline: '#FFFFFF',
edge: '#000000',
texture: 'bloodmoon',
material: 'metal',
font: 'Arial Black',
system: 'standard'
}
};
export const refreshTypes = {
session: {
id: 'session',