Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.80 KB | None | 0 0
  1. #
  2. # Advanced configuration
  3. # Last updated on 1.6.0-SNAPSHOT-b${BUILD_NUMBER}
  4. #
  5. # For advanced users only! There is no need to change anything here.
  6. #
  7. # You can customize almost every aspect of every skill here.
  8. # Its mainly here if you've customized the experience formula.
  9. # Configure at what level you get better with certain abilities.
  10. #
  11. #####
  12.  
  13. #
  14. # Settings for the Skills
  15. ###
  16. Skills:
  17. General:
  18. Ability:
  19. # IncreaseLevel: This setting will determine when the length of every ability gets longer with 1 second
  20. # EnchantBuff: This setting determines how many enchant levels to use when buffing Super Breaker & Giga Drill Breaker
  21. IncreaseLevel: 50
  22. EnchantBuff: 5
  23. #
  24. # Settings for Acrobatics
  25. ###
  26. Acrobatics:
  27. Dodge:
  28. # ChanceMax: Maximum chance of dodging when on <MaxBonusLevel> or higher
  29. # MaxBonusLevel: On this level or higher, the dodge chance will not go higher than <ChanceMax>
  30. # DamageModifier: Dodge damage will be divided by this modifier
  31. ChanceMax: 20.0
  32. MaxBonusLevel: 800
  33. DamageModifier: 2.0
  34.  
  35. Roll:
  36. # ChanceMax: Maximum chance of rolling when on <MaxBonusLevel> or higher
  37. # MaxBonusLevel: On this level or higher, the roll chance will not go higher than <ChanceMax>
  38. # DamageThreshold: The max damage a player can negate with a roll
  39. ChanceMax: 100.0
  40. MaxBonusLevel: 1000
  41. DamageThreshold: 7.0
  42.  
  43. GracefulRoll:
  44. # ChanceMax: Maximum chance of graceful rolling when on <MaxBonusLevel> or higher
  45. # MaxBonusLevel: On this level or higher, the graceful roll chance will not go higher than <ChanceMax>
  46. # DamageThreshold: The max damage a player can negate with a graceful roll
  47. ChanceMax: 100.0
  48. MaxBonusLevel: 500
  49. DamageThreshold: 14.0
  50. #
  51. # Settings for Alchemy
  52. ###
  53. Alchemy:
  54. Catalysis:
  55. # UnlockLevel: Alchemy level when the Catalysis ability unlocks
  56. # MaxBonusLevel: Maximum bonus level of Catalysis, when a player reaches this level his brewing speed will be <MaxSpeed>
  57. # MinSpeed: Minimum brewing speed allowed when at <UnlockLevel> or lower
  58. # MaxSpeed: Maximum brewing speed allowed when at <MaxBonusLevel> or higher
  59. UnlockLevel: 100
  60. MaxBonusLevel: 1000
  61. MinSpeed: 1.0
  62. MaxSpeed: 4.0
  63.  
  64. # Rank_Levels: Alchemy level where rank gets unlocked
  65. Rank_Levels:
  66. Rank_1: 0
  67. Rank_2: 125
  68. Rank_3: 250
  69. Rank_4: 375
  70. Rank_5: 500
  71. Rank_6: 625
  72. Rank_7: 750
  73. Rank_8: 875
  74. #
  75. # Settings for Archery
  76. ###
  77. Archery:
  78. SkillShot:
  79. # IncreaseLevel: Every <IncreaseLevel> the skillshot bonus will go up by <IncreasePercentage>
  80. # IncreasePercentage: This is a percentage value, 0.1 = 10%
  81. # MaxBonus: When the <MaxBonus> has been reached, the bonus percentage will not go up anymore. 2.0 = 200%
  82. IncreaseLevel: 50
  83. IncreasePercentage: 0.1
  84. MaxBonus: 2.0
  85. MaxDamage: 9.0
  86.  
  87. Daze:
  88. # ChanceMax: Maximum chance of causing daze to opponents when on <MaxBonusLevel> or higher
  89. # MaxBonusLevel: Maximum bonus level of Daze, when a player reaches this level his chance of causing a daze will be <ChanceMax>
  90. # Modifier: Extra damage for arrows that cause a daze (2 damage = 1 heart)
  91. ChanceMax: 50.0
  92. MaxBonusLevel: 1000
  93. BonusDamage: 4.0
  94.  
  95. Retrieve:
  96. # ChanceMax: Maximum chance of retrieving arrows when on <MaxBonusLevel> or higher
  97. # MaxBonusLevel: Maximum bonus level for Arrow retrieval, at this level the chance of retrieving arrows from mobs is <ChanceMax>
  98. ChanceMax: 100.0
  99. MaxBonusLevel: 1000
  100.  
  101. # ForceMultiplier: Multiply the force of the bow by this for an XP boost.
  102. ForceMultiplier: 2.0
  103. #
  104. # Settings for Axes
  105. ###
  106. Axes:
  107. AxeMastery:
  108. # MaxBonus: Maximum bonus damage when on <MaxBonusLevel> or higher
  109. # MaxBonusLevel: Level where <MaxBonus> is reached
  110. MaxBonus: 4.0
  111. MaxBonusLevel: 200
  112.  
  113. CriticalHit:
  114. # ChanceMax: Maximum chance of causing a critical hit when on <MaxBonusLevel> or higher
  115. # MaxBonusLevel: Level where <ChanceMax> of causing critical hits is reached
  116. ChanceMax: 37.50
  117. MaxBonusLevel: 750
  118. # Damage modifier of critical hits for PVP / PVE, when causing a critical hit the damage gets multiplied by the modifier
  119. PVP_Modifier: 1.5
  120. PVE_Modifier: 2.0
  121.  
  122. GreaterImpact:
  123. # Chance: Chance of hitting with GreaterImpact, mobs are knocked backwards when successful
  124. # KnockbackModifier: Velocity modifier of GreaterImpact hits, this determines how great the knockback is
  125. # BonusDamage: Extra damage for GreaterImpact hits
  126. Chance: 25.0
  127. KnockbackModifier: 1.5
  128. BonusDamage: 2.0
  129.  
  130. ArmorImpact:
  131. # IncreaseLevel: Every <IncreaseLevel> the durability damage goes up with 1
  132. # Chance: Chance of hitting with ArmorImpact
  133. # MaxPercentageDurabilityDamage: Durability damage cap for ArmorImpact, 20% means that you can never destroy a piece of armor in less than 5 hits
  134. IncreaseLevel: 50
  135. Chance: 25.0
  136. MaxPercentageDurabilityDamage: 20.0
  137.  
  138. SkullSplitter:
  139. # DamageModifier: Damage will get divided by this modifier
  140. DamageModifier: 2.0
  141. #
  142. # Settings for Fishing
  143. ###
  144. Fishing:
  145. # Rank_Levels: Fishing level where rank gets unlocked
  146. Rank_Levels:
  147. Rank_1: 0
  148. Rank_2: 125
  149. Rank_3: 250
  150. Rank_4: 375
  151. Rank_5: 500
  152. Rank_6: 625
  153. Rank_7: 700
  154. Rank_8: 875
  155.  
  156. ShakeChance:
  157. Rank_1: 15.0
  158. Rank_2: 15.0
  159. Rank_3: 25.0
  160. Rank_4: 35.0
  161. Rank_5: 45.0
  162. Rank_6: 55.0
  163. Rank_7: 65.0
  164. Rank_8: 75.0
  165.  
  166. # VanillaXPMultiplier: Vanilla XP gained from fishing is multiplied by these values.
  167. VanillaXPMultiplier:
  168. Rank_1: 1
  169. Rank_2: 2
  170. Rank_3: 3
  171. Rank_4: 3
  172. Rank_5: 4
  173. Rank_6: 4
  174. Rank_7: 5
  175. Rank_8: 5
  176.  
  177. FishermansDiet:
  178. # This determines when Fisherman's Diet adds extra hunger recovery to food
  179. RankChange: 200
  180.  
  181. IceFishing:
  182. # UnlockLevel: Fishing level when the Ice Fishing ability unlocks
  183. UnlockLevel: 50
  184.  
  185. MasterAngler:
  186. # UnlockLevel: Fishing level when the Master Angler ability unlocks
  187. # BoatMultiplier: Catch rate is multiplied by this modifier
  188. # BiomeModifier: Catch rate is multiplied by this modifier
  189. UnlockLevel: 125
  190. BoatModifier: 2.0
  191. BiomeModifier: 2.0
  192. #
  193. # Settings for Herbalism
  194. ###
  195. Herbalism:
  196. FarmersDiet:
  197. # This determines when Farmers Diet adds extra hunger recovery to food
  198. RankChange: 200
  199.  
  200. GreenThumb:
  201. # StageChange: Level value when the GreenThumb stage rank goes up
  202. # ChanceMax: Maximum chance of GreenThumb when on <MaxBonusLevel> or higher
  203. # MaxBonusLevel: On this level, GreenThumb chance will be <ChanceMax>
  204. StageChange: 200
  205. ChanceMax: 100.0
  206. MaxBonusLevel: 1500
  207.  
  208. DoubleDrops:
  209. # ChanceMax: Maximum chance of receiving double drops when on <MaxBonusLevel> or higher
  210. # MaxBonusLevel: Level when <ChanceMax> of receiving double drops is reached
  211. ChanceMax: 100.0
  212. MaxBonusLevel: 1000
  213.  
  214. HylianLuck:
  215. # ChanceMax: Maximum chance of Hylian Luck when on <MaxBonusLevel> or higher
  216. # MaxBonusLevel: On this level, Hylian Luck chance will be <ChanceMax>
  217. ChanceMax: 10.0
  218. MaxBonusLevel: 1000
  219.  
  220. ShroomThumb:
  221. # ChanceMax: Maximum chance of ShroomThumb when on <MaxBonusLevel> or higher
  222. # MaxBonusLevel: On this level, ShroomThumb chance will be <ChanceMax>
  223. ChanceMax: 50.0
  224. MaxBonusLevel: 1500
  225. #
  226. # Settings for Mining
  227. ###
  228. Mining:
  229. DoubleDrops:
  230. # ChanceMax: Maximum chance of receiving double drops when on <MaxBonusLevel> or higher
  231. # MaxBonusLevel: Level when <ChanceMax> of receiving double drops is reached
  232. ChanceMax: 100.0
  233. MaxBonusLevel: 1000
  234.  
  235. # BlastMining_Rank: BlastMining rank unlocks
  236. BlastMining:
  237. Rank_Levels:
  238. Rank_1: 125
  239. Rank_2: 250
  240. Rank_3: 375
  241. Rank_4: 500
  242. Rank_5: 625
  243. Rank_6: 750
  244. Rank_7: 875
  245. Rank_8: 1000
  246.  
  247. # BlastDamageDecrease Ranks: % of damage reduced from TNT explosions
  248. BlastDamageDecrease:
  249. Rank_1: 0.0
  250. Rank_2: 0.0
  251. Rank_3: 0.0
  252. Rank_4: 25.0
  253. Rank_5: 25.0
  254. Rank_6: 50.0
  255. Rank_7: 50.0
  256. Rank_8: 100.0
  257.  
  258. # OreBonus Ranks: % of extra ores received when Blast Mining
  259. OreBonus:
  260. Rank_1: 35.0
  261. Rank_2: 40.0
  262. Rank_3: 45.0
  263. Rank_4: 50.0
  264. Rank_5: 55.0
  265. Rank_6: 60.0
  266. Rank_7: 65.0
  267. Rank_8: 70.0
  268.  
  269. # DebrisReduction_Rank: % of fewer non-ores received when Blast Mining
  270. DebrisReduction:
  271. Rank_1: 10.0
  272. Rank_2: 20.0
  273. Rank_3: 30.0
  274. Rank_4: 30.0
  275. Rank_5: 30.0
  276. Rank_6: 30.0
  277. Rank_7: 30.0
  278. Rank_8: 30.0
  279.  
  280. # DropMultiplier Ranks: # of times each ore will drop
  281. DropMultiplier:
  282. Rank_1: 1
  283. Rank_2: 1
  284. Rank_3: 1
  285. Rank_4: 1
  286. Rank_5: 2
  287. Rank_6: 2
  288. Rank_7: 3
  289. Rank_8: 3
  290.  
  291. # BlastRadiusModifier Ranks: Increases the blast radius by this amount
  292. BlastRadiusModifier:
  293. Rank_1: 1.0
  294. Rank_2: 1.0
  295. Rank_3: 2.0
  296. Rank_4: 2.0
  297. Rank_5: 3.0
  298. Rank_6: 3.0
  299. Rank_7: 4.0
  300. Rank_8: 4.0
  301. #
  302. # Settings for Repair
  303. ###
  304. Repair:
  305. RepairMastery:
  306. # MaxBonusPercentage: Maximum bonus percentage for Repair Mastery
  307. # MaxBonusLevel: On this level, the maximum bonus is reached
  308. MaxBonusPercentage: 200.0
  309. MaxBonusLevel: 1000
  310.  
  311. SuperRepair:
  312. # ChanceMax: Maximum chance of Super Repair when on <MaxBonusLevel> or higher
  313. # MaxBonusLevel: On this level, Super Repair chance will be <ChanceMax>
  314. ChanceMax: 100.0
  315. MaxBonusLevel: 1000
  316.  
  317. ArcaneForging:
  318. May_Lose_Enchants: true
  319. Rank_Levels:
  320. Rank_1: 125
  321. Rank_2: 250
  322. Rank_3: 375
  323. Rank_4: 500
  324. Rank_5: 625
  325. Rank_6: 750
  326. Rank_7: 875
  327. Rank_8: 1000
  328. Keep_Enchants_Chance:
  329. Rank_1: 10.0
  330. Rank_2: 20.0
  331. Rank_3: 30.0
  332. Rank_4: 40.0
  333. Rank_5: 50.0
  334. Rank_6: 50.0
  335. Rank_7: 60.0
  336. Rank_8: 60.0
  337. Downgrades_Enabled: true
  338. Downgrades_Chance:
  339. Rank_1: 75.0
  340. Rank_2: 50.0
  341. Rank_3: 40.0
  342. Rank_4: 30.0
  343. Rank_5: 25.0
  344. Rank_6: 20.0
  345. Rank_7: 15.0
  346. Rank_8: 10.0
  347. #
  348. # Settings for Salvage
  349. ###
  350. Salvage:
  351. # MaxPercentage: Maximum percentage of materials to be returned when Salvaging
  352. # MaxPercentageLevel: On this level, the Salvage percentage will be <MaxPercentage>
  353. MaxPercentage: 100.0
  354. MaxPercentageLevel: 1000
  355.  
  356. # AdvancedSalvage_UnlockLevel: The level at which Advance Salvage become available
  357. AdvancedSalvage:
  358. UnlockLevel: 350
  359.  
  360. ArcaneSalvage:
  361. # EnchantLossEnabled: When salvaging enchanted items, the enchants may be lost
  362. # EnchantDowngradeEnabled: When salvaging enchanted items, the enchants may be downgraded
  363. EnchantLossEnabled: true
  364. EnchantDowngradeEnabled: true
  365. Rank_Levels:
  366. Rank_1: 125
  367. Rank_2: 250
  368. Rank_3: 375
  369. Rank_4: 500
  370. Rank_5: 625
  371. Rank_6: 750
  372. Rank_7: 875
  373. Rank_8: 1000
  374.  
  375. # ExtractFullEnchant: Chance to extract the full enchant at each ArcaneSalvage rank
  376. ExtractFullEnchant:
  377. Rank_1: 2.5
  378. Rank_2: 5.0
  379. Rank_3: 7.5
  380. Rank_4: 10.0
  381. Rank_5: 12.5
  382. Rank_6: 17.5
  383. Rank_7: 25.0
  384. Rank_8: 32.5
  385.  
  386. # ExtractPartialEnchant: Chance to extract the partial enchant at each ArcaneSalvage rank
  387. ExtractPartialEnchant:
  388. Rank_1: 2.0
  389. Rank_2: 2.5
  390. Rank_3: 5.0
  391. Rank_4: 7.5
  392. Rank_5: 10.0
  393. Rank_6: 12.5
  394. Rank_7: 15.0
  395. Rank_8: 17.5
  396. #
  397. # Settings for Smelting
  398. ###
  399. Smelting:
  400. FuelEfficiency:
  401. # Multiplier: The furnace burn time will be multiplied by this value.
  402. # MaxBonusLevel: On this level, the efficiency multiplier will stop increasing
  403. Multiplier: 3.0
  404. MaxBonusLevel: 1000
  405.  
  406. SecondSmelt:
  407. # ChanceMax: Maximum chance of triggering Second Smelt
  408. # MaxBonusLevel: On this level, the chance to cause Second Smelt will be <ChanceMax>
  409. ChanceMax: 100.0
  410. MaxBonusLevel: 1000
  411.  
  412. FluxMining:
  413. # UnlockLevel: Level when Flux Mining becomes available
  414. # Chance: Chance for Flux Mining to activate
  415. UnlockLevel: 250
  416. Chance: 33.0
  417.  
  418. # Rank_Levels: Smelting level where rank gets unlocked
  419. Rank_Levels:
  420. Rank_1: 125
  421. Rank_2: 250
  422. Rank_3: 375
  423. Rank_4: 500
  424. Rank_5: 625
  425. Rank_6: 750
  426. Rank_7: 875
  427. Rank_8: 1000
  428.  
  429. # VanillaXPMultiplier: Vanilla XP gained from smelting ores is multiplied by these values.
  430. VanillaXPMultiplier:
  431. Rank_1: 1
  432. Rank_2: 2
  433. Rank_3: 3
  434. Rank_4: 3
  435. Rank_5: 4
  436. Rank_6: 4
  437. Rank_7: 5
  438. Rank_8: 5
  439.  
  440. #
  441. # Settings for Swords
  442. ###
  443. Swords:
  444. Bleed:
  445. # ChanceMax: Maximum chance of triggering bleeding
  446. # MaxBonusLevel: On this level, the chance to cause Bleeding will be <ChanceMax>
  447. ChanceMax: 75.0
  448. MaxBonusLevel: 750
  449.  
  450. # DamagePlayer: Bleeding damage dealt to players
  451. # DamageMobs: Bleeding damage dealt to mobs
  452. DamagePlayer: 1.0
  453. DamageMobs: 2.0
  454.  
  455. # These settings determine how long the Bleeding effect lasts
  456. MaxTicks: 3
  457. BaseTicks: 2
  458.  
  459. Counter:
  460. # RequiresBlock: Determines if blocking is required to trigger counter attack
  461. RequiresBlock: true
  462.  
  463. # ChanceMax: Maximum chance of triggering a counter attack
  464. # MaxBonusLevel: On this level, the chance to Counter will be <ChanceMax>
  465. ChanceMax: 30.0
  466. MaxBonusLevel: 600
  467.  
  468. # DamageModifier: Damaged caused by the damager will get divided by this modifier and dealt back to the damager
  469. DamageModifier: 2.0
  470.  
  471. SerratedStrikes:
  472. # DamageModifier: Damage will get divided by this modifier
  473. # BleedTicks: This determines how long the bleeding effect of SerratedStrikes lasts
  474. DamageModifier: 4.0
  475. BleedTicks: 5
  476. #
  477. # Settings for Taming
  478. ###
  479. Taming:
  480. Gore:
  481. # ChanceMax: Maximum chance of triggering gore
  482. # MaxBonusLevel: On this level, the chance to cause Gore will be <ChanceMax>
  483. ChanceMax: 100.0
  484. MaxBonusLevel: 1000
  485.  
  486. # BleedTicks: Determines the length of the bleeding effect
  487. # Modifier: Damage will get multiplied by this modifier
  488. BleedTicks: 2
  489. Modifier: 2.0
  490.  
  491. FastFood:
  492. # UnlockLevel: Level when FastFood unlocks
  493. # Chance: The chance for wolves to heal hp when inflicting damage
  494. UnlockLevel: 50
  495. Chance: 50.0
  496.  
  497. EnvironmentallyAware:
  498. # UnlockLevel: Level when EnvironmentallyAware unlocks
  499. UnlockLevel: 100
  500.  
  501. ThickFur:
  502. # UnlockLevel: Level when ThickFur unlocks
  503. # Modifier: Damage will get divided by this modifier
  504. UnlockLevel: 250
  505. Modifier: 2.0
  506.  
  507. HolyHound:
  508. # UnlockLevel: Level when HolyHound unlocks
  509. UnlockLevel: 375
  510.  
  511. ShockProof:
  512. # UnlockLevel: Level when ShockProof unlocks
  513. # Modifier: Damage will get divided by this modifier
  514. UnlockLevel: 500
  515. Modifier: 6.0
  516.  
  517. SharpenedClaws:
  518. # UnlockLevel: Level when SharpenedClaws unlocks
  519. # Bonus: This bonus will get added to the damage caused
  520. UnlockLevel: 750
  521. Bonus: 2.0
  522.  
  523. CallOfTheWild:
  524. # MinHorseJumpStrength: The minimum jump strength a summoned horse must have
  525. # MaxHorseJumpStrength: The maximum jump strength a summoned horse can have
  526. MinHorseJumpStrength: 0.7
  527. MaxHorseJumpStrength: 2.0
  528.  
  529. Pummel:
  530. # ChanceMax: Maximum chance of triggering pummel
  531. Chance: 10.0
  532. #
  533. # Settings for Unarmed
  534. ###
  535. Unarmed:
  536. Disarm:
  537. # ChanceMax: Maximum chance of disarming other players
  538. # MaxBonusLevel: Level when the maximum chance to disarm is reached
  539. # AntiTheft: Determines if only the disarmed player can retrieve disarmed items
  540. ChanceMax: 33.0
  541. MaxBonusLevel: 1000
  542. AntiTheft: false
  543.  
  544. Deflect:
  545. # ChanceMax: Maximum chance of deflecting arrows
  546. # MaxBonusLevel: Level when the maximum chance to deflect is reached
  547. ChanceMax: 50.0
  548. MaxBonusLevel: 1000
  549.  
  550. IronGrip:
  551. # ChanceMax: Maximum chance of preventing being disarmed
  552. # MaxBonusLevel: Level when the maximum chance to prevent being disarmed is reached
  553. ChanceMax: 100.0
  554. MaxBonusLevel: 1000
  555.  
  556. IronArm:
  557. # BonusMin: Minimum bonus damage for unarmed
  558. # BonusMax: Maximum bonus damage for unarmed
  559. # IncreaseLevel: Bonus damage increases every increase level
  560. BonusMin: 3.0
  561. BonusMax: 8.0
  562. IncreaseLevel: 50
  563. #
  564. # Settings for Woodcutting
  565. ###
  566. Woodcutting:
  567. LeafBlower:
  568. # UnlockLevel: At this level, the passive ability LeafBlower unlocks
  569. UnlockLevel: 100
  570.  
  571. DoubleDrops:
  572. # ChanceMax: Maximum chance of receiving double drops
  573. # MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
  574. ChanceMax: 100.0
  575. MaxBonusLevel: 1000
  576. #
  577. # Customize the kraken!
  578. ###
  579. Kraken:
  580. Enabled: true
  581. Tries_Before_Release: 50
  582. Health: 50.0
  583. Name: The Kraken
  584. Attack_Interval_Seconds: 1
  585. Attack_Damage: 1.0
  586. Global_Effects: false
  587. Allow_Escaping: false
  588. Unleashed_Message:
  589. Server: (PLAYER) has unleashed the kraken!
  590. Player: THE KRAKEN HAS BEEN UNLEASHED!
  591. Defeated_Message:
  592. Escape: You have escaped from the kraken!
  593. Killed: You have slain the kraken!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement