You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info:"Players can see the armor class of players.",
262
-
options: [
263
-
{
264
-
value:false,
265
-
name:"Hidden",
266
-
action:"Hide",
267
-
icon:"fas fa-eye-slash",
268
-
color:"red",
269
-
},
270
-
{
271
-
value:undefined,
272
-
name:"Shown",
273
-
action:"Show",
274
-
icon:"fas fa-eye",
275
-
color:"green",
276
-
},
277
-
],
278
-
},
279
-
{
280
-
condition:"conditions",
281
-
entity:"player",
282
-
name:"Conditions",
283
-
icon:"fas fa-flame",
284
-
info:"Players can see the conditions of players.",
285
-
options: [
286
-
{
287
-
value:false,
288
-
name:"Hidden",
289
-
action:"Hide",
290
-
icon:"fas fa-eye-slash",
291
-
color:"red",
292
-
},
293
-
{
294
-
value:undefined,
295
-
name:"Shown",
296
-
action:"Show",
297
-
icon:"fas fa-eye",
298
-
color:"green",
299
-
},
300
-
],
301
-
},
302
-
{
303
-
key:"hide_death_saves",
304
-
entity:"player",
305
-
name:"Death Saves",
306
-
icon:"fas fa-skull-crossbones",
307
-
info:"Players can see the death saves/fails of other players.",
308
-
options: [
309
-
{
310
-
value:true,
311
-
name:"Hidden",
312
-
action:"Hide",
313
-
icon:"fas fa-eye-slash",
314
-
color:"red",
315
-
},
316
-
{
317
-
value:undefined,
318
-
name:"Shown",
319
-
action:"Show",
320
-
icon:"fas fa-eye",
321
-
color:"green",
322
-
},
323
-
],
324
-
},
156
+
{ key:"health", entity:"player", name:"Health", icon:"fas fa-heart", info:"Players can see the health of players.", options:PLAYER_HEALTH },
157
+
{ key:"ac", entity:"player", name:"Armor Class", icon:"fas fa-shield", info:"Players can see the armor class of players.", options:SHOW_HIDE },
158
+
{ key:"conditions", entity:"player", name:"Conditions", icon:"fas fa-flame", info:"Players can see the conditions of players.", options:SHOW_HIDE },
159
+
{ key:"hide_death_saves", entity:"player", name:"Death Saves", icon:"fas fa-skull-crossbones", info:"Players can see the death saves/fails of other players.", options:DEATH_SAVES },
0 commit comments