디시인사이드 갤러리

마이너 갤러리 이슈박스, 최근방문 갤러리

갤러리 본문 영역

[리뷰/정보] 잡다한 roll20 ogl 시트 매크로

22k9갤로그로 이동합니다. 2023.06.12 23:47:45
조회 308 추천 6 댓글 7
														


7cf3c028e2f206a26d81f6e44486766d


매크로 네 개를 만들어 둠



7ff3c028e2f206a26d81f6e44387736f6e


늑대를 선택하고 시트 매크로를 실행시키면 다음과 같이 뜬다. 늑대 스탯블럭은 컨펜디엄에서 복붙함.



7ef3c028e2f206a26d81f6ec4080706d

당연히 누르면 그에 맞는 판정이 나온다.



79f3c028e2f206a26d81f6e140877569

액션 버튼 누르고 B ite와 Pack Tactics를 누르면 다음과 같이 나온다.



78f3c028e2f206a26d81f6e447887c65fb



위는 능력 내성이고, 아래는 주문임. 우리의 이크리가 에크로글렙은 MM에 나오는 메이지 스탯블럭을 가지고 있다.



7bf3c028e2f206a26d81f6e44284716d21


능력 내성은 여기 매크로 창 위쪽과 같이 매크로 하나로 이루어져 있는데, 보면 시트와 액션 주문은 매크로 두 개로 이루어져 있는 걸 볼 수 있음.


그런데 저기 바로 위 캡처를 보면, 시트 매크로는 엄청 짧다는 것을 알 수 있다. 그리고 뒤에 &{noerror}만 붙어 있고. 시트 매크로는 사실 시트_내부 매크로를 작동시키기만 하고, 에러 메시지만 출력하지 않는 매크로임.



7af3c028e2f206a26d81f6e444837768ba



시트_내부 매크로를 작동시키면 위와 같이 에러메시지가 뜸. 스탯블럭의 액션을 5개까지 불러오는데, 늑대는 액션이 하나뿐이기 때문에 발생하는 에러임.


주문도 이와 동일하기 때문에 매크로를 두개 만들어서 에러가 출력되지 않도록 해 줌.


보면 주문이나 액션 불러오는 행에 규칙 있으니까 더 필요하면 줄을 늘려서 자리를 확보할 수 있다.

5e shaped 시트 쓰면 안되냐고? 사실 맞다. 그래도 혹시 쓸지 모르니까 저장용으로 올림.



능력 내성 판정


