From 65eca50c664632c016d0ff2fdde5efecd296bb9b Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Tue, 16 Mar 2021 19:56:06 -0700 Subject: [PATCH] Update packPlanechase.js --- js/frames/packPlanechase.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/frames/packPlanechase.js b/js/frames/packPlanechase.js index f77ba12f..48077bfc 100644 --- a/js/frames/packPlanechase.js +++ b/js/frames/packPlanechase.js @@ -38,6 +38,9 @@ document.querySelector('#loadFrameVersion').onclick = async function() { type: {name:'Type', text:'', x:0.2424, y:0.6658, width:0.5152, height:0.0543, oneLine:true, font:'belerenb', size:0.0339, align:'center'}, rules: {name:'Rules Text', text:'', x:0.1158, y:0.7174, width:0.7684, height:0.2087, size:0.0362}, }); + if (card.text.rules.text == '') { + card.text.rules.text = '\n{planechase}Whenever you roll {chaos}, '; + } //bottom info await loadBottomInfo({ top: {text:'\uFFEE{elemidinfo-artist}', x:0.0647, y:0.9434, width:0.8707, height:0.0174, oneLine:true, font:'belerenbsc', size:0.0174, color:'white', outlineWidth:0.003, align:'center'},