2022-01-29 22:49:34 +01:00
|
|
|
export const SYSTEM_RDD = 'foundryvtt-reve-de-dragon';
|
|
|
|
export const SYSTEM_SOCKET_ID = 'system.foundryvtt-reve-de-dragon';
|
2022-09-17 16:07:38 +02:00
|
|
|
export const LOG_HEAD = 'RdD | ';
|
2021-12-03 22:53:38 +01:00
|
|
|
|
|
|
|
export const HIDE_DICE = 'hide';
|
|
|
|
export const SHOW_DICE = 'show';
|
2022-07-22 21:38:15 +02:00
|
|
|
|
|
|
|
export const ENTITE_INCARNE = 'incarne';
|
|
|
|
export const ENTITE_NONINCARNE = 'nonincarne';
|
|
|
|
export const ENTITE_BLURETTE = 'blurette';
|