/w gm &{template:npcaction} {{rname=@{selected|token_name}}} {{name=Abilitiy Scores}} {{description=[-- Ability Scores --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px )

[Strength @{selected|strength} *(@{selected|strength_mod})*](~selected|npc_str" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px), [save (@{selected|strength_save_bonus})](~selected|npc_str_save" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px)

[Dex @{selected|dexterity} *(@{selected|dexterity_mod})*](~selected|npc_dec" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px), [save (@{selected|dexterity_save_bonus})](~selected|npc_dex_save" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px)

[Con @{selected|constitution} *(@{selected|constitution_mod})*](~selected|npc_con" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px), [save (@{selected|constitution_save_bonus})](~selected|npc_con_save" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px)

[Int @{selected|intelligence} *(@{selected|intelligence_mod})*](~selected|npc_int" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px), [save (@{selected|intelligence_save_bonus})](~selected|npc_int_save" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px)

[Wis @{selected|wisdom} *(@{selected|wisdom_mod})*](~selected|npc_wis" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px), [save (@{selected|wisdom_save_bonus})](~selected|npc_wis_save" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px)

[Cha @{selected|charisma} *(@{selected|charisma_mod})*](~selected|npc_cha" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px), [save (@{selected|charisma_save_bonus})](~selected|npc_cha_save" style="color: #ff69b4; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px)}}&{noerror}


시트 내부

/w gm &{template:npcaction}{{rname=@{selected|character_name}}}{{name=@{selected|npc_type}
**HP: **@{selected|bar1} / @{selected|hp|max} | ** AC: ** @{selected|npc_ac} | **Spd: ** @{selected|npc_speed}
**Languages: **@{selected|npc_languages}
 **Senses: **@{selected|npc_senses}
 **Resists:: **@{selected|npc_resistances}
 **Immune: **@{selected|npc_immunities}
 **Cond. Immune: **@{selected|npc_condition_immunities}}}{{description=**Abilities**
[**Str @{selected|strength}** *(@{selected|strength_mod})*](~selected|npc_str) | [save](~selected|npc_str_save)
[**Dex @{selected|dexterity}** *(@{selected|dexterity_mod})*](~selected|npc_dec) | [save](~selected|npc_dex_save)
[**Con @{selected|constitution}** *(@{selected|constitution_mod})*](~selected|npc_con) | [save](~selected|npc_con_save)
[**Int @{selected|intelligence}** *(@{selected|intelligence_mod})*](~selected|npc_int) | [save](~selected|npc_int_save)
[**Wis @{selected|wisdom}** *(@{selected|wisdom_mod})*](~selected|npc_wis) | [save](~selected|npc_wis_save)
[**Cha @{selected|charisma}** *(@{selected|charisma_mod})*](~selected|npc_cha) | [save](~selected|npc_cha_save)
**Skills**
[Acrobatics](~selected|npc_Acrobatics) | [Animal Handling](~selected|npc_Animal_Handling) | [Arcana](~selected|npc_Arcana) | [Athletics](~selected|npc_Athletics|Deception](~selected|npc_Deception) | [History](~selected|npc_History) | [Insight](~selected|npc_Insight) | [Intimidation](~selected|npc_Intimidation) | [Investigation](~selected|npc_Investigation) | [Medicine](~selected|npc_Medicine) | [Nature](~selected|npc_Nature) | [Perception](~selected|npc_Perception) | [Performance](~selected|npc_Performance) | [Persuasion](~selected|npc_Persuasion) | [Religion](~selected|npc_Religion) | [Sleight of Hand](~selected|npc_Sleight_of_Hand) | [Stealth](~selected|npc_stealth) | [Survival](~selected|npc_survival)
**Actions**
[@{selected|repeating_npcaction_$0_name}](~selected|repeating_npcaction_$0_npc_action)
[@{selected|repeating_npcaction_$1_name}](~selected|repeating_npcaction_$1_npc_action)
[@{selected|repeating_npcaction_$2_name}](~selected|repeating_npcaction_$2_npc_action)
[@{selected|repeating_npcaction_$3_name}](~selected|repeating_npcaction_$3_npc_action)
[@{selected|repeating_npcaction_$4_name}](~selected|repeating_npcaction_$4_npc_action)
}} &{noerror}

액션 내부

/w gm &{template:npcaction} {{rname=@{selected|token_name}}} {{name=Abilities}} {{description=[-- Actions --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; white-space: pre; display:none; display: block@{selected|repeating_npcaction_$0_name|max};)[@{selected|repeating_npcaction_$0_name} ](~@{selected|character_name}|repeating_npcaction_$0_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$0_name|max};)[@{selected|repeating_npcaction_$1_name} ](~@{selected|character_name}|repeating_npcaction_$1_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$1_name|max};)[@{selected|repeating_npcaction_$2_name} ](~@{selected|character_name}|repeating_npcaction_$2_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$2_name|max};)[@{selected|repeating_npcaction_$3_name} ](~@{selected|character_name}|repeating_npcaction_$3_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$3_name|max};)[@{selected|repeating_npcaction_$4_name} ](~@{selected|character_name}|repeating_npcaction_$4_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$4_name|max};)[@{selected|repeating_npcaction_$5_name} ](~@{selected|character_name}|repeating_npcaction_$5_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$5_name|max};)[@{selected|repeating_npcaction_$6_name} ](~@{selected|character_name}|repeating_npcaction_$6_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$6_name|max};)[@{selected|repeating_npcaction_$7_name} ](~@{selected|character_name}|repeating_npcaction_$7_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$7_name|max};)[@{selected|repeating_npcaction_$8_name} ](~@{selected|character_name}|repeating_npcaction_$8_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$8_name|max};)[@{selected|repeating_npcaction_$9_name} ](~@{selected|character_name}|repeating_npcaction_$9_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcaction_$9_name|max};)[-- Bonus Actions --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; white-space: pre; display:none; display: block@{selected|repeating_npcbonusaction_$0_name|max};)[@{selected|repeating_npcbonusaction_$0_name} ](~@{selected|character_name}|repeating_npcbonusaction_$0_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$0_name|max};)[@{selected|repeating_npcbonusaction_$1_name} ](~@{selected|character_name}|repeating_npcbonusaction_$1_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$1_name|max};)[@{selected|repeating_npcbonusaction_$2_name} ](~@{selected|character_name}|repeating_npcbonusaction_$2_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$2_name|max};)[@{selected|repeating_npcbonusaction_$3_name} ](~@{selected|character_name}|repeating_npcbonusaction_$3_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$3_name|max};)[@{selected|repeating_npcbonusaction_$4_name} ](~@{selected|character_name}|repeating_npcbonusaction_$4_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$4_name|max};)[@{selected|repeating_npcbonusaction_$5_name} ](~@{selected|character_name}|repeating_npcbonusaction_$5_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$5_name|max};)[@{selected|repeating_npcbonusaction_$6_name} ](~@{selected|character_name}|repeating_npcbonusaction_$6_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$6_name|max};)[@{selected|repeating_npcbonusaction_$7_name} ](~@{selected|character_name}|repeating_npcbonusaction_$7_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$7_name|max};)[@{selected|repeating_npcbonusaction_$8_name} ](~@{selected|character_name}|repeating_npcbonusaction_$8_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$8_name|max};)[@{selected|repeating_npcbonusaction_$9_name} ](~@{selected|character_name}|repeating_npcbonusaction_$9_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: red; text-decoration: none; display:none; display: block@{selected|repeating_npcbonusaction_$9_name|max};)[-- Traits --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; white-space: pre; display:none; display: block@{selected|repeating_npctrait_$0_name|max};)[@{selected|repeating_npctrait_$0_name} ](~@{selected|character_name}|repeating_npctrait_$0_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$0_name|max};)[@{selected|repeating_npctrait_$1_name} ](~@{selected|character_name}|repeating_npctrait_$1_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$1_name|max};)[@{selected|repeating_npctrait_$2_name} ](~@{selected|character_name}|repeating_npctrait_$2_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$2_name|max};)[@{selected|repeating_npctrait_$3_name} ](~@{selected|character_name}|repeating_npctrait_$3_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$3_name|max};)[@{selected|repeating_npctrait_$4_name} ](~@{selected|character_name}|repeating_npctrait_$4_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$4_name|max};)[@{selected|repeating_npctrait_$5_name} ](~@{selected|character_name}|repeating_npctrait_$5_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$5_name|max};)[@{selected|repeating_npctrait_$6_name} ](~@{selected|character_name}|repeating_npctrait_$6_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$6_name|max};)[@{selected|repeating_npctrait_$7_name} ](~@{selected|character_name}|repeating_npctrait_$7_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$7_name|max};)[@{selected|repeating_npctrait_$8_name} ](~@{selected|character_name}|repeating_npctrait_$8_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$8_name|max};)[@{selected|repeating_npctrait_$9_name} ](~@{selected|character_name}|repeating_npctrait_$9_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: blue; text-decoration: none; display:none; display: block@{selected|repeating_npctrait_$9_name|max};)[-- Reactions --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; white-space: pre; display:none; display: block@{selected|repeating_npcreaction_$0_name|max};)[@{selected|repeating_npcreaction_$0_name} ](~@{selected|character_name}|repeating_npcreaction_$0_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$0_name|max};)[@{selected|repeating_npcreaction_$1_name} ](~@{selected|character_name}|repeating_npcreaction_$1_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$1_name|max};)[@{selected|repeating_npcreaction_$2_name} ](~@{selected|character_name}|repeating_npcreaction_$2_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$2_name|max};)[@{selected|repeating_npcreaction_$3_name} ](~@{selected|character_name}|repeating_npcreaction_$3_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$3_name|max};)[@{selected|repeating_npcreaction_$4_name} ](~@{selected|character_name}|repeating_npcreaction_$4_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$4_name|max};)[@{selected|repeating_npcreaction_$5_name} ](~@{selected|character_name}|repeating_npcreaction_$5_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$5_name|max};)[@{selected|repeating_npcreaction_$6_name} ](~@{selected|character_name}|repeating_npcreaction_$6_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$6_name|max};)[@{selected|repeating_npcreaction_$7_name} ](~@{selected|character_name}|repeating_npcreaction_$7_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$7_name|max};)[@{selected|repeating_npcreaction_$8_name} ](~@{selected|character_name}|repeating_npcreaction_$8_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$8_name|max};)[@{selected|repeating_npcreaction_$9_name} ](~@{selected|character_name}|repeating_npcreaction_$9_npc_roll_output" style="background: none; background-color: transparent; border: none; padding: 0px; color: green; text-decoration: none; display:none; display: block@{selected|repeating_npcreaction_$9_name|max};)[-- Legendary Actions --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; white-space: pre; display:none; display: block@{selected|repeating_npcaction-l_$0_name|max};)[@{selected|repeating_npcaction-l_$0_name} ](~@{selected|character_name}|repeating_npcaction-l_$0_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$0_name|max};)[@{selected|repeating_npcaction-l_$1_name} ](~@{selected|character_name}|repeating_npcaction-l_$1_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$1_name|max};)[@{selected|repeating_npcaction-l_$2_name} ](~@{selected|character_name}|repeating_npcaction-l_$2_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$2_name|max};)[@{selected|repeating_npcaction-l_$3_name} ](~@{selected|character_name}|repeating_npcaction-l_$3_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$3_name|max};)[@{selected|repeating_npcaction-l_$4_name} ](~@{selected|character_name}|repeating_npcaction-l_$4_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$4_name|max};)[@{selected|repeating_npcaction-l_$5_name} ](~@{selected|character_name}|repeating_npcaction-l_$5_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$5_name|max};)[@{selected|repeating_npcaction-l_$6_name} ](~@{selected|character_name}|repeating_npcaction-l_$6_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$6_name|max};)[@{selected|repeating_npcaction-l_$7_name} ](~@{selected|character_name}|repeating_npcaction-l_$7_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$7_name|max};)[@{selected|repeating_npcaction-l_$8_name} ](~@{selected|character_name}|repeating_npcaction-l_$8_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$8_name|max};)[@{selected|repeating_npcaction-l_$9_name} ](~@{selected|character_name}|repeating_npcaction-l_$9_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-l_$9_name|max};)[-- Mythic Actions --](" style="color: #7e2d40; font-weight: bold; text-decoration: none; background: none; background-color: transparent; border: none; padding: 0px; white-space: pre; display:none; display: block@{selected|repeating_npcaction-m_$0_name|max};)[@{selected|repeating_npcaction-m_$0_name} ](~@{selected|character_name}|repeating_npcaction-m_$0_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$0_name|max};)[@{selected|repeating_npcaction-m_$1_name} ](~@{selected|character_name}|repeating_npcaction-m_$1_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$1_name|max};)[@{selected|repeating_npcaction-m_$2_name} ](~@{selected|character_name}|repeating_npcaction-m_$2_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$2_name|max};)[@{selected|repeating_npcaction-m_$3_name} ](~@{selected|character_name}|repeating_npcaction-m_$3_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$3_name|max};)[@{selected|repeating_npcaction-m_$4_name} ](~@{selected|character_name}|repeating_npcaction-m_$4_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$4_name|max};)[@{selected|repeating_npcaction-m_$5_name} ](~@{selected|character_name}|repeating_npcaction-m_$5_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$5_name|max};)[@{selected|repeating_npcaction-m_$6_name} ](~@{selected|character_name}|repeating_npcaction-m_$6_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$6_name|max};)[@{selected|repeating_npcaction-m_$7_name} ](~@{selected|character_name}|repeating_npcaction-m_$7_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$7_name|max};)[@{selected|repeating_npcaction-m_$8_name} ](~@{selected|character_name}|repeating_npcaction-m_$8_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$8_name|max};)[@{selected|repeating_npcaction-m_$9_name} ](~@{selected|character_name}|repeating_npcaction-m_$9_npc_action" style="background: none; background-color: transparent; border: none; padding: 0px; color: orange; text-decoration: none; display:none; display: block@{selected|repeating_npcaction-m_$9_name|max};)}}&{noerror}

주문 내부

/w gm &{template:npcaction} {{rname=@{selected|character_name}}} {{description=[-- Cantrips --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-cantrip_$0_spellname|max};)[@{selected|repeating_spell-cantrip_$0_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$0_spellname|max};)[@{selected|repeating_spell-cantrip_$1_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$1_spellname|max};)[@{selected|repeating_spell-cantrip_$2_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$2_spellname|max};)[@{selected|repeating_spell-cantrip_$3_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$3_spellname|max};)[@{selected|repeating_spell-cantrip_$4_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$4_spellname|max};)[@{selected|repeating_spell-cantrip_$5_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$5_spellname|max};)[@{selected|repeating_spell-cantrip_$6_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$6_spellname|max};)[@{selected|repeating_spell-cantrip_$7_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$7_spellname|max};)[@{selected|repeating_spell-cantrip_$8_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$8_spellname|max};)[@{selected|repeating_spell-cantrip_$9_spellname} ](~@{selected|character_name}|repeating_spell-cantrip_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-cantrip_$9_spellname|max};)[-- Level 1 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-1_$0_spellname|max};)[@{selected|repeating_spell-1_$0_spellname} ](~@{selected|character_name}|repeating_spell-1_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$0_spellname|max};)[@{selected|repeating_spell-1_$1_spellname} ](~@{selected|character_name}|repeating_spell-1_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$1_spellname|max};)[@{selected|repeating_spell-1_$2_spellname} ](~@{selected|character_name}|repeating_spell-1_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$2_spellname|max};)[@{selected|repeating_spell-1_$3_spellname} ](~@{selected|character_name}|repeating_spell-1_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$3_spellname|max};)[@{selected|repeating_spell-1_$4_spellname} ](~@{selected|character_name}|repeating_spell-1_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$4_spellname|max};)[@{selected|repeating_spell-1_$5_spellname} ](~@{selected|character_name}|repeating_spell-1_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$5_spellname|max};)[@{selected|repeating_spell-1_$6_spellname} ](~@{selected|character_name}|repeating_spell-1_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$6_spellname|max};)[@{selected|repeating_spell-1_$7_spellname} ](~@{selected|character_name}|repeating_spell-1_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$7_spellname|max};)[@{selected|repeating_spell-1_$8_spellname} ](~@{selected|character_name}|repeating_spell-1_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$8_spellname|max};)[@{selected|repeating_spell-1_$9_spellname} ](~@{selected|character_name}|repeating_spell-1_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-1_$9_spellname|max};)[-- Level 2 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-2_$0_spellname|max};)[@{selected|repeating_spell-2_$0_spellname} ](~@{selected|character_name}|repeating_spell-2_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$0_spellname|max};)[@{selected|repeating_spell-2_$1_spellname} ](~@{selected|character_name}|repeating_spell-2_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$1_spellname|max};)[@{selected|repeating_spell-2_$2_spellname} ](~@{selected|character_name}|repeating_spell-2_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$2_spellname|max};)[@{selected|repeating_spell-2_$3_spellname} ](~@{selected|character_name}|repeating_spell-2_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$3_spellname|max};)[@{selected|repeating_spell-2_$4_spellname} ](~@{selected|character_name}|repeating_spell-2_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$4_spellname|max};)[@{selected|repeating_spell-2_$5_spellname} ](~@{selected|character_name}|repeating_spell-2_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$5_spellname|max};)[@{selected|repeating_spell-2_$6_spellname} ](~@{selected|character_name}|repeating_spell-2_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$6_spellname|max};)[@{selected|repeating_spell-2_$7_spellname} ](~@{selected|character_name}|repeating_spell-2_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$7_spellname|max};)[@{selected|repeating_spell-2_$8_spellname} ](~@{selected|character_name}|repeating_spell-2_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$8_spellname|max};)[@{selected|repeating_spell-2_$9_spellname} ](~@{selected|character_name}|repeating_spell-2_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-2_$9_spellname|max};)[-- Level 3 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-3_$0_spellname|max};)[@{selected|repeating_spell-3_$0_spellname} ](~@{selected|character_name}|repeating_spell-3_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$0_spellname|max};)[@{selected|repeating_spell-3_$1_spellname} ](~@{selected|character_name}|repeating_spell-3_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$1_spellname|max};)[@{selected|repeating_spell-3_$2_spellname} ](~@{selected|character_name}|repeating_spell-3_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$2_spellname|max};)[@{selected|repeating_spell-3_$3_spellname} ](~@{selected|character_name}|repeating_spell-3_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$3_spellname|max};)[@{selected|repeating_spell-3_$4_spellname} ](~@{selected|character_name}|repeating_spell-3_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$4_spellname|max};)[@{selected|repeating_spell-3_$5_spellname} ](~@{selected|character_name}|repeating_spell-3_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$5_spellname|max};)[@{selected|repeating_spell-3_$6_spellname} ](~@{selected|character_name}|repeating_spell-3_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$6_spellname|max};)[@{selected|repeating_spell-3_$7_spellname} ](~@{selected|character_name}|repeating_spell-3_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$7_spellname|max};)[@{selected|repeating_spell-3_$8_spellname} ](~@{selected|character_name}|repeating_spell-3_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$8_spellname|max};)[@{selected|repeating_spell-3_$9_spellname} ](~@{selected|character_name}|repeating_spell-3_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-3_$9_spellname|max};)[-- Level 4 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-4_$0_spellname|max};)[@{selected|repeating_spell-4_$0_spellname} ](~@{selected|character_name}|repeating_spell-4_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$0_spellname|max};)[@{selected|repeating_spell-4_$1_spellname} ](~@{selected|character_name}|repeating_spell-4_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$1_spellname|max};)[@{selected|repeating_spell-4_$2_spellname} ](~@{selected|character_name}|repeating_spell-4_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$2_spellname|max};)[@{selected|repeating_spell-4_$3_spellname} ](~@{selected|character_name}|repeating_spell-4_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$3_spellname|max};)[@{selected|repeating_spell-4_$4_spellname} ](~@{selected|character_name}|repeating_spell-4_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$4_spellname|max};)[@{selected|repeating_spell-4_$5_spellname} ](~@{selected|character_name}|repeating_spell-4_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$5_spellname|max};)[@{selected|repeating_spell-4_$6_spellname} ](~@{selected|character_name}|repeating_spell-4_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$6_spellname|max};)[@{selected|repeating_spell-4_$7_spellname} ](~@{selected|character_name}|repeating_spell-4_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$7_spellname|max};)[@{selected|repeating_spell-4_$8_spellname} ](~@{selected|character_name}|repeating_spell-4_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$8_spellname|max};)[@{selected|repeating_spell-4_$9_spellname} ](~@{selected|character_name}|repeating_spell-4_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-4_$9_spellname|max};)[-- Level 5 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-5_$0_spellname|max};)[@{selected|repeating_spell-5_$0_spellname} ](~@{selected|character_name}|repeating_spell-5_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$0_spellname|max};)[@{selected|repeating_spell-5_$1_spellname} ](~@{selected|character_name}|repeating_spell-5_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$1_spellname|max};)[@{selected|repeating_spell-5_$2_spellname} ](~@{selected|character_name}|repeating_spell-5_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$2_spellname|max};)[@{selected|repeating_spell-5_$3_spellname} ](~@{selected|character_name}|repeating_spell-5_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$3_spellname|max};)[@{selected|repeating_spell-5_$4_spellname} ](~@{selected|character_name}|repeating_spell-5_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$4_spellname|max};)[@{selected|repeating_spell-5_$5_spellname} ](~@{selected|character_name}|repeating_spell-5_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$5_spellname|max};)[@{selected|repeating_spell-5_$6_spellname} ](~@{selected|character_name}|repeating_spell-5_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$6_spellname|max};)[@{selected|repeating_spell-5_$7_spellname} ](~@{selected|character_name}|repeating_spell-5_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$7_spellname|max};)[@{selected|repeating_spell-5_$8_spellname} ](~@{selected|character_name}|repeating_spell-5_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$8_spellname|max};)[@{selected|repeating_spell-5_$9_spellname} ](~@{selected|character_name}|repeating_spell-5_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-5_$9_spellname|max};)[-- Level 6 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-6_$0_spellname|max};)[@{selected|repeating_spell-6_$0_spellname} ](~@{selected|character_name}|repeating_spell-6_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$0_spellname|max};)[@{selected|repeating_spell-6_$1_spellname} ](~@{selected|character_name}|repeating_spell-6_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$1_spellname|max};)[@{selected|repeating_spell-6_$2_spellname} ](~@{selected|character_name}|repeating_spell-6_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$2_spellname|max};)[@{selected|repeating_spell-6_$3_spellname} ](~@{selected|character_name}|repeating_spell-6_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$3_spellname|max};)[@{selected|repeating_spell-6_$4_spellname} ](~@{selected|character_name}|repeating_spell-6_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$4_spellname|max};)[@{selected|repeating_spell-6_$5_spellname} ](~@{selected|character_name}|repeating_spell-6_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$5_spellname|max};)[@{selected|repeating_spell-6_$6_spellname} ](~@{selected|character_name}|repeating_spell-6_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$6_spellname|max};)[@{selected|repeating_spell-6_$7_spellname} ](~@{selected|character_name}|repeating_spell-6_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$7_spellname|max};)[@{selected|repeating_spell-6_$8_spellname} ](~@{selected|character_name}|repeating_spell-6_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$8_spellname|max};)[@{selected|repeating_spell-6_$9_spellname} ](~@{selected|character_name}|repeating_spell-6_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-6_$9_spellname|max};)[-- Level 7 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-7_$0_spellname|max};)[@{selected|repeating_spell-7_$0_spellname} ](~@{selected|character_name}|repeating_spell-7_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$0_spellname|max};)[@{selected|repeating_spell-7_$1_spellname} ](~@{selected|character_name}|repeating_spell-7_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$1_spellname|max};)[@{selected|repeating_spell-7_$2_spellname} ](~@{selected|character_name}|repeating_spell-7_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$2_spellname|max};)[@{selected|repeating_spell-7_$3_spellname} ](~@{selected|character_name}|repeating_spell-7_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$3_spellname|max};)[@{selected|repeating_spell-7_$4_spellname} ](~@{selected|character_name}|repeating_spell-7_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$4_spellname|max};)[@{selected|repeating_spell-7_$5_spellname} ](~@{selected|character_name}|repeating_spell-7_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$5_spellname|max};)[@{selected|repeating_spell-7_$6_spellname} ](~@{selected|character_name}|repeating_spell-7_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$6_spellname|max};)[@{selected|repeating_spell-7_$7_spellname} ](~@{selected|character_name}|repeating_spell-7_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$7_spellname|max};)[@{selected|repeating_spell-7_$8_spellname} ](~@{selected|character_name}|repeating_spell-7_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$8_spellname|max};)[@{selected|repeating_spell-7_$9_spellname} ](~@{selected|character_name}|repeating_spell-7_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-7_$9_spellname|max};)[-- Level 8 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-8_$0_spellname|max};)[@{selected|repeating_spell-8_$0_spellname} ](~@{selected|character_name}|repeating_spell-8_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$0_spellname|max};)[@{selected|repeating_spell-8_$1_spellname} ](~@{selected|character_name}|repeating_spell-8_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$1_spellname|max};)[@{selected|repeating_spell-8_$2_spellname} ](~@{selected|character_name}|repeating_spell-8_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$2_spellname|max};)[@{selected|repeating_spell-8_$3_spellname} ](~@{selected|character_name}|repeating_spell-8_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$3_spellname|max};)[@{selected|repeating_spell-8_$4_spellname} ](~@{selected|character_name}|repeating_spell-8_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$4_spellname|max};)[@{selected|repeating_spell-8_$5_spellname} ](~@{selected|character_name}|repeating_spell-8_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$5_spellname|max};)[@{selected|repeating_spell-8_$6_spellname} ](~@{selected|character_name}|repeating_spell-8_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$6_spellname|max};)[@{selected|repeating_spell-8_$7_spellname} ](~@{selected|character_name}|repeating_spell-8_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$7_spellname|max};)[@{selected|repeating_spell-8_$8_spellname} ](~@{selected|character_name}|repeating_spell-8_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$8_spellname|max};)[@{selected|repeating_spell-8_$9_spellname} ](~@{selected|character_name}|repeating_spell-8_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-8_$9_spellname|max};)[-- Level 9 Spells --](" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: #7e2d40; font-weight: bold; display: block@{selected|repeating_spell-9_$0_spellname|max};)[@{selected|repeating_spell-9_$0_spellname} ](~@{selected|character_name}|repeating_spell-9_$0_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$0_spellname|max};)[@{selected|repeating_spell-9_$1_spellname} ](~@{selected|character_name}|repeating_spell-9_$1_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$1_spellname|max};)[@{selected|repeating_spell-9_$2_spellname} ](~@{selected|character_name}|repeating_spell-9_$2_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$2_spellname|max};)[@{selected|repeating_spell-9_$3_spellname} ](~@{selected|character_name}|repeating_spell-9_$3_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$3_spellname|max};)[@{selected|repeating_spell-9_$4_spellname} ](~@{selected|character_name}|repeating_spell-9_$4_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$4_spellname|max};)[@{selected|repeating_spell-9_$5_spellname} ](~@{selected|character_name}|repeating_spell-9_$5_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$5_spellname|max};)[@{selected|repeating_spell-9_$6_spellname} ](~@{selected|character_name}|repeating_spell-9_$6_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$6_spellname|max};)[@{selected|repeating_spell-9_$7_spellname} ](~@{selected|character_name}|repeating_spell-9_$7_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$7_spellname|max};)[@{selected|repeating_spell-9_$8_spellname} ](~@{selected|character_name}|repeating_spell-9_$8_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$8_spellname|max};)[@{selected|repeating_spell-9_$9_spellname} ](~@{selected|character_name}|repeating_spell-9_$9_spell" style="background: none; background-color: transparent; border: none; padding: 0px; text-decoration: none; display:none; color: purple;  display: block@{selected|repeating_spell-9_$9_spellname|max};)}} {{name=Spellbook}} &{noerror}



추천 비추천

6

고정닉 3

0

댓글 영역

전체 댓글 0
등록순정렬 기준선택
본문 보기

하단 갤러리 리스트 영역

왼쪽 컨텐츠 영역

갤러리 리스트 영역

갤러리 리스트
번호 말머리 제목 글쓴이 작성일 조회 추천
2858 설문 SNS로 싸우면 절대 안 질 것 같은 고집 있는 스타는? 운영자 24/05/06 - -
2859 AD 나혼렙 어라이즈 그랜드 론칭! 운영자 24/05/09 - -
153023 공지 TRPG 뉴비가 자주 묻는 질문과 답변 [22] ROTARING갤로그로 이동합니다. 21.02.11 27572 67
183169 공지 한국어 D&D 5판에는 무슨 일이 있었나요? [11] ROTARING갤로그로 이동합니다. 23.08.01 9516 30
158139 공지 플레이를 할 때 참고하면 좋을 자료들 [2] ROTARING갤로그로 이동합니다. 21.06.29 23417 26
177524 공지 TRPG 마이너 갤러리 관리 기준 및 활동 지침 ROTARING갤로그로 이동합니다. 23.02.26 3458 0
177163 공지 호출용 게시글 [5] ROTARING갤로그로 이동합니다. 23.02.19 3355 0
195824 일반 비시머 서드파티로 눈돌리면 끝도없이 많던데 ㅇㅇ(175.117) 02:23 23 0
195823 일반 13시대 정도면 많이 하는 룰이지 ㅇㅇ(175.214) 02:15 24 0
195822 일반 비시머를 즐기기엔 데이터가 너무 적다는 놈들은 겜안분임 [3] ㅇㅇ갤로그로 이동합니다. 00:56 86 3
195821 일반 섀도우런) 플레이어 죽으려고 할 때마다 쫄깃하네 [1] ㅇㅇ(59.8) 00:48 61 2
195820 일반 TR할려면 어디서 구해야함? [5] ㅇㅇ(182.209) 00:27 87 0
195819 질문 dnd 5e 다중 공격이라고 되어있는 경우는 브래스도 포함임? [2] ㅇㅇ(222.105) 00:24 59 0
195818 일반 나도 마스터링 했던거 1장 [3] ㅇㅇ(118.235) 05.11 107 5
195816 질문 시노비가미 상극의 연무 이거 원래 npc 데이터 한명 없는거임? [4] ㅇㅇ(118.38) 05.11 59 0
195814 질문 디앤디 5판에서 몽크 할땐 분탕충이다 생각하고 플레이하면 되지? [20] ㅇㅇ(117.111) 05.11 191 0
195813 질문 시노비가미 하스바 중닌 빌드 뭐 좋은거 없나요 [3] ㅇㅇ갤로그로 이동합니다. 05.11 57 0
195812 일반 심심해서 매직에서 발더게팩 깐거 올림 [3] 스즈피갤로그로 이동합니다. 05.11 91 0
195811 일반 여기 갤 워해머40 세션은 관심 있음? [12] 엘프덕후(118.235) 05.11 191 1
195810 일반 비시머 해외선 인기 많은편인건가?? [8] ㅇㅇ(175.205) 05.11 172 0
195809 일반 원댄디) 레인저한테 좋은 드루이드 주문들? [11] ㅇㅇ(59.16) 05.11 125 0
195807 일반 ORPG 구회하기 힘드네요.. [8] ㅇㅇ(121.129) 05.11 241 0
195805 일반 13시대 질문 [13] 나이트나이트갤로그로 이동합니다. 05.11 340 10
195804 일반 서플 추천좀 [7] 유우동P갤로그로 이동합니다. 05.11 122 0
195803 일반 아니시발 야스 가이드북 보는데 [5] ㅇㅇ(121.170) 05.11 269 0
195802 질문 시나리오 쉽게 쓰는 법 없을까? [5] ㅇㅇ갤로그로 이동합니다. 05.11 153 0
195800 일반 밀리캐 터프 필수임? [21] ㅇㅇ(210.124) 05.11 281 0
195799 일반 나는 항상 디앤디에서 어둠을 쓰는걸 꺼려했다 [15] ㅇㅇ(175.117) 05.11 330 1
195798 로그/ 십십십퍼리주의) 엑스페리온 SF 외전 아스트로 단편 연재 [9] WG완비탄갤로그로 이동합니다. 05.11 228 10
195797 일반 그렘린 이새낀 파도파도 끝이 없네 [11] ㅇㅇ(115.88) 05.10 703 21
195796 이벤트 🎉후기 이벤트 결과🎉 [9] 강수수깡갤로그로 이동합니다. 05.10 427 16
195795 일반 ... [1] ㅇㅇ갤로그로 이동합니다. 05.10 268 2
195794 일반 애들아.. 이 난제는 어떻게 풀어..? [20] ㅇㅇ(183.98) 05.10 456 4
195793 일반 그래도 양키답게 수간과 페도는 지양하는구나 [10] ㅇㅇ(58.29) 05.10 386 6
195792 일반 댄디 섹스북 저거 좀 웃기네 [10] ㅇㅇ(59.5) 05.10 325 1
195791 리뷰/ (19) 던드 섹스 가이드 북 한글 번역 및 리뷰 [18] Ni갤로그로 이동합니다. 05.10 789 24
195790 일반 어제 자 하이라이트 [2] 1111(1.230) 05.10 207 0
195789 일반 trpg 정말 하고싶은데 [8] ㅇㅇ(218.49) 05.10 226 0
195788 일반 마스터링은 하는게 좆같다가도 [1] ㅇㅇ(104.28) 05.10 151 0
195787 일반 캠 소재 정했다 [12] 산카이도갤로그로 이동합니다. 05.10 191 3
195785 일반 사펑 엣지러너 trpg 출시 [3] ㅇㅇ(118.235) 05.10 293 3
195784 일반 레이지도 없고 레클리스도 없는게 무슨 바바리안이냐 [6] ㅇㅇ(211.219) 05.10 190 1
195783 일반 고블린이 쎈 논리적인 이유 [8] ㅇㅇ(118.235) 05.10 306 0
195782 일반 5판) 핀드워락 몽크 멀클 별론가 [2] ㅇㅇ(175.205) 05.10 147 0
195781 일반 일요일에 댄디할사람 [6] ㅇㅇ(118.235) 05.10 228 0
195780 일반 씹덕 OSE를 열어보고 싶군아 [1] ㅇㅇ(121.164) 05.10 122 1
195779 일반 씹덕 댄디가 하고싶구나 [3] ㅇㅇ(118.235) 05.10 231 0
195778 일반 Vtm과 무협지를 비교해보았다 [7] ㅇㅇ(186.249) 05.10 185 2
195777 일반 디앤디 컨셉을 떠올렸다가 너무 구린거 같아서 묻어놔야겠다 [9] ㅇㅇ(175.117) 05.10 338 0
195776 일반 티알 뉴비인데 [3] ㅇㅇ갤로그로 이동합니다. 05.09 173 0
195775 일반 [턀갤 집단지성] 5판) 각자 마지막 pc 클래스가 머엿음? [24] ㅇㅇ(211.193) 05.09 280 0
195773 일반 비욘드 이제 분할 구매 안되나 [3] ㅇㅇ(220.124) 05.09 145 0
195772 질문 [댄디 5판] 5레벨 단편인데 클래스 추천 좀 [17] ㅇㅇ(118.128) 05.09 209 0
195771 일반 디앤디 롱보우 딜러를 만들고 싶다 [9] ㅇㅇ(175.117) 05.09 195 0
195770 일반 검을 부딪히면서 싸우는 느낌을 줄 수 있는 룰 뭐 없을까 [10] ㅇㅇ(118.235) 05.09 267 1
195769 일반 포트용으로 쓰는 그림 ai 어느쪽 위주로 쓸까 고민이네 [13] ㅇㅇ(175.117) 05.09 283 1
195768 일반 원댄디) 거점 얼마나 유용하려나? [2] ㅇㅇ(175.223) 05.09 152 0
갤러리 내부 검색
제목+내용게시물 정렬 옵션

오른쪽 컨텐츠 영역

실시간 베스트

1/8

뉴스

디시미디어

디시이슈

1/2