[<!--
-->**Action Results : $[[0]]**<!--
-->](#" style="<!--
-->font-size: 16px; <!--
-->font-family: gulim <!--
-->!important; background: white; <!--
-->text-align: center; <!--
-->display: block; <!--
-->padding: 10px 15px; <!--
-->padding-bottom: 0; <!--
-->font-style: normal; <!--
-->!important; font-weight: normal; <!--
-->!important; margin-left: -4px; <!--
-->text-decoration: none; <!--
-->border: 1px darkgrey; <!--
-->box-shadow: -4px 4px 0 lightgrey; <!--
-->letter-spacing: -1px; <!--
-->border-top: none; <!--
-->border-bottom: none; <!--
--> absolute; <!--
-->) <!--
-->[[[ [[ <!--
-->2d6 <!--
-->+ ?{Action Results|<!--
-->Action1, @{Attributes1} / 3|
Action2, @{Attributes2}|
Action3, @{Attributes3}
} <!--
-->]] ]]] <!--
-->[blank](#" style="<!--
-->font-size: 16px; <!--
-->font-family: gulim <!--
-->!important; background: white; <!--
-->text-align: center; <!--
-->display: inline-block; <!--
-->padding: 10px 15px; <!--
-->padding-bottom: 0; <!--
-->font-style: normal; <!--
-->!important; font-weight: normal; <!--
-->!important; margin-left: -4px; <!--
-->text-decoration: none; <!--
-->border: 1px darkgrey; <!--
-->box-shadow: -4px 4px 0 lightgrey; <!--
-->letter-spacing: -1px; <!--
-->border-top: none; <!--
-->border-bottom: none; <!--
-->visibility: none; <!--
-->)
정답까지는 아니고, 나라면 이렇게 하겠다.... 같은 방법임.
1. 말한 것처럼 inline roll을 뒤로 미뤄버린 다음, $[[0]] 형태로 indexing 해서 불러오기.
2. 출력하고자 하는 칸의 position을 absolute로 만들어서 쓸모없이 남은 inline roll 가리기
3. 출력하고자 하는 CSS를 그대로 복사하되, display가 inline-block이고 visibility가 none인 빈칸을 만들어서
원래 칸만큼 자리를 차지하게 만들기.
해놓고 보니까 z-index 건드려도 될 거 같기는 한데,
내 기억에는 그게 뭔가 Roll20에서 만지기 겁나 귀찮았지 싶은데... 한 번 해보고 다시 글 써볼게.
내가 이렇게 해 보니까 inline roll 찌끄레기가 바닥에 조금 남더라고?
그래서 아래 놈들도 위쪽으로 음수 마진 하고 모양새를 좀 다 뜯어고치긴 해야 할 거 같다;;
아니면 이 칸 자체를 조금 아래로 늘리는 것도 답니다.
와우
https://gall.dcinside.com/mgallery/board/view/?id=trpg&no=200741
이게 좀 더 나은 거 같다, 쓸데없는 투명 객체 같은 거 안 만들고...
그리고 Query 문제는 정확히 어디서 막힌 건지를 내가 좀 들어보고 싶긴 한데, 그냥 CSS 속성이나 기타등등 중복되는 것들만 별도 매크로로 빼 놓고 매크로 내에 호출시키면서 불러내는 식으로, 저 표 전체를 Query 안에 집어넣는 식으로 만들지 않은 이유가 있음? 예컨대 attribute의 값을 가지고 별도의 계산을 해야 할 일이 있다던가... 뭐 그런 거.