Advertisement
KyadCK

Skill.ini

Jan 25th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. ; skill.ini
  2. ; skill definitions
  3. ;
  4. ; Skill=<int> - skill ID
  5. ; Name=<text> - display name
  6. ; Usable=1 - player can use but not improve
  7. ; SkillPoints=<int> - points needed to train
  8. ; Str=1 - true if exist; false if ommited
  9. ; Dex=1
  10. ; Quick=1
  11. ; Intel=1
  12. ; Wisdom=1
  13. ; Divisor=<int> - number to divide sum by to get base
  14.  
  15.  
  16.  
  17. Skill=1
  18. Name=Melee Defense
  19. Usable=1
  20. SkillPoints=10
  21. Dex=1
  22. Quick=1
  23. Divisor=3
  24. BurdenFactor
  25. Description=Ability to evade attacks with melee weapon.
  26. Purpose=Misc
  27. ;;;;;potion made
  28.  
  29.  
  30. Skill=2
  31. Name=Unarmed Attack
  32. Usable=1
  33. SkillPoints=6
  34. Str=1
  35. Dex=1
  36. Divisor=3
  37. BurdenFactor
  38. Description=Ability to use bare hands or claw like weapons.
  39. Purpose=Melee
  40. ;;;;;potion made
  41.  
  42.  
  43. Skill=3
  44. Name=Dagger
  45. Usable=1
  46. SkillPoints=4
  47. Dex=1
  48. Quick=1
  49. Divisor=3
  50. BurdenFactor
  51. Description=Ability to use daggers as a melee weapon.
  52. Purpose=Melee
  53. ;;;;;potion made
  54.  
  55.  
  56. Skill=4
  57. Name=Sword
  58. Usable=1
  59. SkillPoints=6
  60. Str=1
  61. Dex=1
  62. Divisor=3
  63. BurdenFactor
  64. Description=Ability to use swords as a melee weapon.
  65. Purpose=Melee
  66. ;;;;;potion made
  67.  
  68.  
  69. Skill=5
  70. Name=Axe
  71. Usable=1
  72. SkillPoints=6
  73. Str=1
  74. Dex=1
  75. Divisor=3
  76. BurdenFactor
  77. Description=Ability to use axes as a melee weapon.
  78. Purpose=Melee
  79. ;;;;;potion made
  80.  
  81.  
  82. Skill=6
  83. Name=Mace
  84. Usable=1
  85. SkillPoints=6
  86. Str=1
  87. Dex=1
  88. Divisor=3
  89. BurdenFactor
  90. Description=Ability to use maces or clubs as a melee weapon.
  91. Purpose=Melee
  92. ;;;;;potion made
  93.  
  94.  
  95. Skill=7
  96. Name=Spear
  97. Usable=1
  98. SkillPoints=6
  99. Str=1
  100. Dex=1
  101. Divisor=3
  102. BurdenFactor
  103. Description=Ability to use spears as a melee weapon.
  104. Purpose=Melee
  105. ;;;;;potion made
  106.  
  107.  
  108. Skill=8
  109. Name=Staff
  110. Usable=1
  111. SkillPoints=6
  112. Str=1
  113. Dex=1
  114. Divisor=3
  115. BurdenFactor
  116. Description=Ability to use staffs as a melee weapon.
  117. Purpose=Melee
  118. ;;;;;potion made
  119.  
  120.  
  121. Skill=9
  122. Name=Flail
  123. Usable=1
  124. SkillPoints=6
  125. Str=1
  126. Dex=1
  127. Divisor=3
  128. BurdenFactor
  129. Description=Ability to use flails as a melee weapon.
  130. Purpose=Melee
  131. ;;;;;potion made
  132.  
  133.  
  134. Skill=10
  135. Name=Scythe
  136. Usable=1
  137. SkillPoints=6
  138. Str=1
  139. Dex=1
  140. Divisor=3
  141. BurdenFactor
  142. Description=Ability to use scythes as a melee weapon.
  143. Purpose=Melee
  144.  
  145.  
  146. Skill=11
  147. Name=Missle Defense
  148. Usable=1
  149. FreeSkill
  150. SkillPoints=6
  151. Dex=1
  152. Quick=1
  153. Divisor=3
  154. BurdenFactor
  155. Description=Ability to evade/dodge missle attacks like arrows.
  156. Purpose=Misc
  157. ;;;;;potion made
  158.  
  159.  
  160. Skill=12
  161. Name=Bow
  162. Usable=1
  163. SkillPoints=6
  164. Dex=1
  165. Divisor=2
  166. BurdenFactor
  167. Description=Ability to use bows as a missle weapon.
  168. Purpose=Missle
  169. ;;;;;potion made
  170.  
  171.  
  172. Skill=13
  173. Name=Crossbow
  174. Usable=1
  175. SkillPoints=6
  176. Str=1
  177. Dex=1
  178. Divisor=3
  179. BurdenFactor
  180. Description=Ability to use crossbows as a missle weapon.
  181. Purpose=Missle
  182. ;;;;;potion made
  183.  
  184.  
  185. Skill=14
  186. Name=Throwing
  187. Usable=1
  188. SkillPoints=4
  189. Dex=1
  190. Quick=1
  191. Divisor=3
  192. BurdenFactor
  193. Description=Ability to throw objects like knifes as a missle weapon.
  194. Purpose=Missle
  195. ;;;;;potion made
  196.  
  197.  
  198. Skill=15
  199. Name=Magic Defense
  200. Usable=1
  201. FreeSkill
  202. SkillPoints=6
  203. Str=1
  204. Dex=1
  205. Quick=1
  206. Intel=1
  207. Wisdom=1
  208. Divisor=5
  209. Description=Ability to resist harmful spells cast on you.
  210. Purpose=Misc
  211. ;;;;;potion made
  212.  
  213.  
  214. Skill=16
  215. Name=Black Magic
  216. Usable=1
  217. SkillPoints=10
  218. Intel=1
  219. Wisdom=1
  220. Divisor=4
  221. Description=Offensive magic used to cause damage to the target.
  222. Purpose=Magic
  223. ;;;;;potion made
  224.  
  225.  
  226. Skill=17
  227. Name=White Magic
  228. Usable=1
  229. SkillPoints=8
  230. Intel=1
  231. Wisdom=1
  232. Divisor=3
  233. Description=Defensive magic mainly for restoration and renewal.
  234. Purpose=Magic
  235. ;;;;;potion made
  236.  
  237.  
  238. Skill=18
  239. Name=Red Magic
  240. Usable=1
  241. SkillPoints=6
  242. Intel=1
  243. Wisdom=1
  244. Divisor=3
  245. Description=Enhancement magic for skills and attributes of players.
  246. Purpose=Magic
  247. ;;;;;potion made
  248.  
  249.  
  250. Skill=19
  251. Name=Blue Magic
  252. Usable=1
  253. SkillPoints=6
  254. Intel=1
  255. Wisdom=1
  256. Divisor=3
  257. Description=Item manipulation, animation, and warp magic.
  258. Purpose=Magic
  259. ;;;;;potion made
  260.  
  261.  
  262. Skill=20
  263. Name=Mana Conversion
  264. Usable=1
  265. SkillPoints=6
  266. Intel=1
  267. Wisdom=1
  268. Divisor=3
  269. Description=Ability to use Mana more effeciently when casting spells.
  270. ;;;;;potion made
  271.  
  272.  
  273. Skill=21
  274. Name=Alchemy
  275. Usable=1
  276. SkillPoints=6
  277. Intel=1
  278. Wisdom=1
  279. Divisor=3
  280. Description=Ability to make potions.
  281. ;;;;;potion made
  282.  
  283.  
  284. Skill=22
  285. Name=Read Ancient
  286. Usable=1
  287. SkillPoints=2
  288. Intel=1
  289. Wisdom=1
  290. Divisor=4
  291. Description=Ability to decipher ancient writing and speak the ancient language.
  292.  
  293.  
  294. Skill=23
  295. Name=Swim
  296. FreeSkill
  297. SkillPoints=2
  298. Usable=1
  299. Str=1
  300. Dex=1
  301. Quick=1
  302. Divisor=4
  303. BurdenFactor
  304. Description=Ability to move in water efficiently.
  305.  
  306.  
  307. Skill=24
  308. Name=Scan
  309. Usable=1
  310. FreeSkill
  311. SkillPoints=2
  312. Str=1
  313. Dex=1
  314. Quick=1
  315. Intel=1
  316. Wisdom=1
  317. Divisor=5
  318. Description=Ability to discover players in stealth mode.
  319.  
  320.  
  321. Skill=25
  322. Name=Run
  323. Usable=1
  324. FreeSkill
  325. SkillPoints=2
  326. Quick=1
  327. Divisor=1
  328. BurdenFactor
  329. Description=Ability to move on the map faster.
  330.  
  331.  
  332. Skill=26
  333. Name=Deception
  334. Usable=1
  335. SkillPoints=2
  336. Str=1
  337. Dex=1
  338. Quick=1
  339. Intel=1
  340. Wisdom=1
  341. Divisor=5
  342. Description=Ability to hide your stats from other players.
  343.  
  344.  
  345. Skill=27
  346. Name=Assess
  347. Usable=1
  348. FreeSkill
  349. SkillPoints=2
  350. Str=1
  351. Dex=1
  352. Quick=1
  353. Intel=1
  354. Wisdom=1
  355. Divisor=5
  356. Description=Ability to discover any players stats.
  357.  
  358.  
  359. Skill=28
  360. Name=Stealth
  361. Usable=1
  362. SkillPoints=10
  363. Dex=1
  364. Intel=1
  365. Divisor=4
  366. BurdenFactor
  367. ;;;;;potion made
  368. Description=Ability to move on the map unseen.
  369.  
  370.  
  371. Skill=29
  372. Name=Trap
  373. Usable=1
  374. SkillPoints=4
  375. Dex=1
  376. Intel=1
  377. Divisor=3
  378. ;;;;;potion made
  379. Description=Ability to arm and disarm traps.
  380.  
  381.  
  382. Skill=30
  383. Name=Tame
  384. Usable=1
  385. SkillPoints=4
  386. Str=1
  387. Dex=1
  388. Quick=1
  389. Intel=1
  390. Wisdom=1
  391. Divisor=5
  392. ;SpecialFeature
  393. ;;;;;potion made
  394. Description=Ability to tame a monster for you to control.
  395.  
  396.  
  397.  
  398. Skill=31
  399. Name=Blacksmith
  400. Usable=1
  401. SkillPoints=8
  402. Dex=1
  403. Str=1
  404. Divisor=3
  405. ;;;;;potion made
  406. Description=Ability to form weapons, armor, tools, etc from metals.
  407.  
  408.  
  409. Skill=32
  410. Name=Farming
  411. SkillPoints=4
  412. Usable=1
  413. Dex=1
  414. Wisdom=1
  415. Divisor=3
  416. Description=Ability to plant, grow, and harvest raw materials and food.
  417.  
  418.  
  419. Skill=33
  420. Name=Masonry
  421. Usable=1
  422. SkillPoints=4
  423. Str=1
  424. Dex=1
  425. Divisor=3
  426. Description=Ability to use stone in building and craftmanship.
  427.  
  428.  
  429. Skill=34
  430. Name=Fishing
  431. Usable=1
  432. SkillPoints=2
  433. Dex=1
  434. Wisdom=1
  435. Divisor=3
  436. Description=Ability to catch fish.
  437.  
  438.  
  439. Skill=35
  440. Name=Cooking
  441. Usable=1
  442. SkillPoints=4
  443. Intel=1
  444. Wisdom=1
  445. Divisor=3
  446. Description=Ability to prepare and cook foods.
  447.  
  448.  
  449. Skill=36
  450. Name=Mining
  451. Usable=1
  452. SkillPoints=4
  453. Str=1
  454. Divisor=2
  455. Description=Ability to dig caves and recover ore.
  456.  
  457.  
  458. Skill=37
  459. Name=Fletching
  460. Usable=1
  461. SkillPoints=4
  462. Dex=1
  463. Intel=1
  464. Divisor=3
  465. ;;;;;potion made
  466. Description=Ability to make missle weapons and ammo for them.
  467.  
  468.  
  469. Skill=38
  470. Name=LockSmith
  471. Usable=1
  472. SkillPoints=4
  473. Dex=1
  474. Intel=1
  475. Divisor=3
  476. ;;;;;potion made
  477. Description=Ability to pick locks, set locks, and make keys.
  478.  
  479.  
  480. Skill=39
  481. Name=Tailor
  482. Usable=1
  483. SkillPoints=2
  484. Dex=1
  485. Intel=1
  486. Divisor=3
  487. Description=Ability to sew and create items from clothe material and hides.
  488.  
  489.  
  490. Skill=40
  491. Name=Carpentry
  492. Usable=1
  493. SkillPoints=4
  494. Str=1
  495. Dex=1
  496. Divisor=3
  497. ;;;;;potion made
  498. Description=Ability to work with wood to make items.
  499.  
  500.  
  501. Skill=41
  502. Name=First Aid
  503. Usable=1
  504. SkillPoints=2
  505. Dex=1
  506. Intel=1
  507. Divisor=3
  508. Description=Ability to perform medical procedures on a player, like healing.
  509.  
  510.  
  511. Skill=42
  512. Name=Sports
  513. Usable=1
  514. FreeSkill
  515. SkillPoints=2
  516. Str=1
  517. Dex=1
  518. Quick=1
  519. Intel=1
  520. Wisdom=1
  521. Divisor=5
  522. BurdenFactor
  523. Description=Ability to play sports like soccer.
  524.  
  525.  
  526. Skill=43
  527. Name=Jewelry Making
  528. Usable=1
  529. SkillPoints=4
  530. Dex=1
  531. Intel=1
  532. Wisdom=1
  533. Divisor=4
  534. Description=Ability to create jewelry
  535.  
  536.  
  537. Skill=44
  538. Name=Climb
  539. Usable=1
  540. FreeSkill
  541. SkillPoints=2
  542. Str=1
  543. Dex=1
  544. Divisor=3
  545. BurdenFactor
  546. Description=Ability to climb impassible terrain like mountains.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement