Guest User

Untitled

a guest
May 16th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. --Class Tree--
  2.  
  3.  
  4.  
  5.  
  6. |Marauder
  7. |Berserker---|
  8. | |Viking
  9. |
  10. | |Gladiator
  11. |Warrior-----|Swordsman---|
  12. | | |Fencer
  13. | |
  14. | | |Dragoon
  15. | |Defender----|
  16. | |Paladin
  17. |
  18. | |Thermic
  19. | |Elementalist|
  20. | | |Conduit
  21. | |
  22. | | |Psion
  23. |Freelancer--|Mage--------|Kineticist--|
  24. | | |Ravager
  25. | |
  26. | | |Sage
  27. | |Healer------|
  28. | |Necromancer
  29. |
  30. | |Assassin
  31. | |Thief-------|
  32. | | |Poacher
  33. | |
  34. | | |Sniper
  35. |Rogue-------|Archer------|
  36. | |Ballista
  37. |
  38. | |Jester
  39. |Bard--------|
  40. |Dancer
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. --Job Tree--
  48.  
  49.  
  50. |Blacksmith
  51. |
  52. |Craftsman---|Carpenter
  53. | |
  54. | |Tailor
  55. |
  56. | |Enchanter
  57. | |
  58. |Freelancer--|Academic----|Alchemist
  59. | |
  60. | |Engineer
  61. |
  62. | |------------
  63. | |
  64. |------------|------------
  65. |
  66. |------------
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. --Weapons--
  74.  
  75. Shortsword
  76. Shortbow
  77.  
  78. Halberd
  79. Spear
  80. Mace
  81. Greatsword
  82. Sword
  83. Rapier
  84. Axe
  85. Hammer
  86. Shield
  87.  
  88. Wand
  89. Staff
  90. Book
  91.  
  92. Dagger
  93. Trap
  94. Throwable
  95. Bow
  96. Greatbow
  97. Crossbow
  98. Instrument
  99.  
  100.  
  101. Weapons have 4 main attributes: how many hands it takes to hold them, their slashing/cutting power, stabbing/penetration power, weight, and range.
  102. One handed weapons can be used with shields if the class is able to use shields.
  103. Weight determines how much the weapon knocks back a target on hit, how much bludgeoning damage it inflicts, how fast/slow the weapon is swung, and how much energy it takes to use. Heavier weapons will cut better than light ones, but they will also stab slower and therefore weaker.
  104. Range is how far the weapon can reach. Long-ranged melee weapons swing slower than short-ranged ones.
  105.  
  106. -----------------
  107. | Shortsword
  108. -----------------
  109. Hands: 1
  110. Cutting: 3/5
  111. Stabbing: 3/5
  112. Weight: Medium
  113. Range: Medium-Melee
  114.  
  115. -----------------
  116. | Shortbow
  117. -----------------
  118. Hands: 2
  119. Cutting: 0
  120. Stabbing: 2
  121. Weight: Light
  122. Range: Medium-Ranged
  123.  
  124. -----------------
  125. | Halberd
  126. -----------------
  127. Hands: 2
  128. Cutting: 4
  129. Stabbing: 3
  130. Weight: Heavy
  131. Range: Long-Melee
  132.  
  133. -----------------
  134. | Spear
  135. -----------------
  136. Hands: 1
  137. Cutting: 0
  138. Stabbing: 5
  139. Weight: Light
  140. Range: Long-Melee
  141.  
  142. -----------------
  143. | Mace
  144. -----------------
  145. Hands: 1
  146. Cutting: 0
  147. Stabbing: 0
  148. Weight: Medium-Heavy
  149. Range: Medium-Melee
  150.  
  151. -----------------
  152. | Greatsword
  153. -----------------
  154. Hands: 2
  155. Cutting: 4
  156. Stabbing: 4
  157. Weight: Medium-Heavy
  158. Range: Long-Melee
  159.  
  160. -----------------
  161. | Sword
  162. -----------------
  163. Hands: 1
  164. Cutting: 5
  165. Stabbing: 5
  166. Weight: Medium
  167. Range: Medium-Melee
  168.  
  169. -----------------
  170. | Rapier
  171. -----------------
  172. Hands: 1
  173. Cutting: 3
  174. Stabbing: 5
  175. Weight: Light
  176. Range: Medium-Melee
  177.  
  178. -----------------
  179. | Axe
  180. -----------------
  181. Hands: 2
  182. Cutting: 5
  183. Stabbing: 0
  184. Weight: Heavy
  185. Range: Long-Melee
  186.  
  187. -----------------
  188. | Hammer
  189. -----------------
  190. Hands: 2
  191. Cutting: 0
  192. Stabbing: 0
  193. Weight: Very Heavy
  194. Range: Medium-Melee
  195.  
  196. -----------------
  197. | Shield
  198. -----------------
  199. Hands: 1
  200. Cutting: 0
  201. Stabbing: 0
  202. Weight: Varies
  203. Range: Short-Melee
  204.  
  205. -----------------
  206. | Wand
  207. -----------------
  208. Hands: 1
  209. Cutting: 0
  210. Stabbing: 0
  211. Weight: Medium
  212. Range: Short-Melee
  213.  
  214. -----------------
  215. | Staff
  216. -----------------
  217. Hands: 2
  218. Cutting: 0
  219. Stabbing: 0
  220. Weight: Medium
  221. Range: Long-Melee
  222.  
  223. -----------------
  224. | Book
  225. -----------------
  226. Hands: 2
  227. Cutting: 0
  228. Stabbing: 0
  229. Weight: Medium
  230. Range: Short-Melee
  231.  
  232. -----------------
  233. | Dagger
  234. -----------------
  235. Hands: 1
  236. Cutting: 5
  237. Stabbing: 5
  238. Weight: Light
  239. Range: Short-Melee
  240.  
  241. -----------------
  242. | Trap
  243. -----------------
  244. Hands: None
  245. Cutting: Varies
  246. Stabbing: Varies
  247. Weight: Varies
  248. Range: Varies
  249.  
  250. -----------------
  251. | Throwable
  252. -----------------
  253. Hands: 1
  254. Cutting: Varies
  255. Stabbing: Varies
  256. Weight: Light to Medium
  257. Range: Varies
  258.  
  259. -----------------
  260. | Bow
  261. -----------------
  262. Hands: 2
  263. Cutting: 0
  264. Stabbing: 3
  265. Weight: Medium
  266. Range: Medium-Range
  267.  
  268. -----------------
  269. | Greatbow
  270. -----------------
  271. Hands: 2
  272. Cutting: 0
  273. Stabbing: 4
  274. Weight: Medium
  275. Range: Long-Range
  276.  
  277. -----------------
  278. | Crossbow
  279. -----------------
  280. Hands: 2
  281. Cutting: 0
  282. Stabbing: 5
  283. Weight: Medium
  284. Range: Medium-Range
  285.  
  286. -----------------
  287. | Instrument
  288. -----------------
  289. Hands: 2
  290. Cutting: 0
  291. Stabbing: 0
  292. Weight: Varies
  293. Range: Medium-Range
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. --Armor--
  302.  
  303. (Heavy Armor)
  304. Heavy Helmet
  305. Heavy Cuirass
  306. Heavy Gauntlets
  307. Heavy Greaves
  308. Heavy Boots
  309.  
  310. (Light Armor)
  311. Light Helmet
  312. Light Cuirass
  313. Light Gauntlets
  314. Light Greaves
  315. Light Boots
  316.  
  317. (Robe)
  318. Robe
  319.  
  320. (Clothes)
  321. Hat
  322. Shirt
  323. Pants
  324. Gloves
  325. Boots
  326. Belt
  327.  
  328. (Accessory)
  329. Hair Accessory
  330. Necklace
  331. Earrings
  332. Ring
  333.  
  334.  
  335.  
  336.  
  337.  
  338. --Classes--
  339.  
  340. (All classes can use Shortswords, Shortbows, Clothes, and Accessories)
  341.  
  342. Each class has its own set of skills that the character can use. When a player is playing a class, they can use their current class's skills as well as the skills in the classes that lead up to their current one.
  343. Characters can also equip another set of skills from a single class that they've played before.
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350. -----------------
  351. | Freelancer
  352. -----------------
  353. Weapons: All
  354. Armor: All
  355. Subclass: Warrior, Mage, Rogue
  356. Description:
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363. -----------------
  364. | Warrior
  365. -----------------
  366. Weapons: Lance, Halberd, Spear, Greatsword, Sword, Rapier, Axe, Hammer, Mace, Shield
  367. Armor: Heavy Armor, Light Armor
  368. Subclass: Berserker, Swordsman, Defender
  369. Description:
  370.  
  371. -----------------
  372. | Berserker
  373. -----------------
  374. Weapons: Axe, Hammer, Mace
  375. Armor: Heavy Armor, Light Armor
  376. Subclass: Marauder, Viking
  377. Description:
  378.  
  379. -----------------
  380. | Swordsman
  381. -----------------
  382. Weapons: Greatsword, Sword, Rapier, Shield
  383. Armor: Light Armor
  384. Subclass: Gladiator, Fencer
  385. Description:
  386.  
  387. -----------------
  388. | Defender
  389. -----------------
  390. Weapons: Lance, Halberd, Spear, Mace, Shield
  391. Armor: Heavy Armor
  392. Subclass: Paladin, Dragoon
  393. Description:
  394.  
  395. -----------------
  396. | Marauder
  397. -----------------
  398. Weapons: Hammer, Mace
  399. Armor: Heavy Armor, Light Armor
  400. Subclass: -
  401. Description:
  402.  
  403. -----------------
  404. | Viking
  405. -----------------
  406. Weapons: Axe
  407. Armor: Heavy Armor, Light Armor
  408. Subclass: -
  409. Description:
  410.  
  411. -----------------
  412. | Gladiator
  413. -----------------
  414. Weapons: Greatsword, Sword, Shield
  415. Armor: Light Armor
  416. Subclass: -
  417. Description:
  418.  
  419. -----------------
  420. | Fencer
  421. -----------------
  422. Weapons: Sword, Rapier, Shield
  423. Armor: Light Armor
  424. Subclass: -
  425. Description:
  426.  
  427. -----------------
  428. | Paladin
  429. -----------------
  430. Weapons: Spear, Mace, Shield
  431. Armor: Heavy Armor
  432. Subclass: -
  433. Description:
  434.  
  435. -----------------
  436. | Dragoon
  437. -----------------
  438. Weapons: Halberd, Spear, Shield
  439. Armor: Heavy Armor
  440. Subclass: -
  441. Description:
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449. -----------------
  450. | Mage
  451. -----------------
  452. Weapons: Staff, Book, Wand
  453. Armor: Robes
  454. Subclass: Elementalist, Kineticist, Healer
  455. Description:
  456.  
  457. -----------------
  458. | Elementalist
  459. -----------------
  460. Weapons: Wand
  461. Armor: Robes
  462. Subclass: Thermic, Conduit
  463. Description:
  464.  
  465. -----------------
  466. | Kineticist
  467. -----------------
  468. Weapons: Staff
  469. Armor: Robes
  470. Subclass: Psion, Ravager
  471. Description:
  472.  
  473. -----------------
  474. | Healer
  475. -----------------
  476. Weapons: Book
  477. Armor: Robes
  478. Subclass: Sage, Necromancer
  479. Description:
  480.  
  481. -----------------
  482. | Thermic
  483. -----------------
  484. Weapons: Wand
  485. Armor: Robes
  486. Subclass: -
  487. Description:
  488.  
  489. -----------------
  490. | Conduit
  491. -----------------
  492. Weapons: Wand
  493. Armor: Robes
  494. Subclass: -
  495. Description:
  496.  
  497. -----------------
  498. | Psion
  499. -----------------
  500. Weapons: Staff
  501. Armor: Robes
  502. Subclass: -
  503. Description:
  504.  
  505. -----------------
  506. | Ravager
  507. -----------------
  508. Weapons: Staff
  509. Armor: Robes
  510. Subclass: -
  511. Description:
  512.  
  513. -----------------
  514. | Psion
  515. -----------------
  516. Weapons: Staff
  517. Armor: Robes
  518. Subclass: -
  519. Description:
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. -----------------
  528. | Rogue
  529. -----------------
  530. Weapons: Dagger, Bow, Greatbow, Crossbow, Instrument, Trap, Throwable
  531. Armor: Light Armor, Robes
  532. Subclass: Thief, Archer, Bard
  533. Description:
  534.  
  535. -----------------
  536. | Thief
  537. -----------------
  538. Weapons: Dagger, Trap, Throwable
  539. Armor: Light Armor, Robes
  540. Subclass: Assassin, Poacher
  541. Description:
  542.  
  543. -----------------
  544. | Archer
  545. -----------------
  546. Weapons: Bow, Greatbow, Crossbow
  547. Armor: Light Armor, Robes
  548. Subclass: Sniper, Ballista
  549. Description:
  550.  
  551. -----------------
  552. | Bard
  553. -----------------
  554. Weapons: Dagger, Throwable, Instrument
  555. Armor: Robes
  556. Subclass: Jester, Dancer
  557. Description:
  558.  
  559. -----------------
  560. | Dancer
  561. -----------------
  562. Weapons: Dagger, Throwable, Instrument
  563. Armor: Robes
  564. Subclass: -
  565. Description:
  566.  
  567. -----------------
  568. | Jester
  569. -----------------
  570. Weapons: Dagger, Throwable, Instrument
  571. Armor: Robes
  572. Subclass: -
  573. Description:
  574.  
  575.  
  576.  
  577.  
  578.  
  579. --Jobs--
  580.  
  581. Jobs allow the character to create a variety of things.
  582.  
  583.  
  584. -----------------
  585. | Craftsman
  586. -----------------
  587. Creates weapons and armor
  588.  
  589. -----------------
  590. | Blacksmith
  591. -----------------
  592. Specializes in creating metal armor and weapons
  593.  
  594. -----------------
  595. | Carpenter
  596. -----------------
  597. Specializes in creating wooden/leather weapons and armor
  598.  
  599. -----------------
  600. | Tailor
  601. -----------------
  602. Specialzes in creating clothing and accessories
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610. -----------------
  611. | Academic
  612. -----------------
  613. Can create books, wands, spells, potions, and devices (like traps).
  614.  
  615. -----------------
  616. | Enchanter
  617. -----------------
  618. Specializes in creating runic spells and enchanting items.
  619.  
  620. -----------------
  621. | Alchemist
  622. -----------------
  623. Specializes in creating potions and other chemicals.
  624.  
  625. -----------------
  626. | Engineer
  627. -----------------
  628. Specializes in creating contraptions.
Add Comment
Please, Sign In to add comment