Guest User

Untitled

a guest
Feb 19th, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. ============================================================
  2.  
  3. !-Generation - Pawn -
  4.  
  5. Table of Contents
  6. I. Introduction
  7. II. Passives
  8. III. Normal Skills
  9. IV. Ultimate Skills
  10. V. Other Notes
  11.  
  12. ============================================================
  13. I. Introduction
  14. ============================================================
  15.  
  16. +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  17. | HP | SP | ATK | DEF | INT | RES | DEX | FOC | LUK | AGI |
  18. +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  19. | S | B | C | E | C | E | C | C | C | C |
  20. +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  21.  
  22. Default Common Spell: -----
  23.  
  24. - Description -
  25. Blah blah blah.
  26.  
  27. ============================================================
  28. II. Passives
  29. ============================================================
  30.  
  31. Only two of the following passives may be equipped. Newer
  32. passives may be learned with !P but cannot be leveled up.
  33. Passives are always active unless specified.
  34.  
  35. Default Passives:
  36. -----
  37. -----
  38.  
  39. Passive explanation blahblahblah...
  40.  
  41. ------------------------------------------------------------
  42.  
  43. 1G. Go on without Me!
  44. !P Cost: X
  45. While user is dead, adjacent allies gain +25% MaxHP
  46. for current battle.
  47.  
  48. ------------------------------------------------------------
  49.  
  50. 2B. Take Care of the Rest!
  51. !P Cost: X
  52. While user is dead, adjacent allies gain +25% MaxSP
  53. for current battle.
  54.  
  55. ------------------------------------------------------------
  56.  
  57. 3R. Avenge Me!
  58. !P Cost: X
  59. While user is dead, adjacent allies gain +25% ATK
  60. for current battle.
  61.  
  62. ------------------------------------------------------------
  63.  
  64. 4O. Do Not Forget!
  65. !P Cost: X
  66. While user is dead, adjacent allies gain +25% INT
  67. for current battle.
  68.  
  69. ------------------------------------------------------------
  70.  
  71. 5W. Argh! I'm Hit!
  72. !P Cost: X
  73. While user is dead, adjacent allies gain +25% DEX
  74. for current battle.
  75.  
  76. ------------------------------------------------------------
  77.  
  78. 6D. Finish Our Mission!
  79. !P Cost: X
  80. While user is dead, adjacent allies gain +25% FOC
  81. for current battle.
  82.  
  83. ------------------------------------------------------------
  84.  
  85. 7P. May You Have Better Luck!
  86. !P Cost: X
  87. While user is dead, adjacent allies gain +25% LUK
  88. for current battle.
  89.  
  90. ------------------------------------------------------------
  91.  
  92. 8Y. Finish it Quickly!
  93. !P Cost: X
  94. While user is dead, adjacent allies gain +25% AGI
  95. for current battle.
  96.  
  97. ============================================================
  98. III. Normal Skills
  99. ============================================================
  100.  
  101. Four normal skills or three normal skills and an ultimate
  102. skill may be equipped at a time. New skills may be learned
  103. and leveled up using !P. Some normal skills may contain
  104. passives that are only active if the skill is equipped.
  105.  
  106. Default Skills:
  107. Q: -----
  108. W: -----
  109. E: -----
  110.  
  111. Normal skills explanation blahblahblah...
  112.  
  113. ------------------------------------------------------------
  114.  
  115. 1R. Side Swipe
  116. !P Cost: X * 2^(sk.lv)
  117. Use Cost: 4 SP
  118. Cooldown: n/a
  119. User deals 80% ATK DMG to foes adjacent to target foe. User
  120. deals no damage to target foe.
  121.  
  122. ------------------------------------------------------------
  123.  
  124. 2G. Face to Face
  125. !P Cost: X * 2^(sk.lv)
  126. Use Cost: 4 SP
  127. Cooldown: n/a
  128. Target foe is stunned for 2 turns. User is stunned for 3.
  129. During this time, user takes -50% DMG.
  130.  
  131. ------------------------------------------------------------
  132.  
  133. 3B. Spell Factor
  134. !P Cost: X * 2^(sk.lv)
  135. Use Cost: 4 SP
  136. Cooldown: n/a
  137. Chaos. 80% INT DMG to target foe. This spell's element
  138. changes to target foe's weakness during its next use.
  139.  
  140. ------------------------------------------------------------
  141.  
  142. 4O. Sharing is Caring
  143. !P Cost: X * 2^(sk.lv)
  144. Use Cost: n/a
  145. Cooldown: 3 turns
  146. Instant. Target ally gains 50% of user's current SP. User's
  147. SP drops to 0, but regenerates 15% MaxSP every turn for
  148. the next 3 turns.
  149.  
  150. ------------------------------------------------------------
  151.  
  152. 5W. Assist Attack
  153. !P Cost: X * 2^(sk.lv)
  154. Use Cost: 4 SP
  155. Cooldown: 1 turn
  156. Instant. Assist target ally's next action. Pawn will attack
  157. immediately after target ally and will take the brunt of any
  158. counters following.
  159.  
  160. ------------------------------------------------------------
  161.  
  162. 6D. Assist Spell
  163. !P Cost: X * 2^(sk.lv)
  164. Use Cost: 4 SP
  165. Cooldown: 1 turn
  166. Instant. Assist target ally's next spell. Pawn spend double
  167. the SP cost of the spell to increase its DMG by +50%.
  168.  
  169. ------------------------------------------------------------
  170.  
  171. 7P. Luckerific
  172. !P Cost: X * 2^(sk.lv)
  173. Use Cost: 20 SP
  174. Cooldown: 6 turn
  175. Instant. For the next 3 turns, any critical hits that would
  176. land on user would be turned into Nicks instead.
  177.  
  178. ------------------------------------------------------------
  179.  
  180. 8Y. First Move
  181. !P Cost: X * 2^(sk.lv)
  182. Use Cost: 8 SP
  183. Cooldown: Once Per Battle
  184. User is the first to act during current turn. User deals
  185. 50% AGI DMG to target foe and stuns foe for current turn.
  186.  
  187. ============================================================
  188. IV. Ultimate Skills
  189. ============================================================
  190.  
  191. One ultimate skill or none may be equipped at any time.
  192. Ultimate skills are by far the most expensive to learn and
  193. level up, but they are also amongst the most powerful. Some
  194. ultimates may contain passives that are only active as long
  195. as the ultimate skill is equipped.
  196.  
  197. Default Ultimate:
  198. R: -----
  199.  
  200. Ultimate skills explanation blahblahblah...
  201.  
  202. ------------------------------------------------------------
  203.  
  204. 1R. Sacrifice Me!
  205. !P Cost: X * 2^(sk.lv)
  206. Use Cost: 10 SP
  207. Cooldown: n/a
  208. Instant. User dies. Target ally gains MaxHP equal to user's
  209. current HP before user died until the end of battle.
  210.  
  211. ------------------------------------------------------------
  212.  
  213. 2G. For Wonderland!
  214. !P Cost: X * 2^(sk.lv)
  215. Use Cost: 10 SP
  216. Cooldown: n/a
  217. Instant. User dies. Target ally gains MaxSP equal to user's
  218. current SP before user died until the end of battle.
  219.  
  220. ------------------------------------------------------------
  221.  
  222. 3B. Make Use of Me!
  223. !P Cost: X * 2^(sk.lv)
  224. Use Cost: 10 SP
  225. Cooldown: n/a
  226. Instant. User dies. Target ally gains ATK equal to 50%
  227. of user's ATK until the end of battle.
  228.  
  229. ------------------------------------------------------------
  230.  
  231. 4O. This is for You!
  232. !P Cost: X * 2^(sk.lv)
  233. Use Cost: 10 SP
  234. Cooldown: n/a
  235. Instant. User dies. Target ally gains INT equal to 50%
  236. of user's INT until the end of battle.
  237.  
  238. ------------------------------------------------------------
  239.  
  240. 5W. Remember Me!
  241. !P Cost: X * 2^(sk.lv)
  242. Use Cost: 10 SP
  243. Cooldown: n/a
  244. Instant. User dies. Target ally gains DEX equal to 50%
  245. of user's DEX until the end of battle.
  246.  
  247. ------------------------------------------------------------
  248.  
  249. 6D. For My Queendom!
  250. !P Cost: X * 2^(sk.lv)
  251. Use Cost: 10 SP
  252. Cooldown: n/a
  253. Instant. User dies. Target ally gains FOC equal to 50%
  254. of user's FOC until the end of battle.
  255.  
  256. ------------------------------------------------------------
  257.  
  258. 7P. You Lucky Dastard!
  259. !P Cost: X * 2^(sk.lv)
  260. Use Cost: 10 SP
  261. Cooldown: n/a
  262. Instant. User dies. Target ally gains LUK equal to 50%
  263. of user's LUK until the end of battle.
  264.  
  265. ------------------------------------------------------------
  266.  
  267. 8Y. Leave Me Behind!
  268. !P Cost: X * 2^(sk.lv)
  269. Use Cost: 10 SP
  270. Cooldown: n/a
  271. Instant. User dies. Target ally gains AGI equal to 50%
  272. of user's AGI until the end of battle.
  273.  
  274. ============================================================
  275. V. Other Notes
  276. ============================================================
  277.  
  278. Blahblahblah...
  279.  
  280. ============================================================
Add Comment
Please, Sign In to add comment