mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Updated DiceSoNice for Duality Rolls
This commit is contained in:
parent
233a3a5407
commit
d81c28ed09
4 changed files with 69 additions and 48 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue