Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
character:c_template [2019/09/12 10:54] Kylecharacter:c_template [2019/11/21 13:09] Kyle
Line 1: Line 1:
 ====== @@Character Name@@ ====== ====== @@Character Name@@ ======
  
-<const> 
-str_n=@@STR Score@@ 
-str_c=(str_n - 10) / 2 
-str_r:str_c 
  
-dex_n=@@DEX Score@@ 
-dex_c=(dex_n - 10) / 2 
-dex_r:dex_c 
- 
-con_n=@@CON Score@@ 
-con_c=(con_n - 10) / 2 
-con_r:con_c 
- 
-int_n=@@INT Score@@ 
-int_c=(int_n - 10) / 2 
-int_r:int_c 
- 
-wis_n=@@WIS Score@@ 
-wis_c=(wis_n - 10) / 2 
-wis_r:wis_c 
- 
-cha_n=@@CHA Score@@ 
-cha_c=(cha_n - 10) / 2 
-cha_r:cha_c 
-</const> 
  
 ---- ----
Line 100: Line 76:
 ^  Item  ^  Stats  ^ ^  Item  ^  Stats  ^
 |        |         | |        |         |
 +
 +<const>
 +str_n=20
 +str_c=(str_n - 10) / 2
 +str_r:str_c
 +
 +dex_n=@@DEX Score@@
 +dex_c=(dex_n - 10) / 2
 +dex_r:dex_c
 +
 +con_n=@@CON Score@@
 +con_c=(con_n - 10) / 2
 +con_r:con_c
 +
 +int_n=@@INT Score@@
 +int_c=(int_n - 10) / 2
 +int_r:int_c
 +
 +wis_n=@@WIS Score@@
 +wis_c=(wis_n - 10) / 2
 +wis_r:wis_c
 +
 +cha_n=@@CHA Score@@
 +cha_c=(cha_n - 10) / 2
 +cha_r:cha_c
 +</const>
  • character/c_template.txt
  • Last modified: 7 months ago
  • by Kyle