Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.68 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # beta
  5. #--------------------------------------------------------------------------------------------------------#
  6. # This applies to those who have beta auras unlocked only
  7. ##########################################################################################################
  8.  
  9. beta {
  10. D:AuraAlpha=1.0
  11. I:AuraBehaviour=0
  12. I:AuraColor=16777215
  13. B:AuraColorDefault=true
  14. B:AuraColorRandomize=true
  15. I:AuraDelay=5
  16. I:AuraQuantity=1
  17. D:AuraScale=1.0
  18. D:AuraSpeed=0.02
  19. I:AuraType=15
  20. }
  21.  
  22.  
  23. block {
  24. I:BlockIDRangeStart=750
  25. I:arcane_deconstructor_ID=804
  26. I:arcane_reconstructor_ID=766
  27. I:armor_infuser_ID=802
  28. I:astral_barrier_ID=757
  29. I:aum_ID=776
  30. I:black_aurem_ID=758
  31. I:blue_orchid_ID=762
  32. I:broken_link_ID=801
  33. I:calefactor_ID=755
  34. I:candle_ID=800
  35. I:celestial_prism_ID=760
  36. I:crafting_altar_ID=770
  37. I:crystal_Marker_ID=796
  38. I:deco_block_ID=772
  39. I:desert_nova_ID=763
  40. I:essence_conduit_ID=753
  41. I:essence_refiner_ID=750
  42. I:everstone_ID=792
  43. I:flicker_habitat_ID=797
  44. I:flicker_lure_ID=803
  45. I:illusion_block_ID=752
  46. I:inert_spawner_ID=799
  47. I:inlay_gold_ID=785
  48. I:inlay_iron_ID=784
  49. I:inlay_redstone_ID=783
  50. I:inscription_table_ID=774
  51. I:invisibleUtility_ID=775
  52. I:keystone_chest_ID=764
  53. I:keystone_door_ID=793
  54. I:keystone_recepticle_ID=756
  55. I:keystone_trapdoor_ID=794
  56. I:lectern_ID=765
  57. I:liquidEssence_ID=782
  58. I:mage_light_ID=751
  59. I:magic_wall_ID=768
  60. I:magicians_workbench_ID=791
  61. I:mana_battery_ID=767
  62. I:obelisk_ID=754
  63. I:occulus_ID=769
  64. I:ores_ID=761
  65. I:seer_stone_ID=759
  66. I:slipstream_generator_ID=795
  67. I:spell_rune_ID=771
  68. I:summoner_ID=781
  69. I:tarma_root_ID=778
  70. I:vinteum_torch_ID=773
  71. I:wakebloom_ID=777
  72. I:witchwood_leaves_ID=780
  73. I:witchwood_log_ID=779
  74. I:witchwood_planks_ID=786
  75. I:witchwood_sapling_ID=790
  76. I:witchwood_slab_double_ID=788
  77. I:witchwood_slab_single_ID=787
  78. I:witchwood_stairs_ID=789
  79. I:wizard_chalk_ID=798
  80. }
  81.  
  82.  
  83. ##########################################################################################################
  84. # enchantments
  85. #--------------------------------------------------------------------------------------------------------#
  86. # Allows control over various enchantments in the mod.
  87. ##########################################################################################################
  88.  
  89. enchantments {
  90. I:magic_resist=100
  91. I:soulbound=104
  92. }
  93.  
  94.  
  95. general {
  96. # If true, AM2 will automatically download compendium updates when available for your mod version.
  97. B:Allow_Compendium_Updates=true
  98. B:Allow_Creative_Targets=true
  99.  
  100. # If true, AM2 will notify you via the compendium when new versions are available. It will not spam chat on login. You will not be notified of updates that are not for your current Minecraft version.
  101. B:Allow_Version_Checks=true
  102.  
  103. # Comma-separated list of block IDs that appropriation cannot pick up.
  104. S:Appropriation_Block_Blacklist=
  105.  
  106. # Comma-separated list of *fully qualified* Entity class names that appropriation cannot pick up - example, am2.entities.EntityDryad. They are case sensitive.
  107. S:Appropriation_Mob_Blacklist=
  108.  
  109. # Alter this to change the rate at which armor XP infuses.
  110. D:Armor_XP_Infusion_Factor=3.0
  111.  
  112. # Set this to false to disable candles being able to act as roving lights, which improves performance.
  113. B:CandlesAreRovingLights=true
  114.  
  115. # Set this to true to have AM2 list out colours for skill points and essence types rather than showing them as a colour.
  116. B:ColourblindMode=false
  117.  
  118. # How much the damage in Ars Magica is scaled.
  119. D:DamageMultiplier=1.0
  120.  
  121. # Can the dig component break blocks that have a tile entity?
  122. B:DigBreaksTileEntities=true
  123.  
  124. # This will toggle mana display on and off in your inventory. Default 'O' key in game.
  125. B:DisplayManaInInventory=false
  126. B:EnableWorldGen=true
  127. B:Enable_Witchwood_Forests=true
  128. I:EnderAffinityAbilityCD=100
  129. I:EverstoneRepairRate=180
  130.  
  131. # Set this to true to have the forge component smelt villagers into emeralds. This counts as an attack and lowers your reputation.
  132. B:ForgeSmeltsVillagers=true
  133.  
  134. # This is the multiplier used to determine velocity lost when a spell projectile bounces. 0.0 is a complete stop, 1.0 is no loss.
  135. D:FrictionCoefficient=0.8
  136.  
  137. # Set this to false in order to disable gateways sending you partial distances if you don't have enough power.
  138. B:Hazardous_Gateways=true
  139. I:MMFBiomeID=99
  140. I:MMFDimensionID=-31
  141.  
  142. # Sets the maximum mana a player can have (0 for no cap)
  143. I:Mana_Cap=0
  144.  
  145. # You must reach this magic level before Moonstone meteors will fall near you.
  146. I:Meteor_Spawn_Min_Level=10
  147.  
  148. # Set this to true to allow AM2 to get random spell names from Seventh Sanctum, and suggest them when naming spells. Naturally, an internet connection is required. Keep in mind, while I try to keep things family friendly, it's possible that not all names generated are so.
  149. B:MoonstoneMeteorDestroyTerrain=true
  150. B:NPC_Spells_Destroy_Terrain=false
  151.  
  152. # Set this to false if you are experiencing tick lage due to AM2 saving power data alongside the world save. This will instead cache the power data in memory to be saved later. This comes with more risk in the event of a crash, and a larger memory footprint, but increased performance. Can be used alongside chunk unload save config. Power data is still always saved at world unload (server shutdown).
  153. B:PND_File_WSave=true
  154. B:Player_Spells_Destroy_Terrain=true
  155.  
  156. # Set this to true to enable retroactive worldgen for Ars Magica structures and ores. *WARNING* This may break your save! Do a backup first! Note: This will automatically turn off after running the game once.
  157. B:RetroactiveWorldGen=false
  158.  
  159. # Sets how far a player may progress into secondary skill trees.
  160. I:SecondarySkillTreeTierCap=99
  161.  
  162. # Set this to false to have the compendium show everything, and not unlock as you go.
  163. B:"Staged Compendium"=true
  164.  
  165. # Render spell effects on equipped scrolls rather than the scroll itself (only applies to the in-game one, the one on your hotbar remains unchanged)
  166. B:Use_Special_Renderers=true
  167. I:WitchwoodForestBiomeID=100
  168.  
  169. # Disable this if you experience low FPS in witchwood forests
  170. B:WitchwoodLeafParticles=true
  171. I:Witchwood_Forest_Biome_Rarity=6
  172.  
  173. # Comma-separated list of block IDs that dig cannot break. If a block is flagged as unbreackable in code, Dig will already be unable to break it. There is no need to set it here (eg, bedrock, etc.). Dig also makes use of Forge block harvest checks. This is mainly for fine-tuning.
  174. S:dig_blacklist=
  175.  
  176. # If false, disarm won't work on players.
  177. B:disarm_affects_players=true
  178. I:mage_villager_profession_id=29
  179.  
  180. # Comma-separated list of dimension IDs that AM should *not* do worldgen in.
  181. S:worldgen_blacklist=-27,-28,-29
  182. }
  183.  
  184.  
  185. guis {
  186. D:AffinityPositionX=0.9760416746139526
  187. D:AffinityPositionY=0.8939096331596375
  188. D:ArmorPositionBootsX=0.0020833334419876337
  189. D:ArmorPositionBootsY=0.626719057559967
  190. D:ArmorPositionChestX=0.0020833334419876337
  191. D:ArmorPositionChestY=0.5520628690719604
  192. D:ArmorPositionHeadX=0.0020833334419876337
  193. D:ArmorPositionHeadY=0.5166994333267212
  194. D:ArmorPositionLegsX=0.0020833334419876337
  195. D:ArmorPositionLegsY=0.5933202505111694
  196. D:BuffsNegativePositionX=0.4645833373069763
  197. D:BuffsNegativePositionY=0.4754420518875122
  198. D:BuffsPositivePositionX=0.5114583373069763
  199. D:BuffsPositivePositionY=0.4754420518875122
  200. D:BurnoutHudPositionX=0.12812499701976776
  201. D:BurnoutHudPositionY=0.9115913510322571
  202. D:BurnoutNumericX=0.20624999701976776
  203. D:BurnoutNumericY=0.8978388905525208
  204. D:ContingencyPositionX=0.0
  205. D:ContingencyPositionY=0.9273084402084351
  206. D:LevelPositionX=0.5020833611488342
  207. D:LevelPositionY=0.8467583656311035
  208. D:ManaHudPositionX=0.7093750238418579
  209. D:ManaHudPositionY=0.9096267223358154
  210. D:ManaNumericX=0.7416666746139526
  211. D:ManaNumericY=0.8939096331596375
  212. B:ShowArmorUI=true
  213. B:ShowBuffTimers=true
  214. B:ShowHUDBars=true
  215.  
  216. # Set this to true to only show the AM HUD when a spell is equipped
  217. B:ShowHudMinimally=false
  218. B:ShowNumericValues=true
  219. B:ShowXPAlways=true
  220. D:SpellBookX=0
  221. D:SpellBookY=0
  222. D:XPBarPositionX=0.4020833373069763
  223. D:XPBarPositionY=0.8703339695930481
  224. D:XPNumericX=0.4906249940395355
  225. D:XPNumericY=0.8113948702812195
  226. }
  227.  
  228.  
  229. item {
  230. I:ItemIDRangeStart=20000
  231. I:affinity_tome_ID=20020
  232. I:air_sled_ID=20055
  233. I:arcane_compendium_ID=20042
  234. I:arcane_spellbook_ID=20053
  235. I:battlemage_boots_ID=20013
  236. I:battlemage_chest_ID=20011
  237. I:battlemage_hood_ID=20010
  238. I:battlemage_leggings_ID=20012
  239. I:binding_catalyst_ID=20060
  240. I:bound_axe_ID=20027
  241. I:bound_hoe_ID=20026
  242. I:bound_pickaxe_ID=20028
  243. I:bound_shovel_ID=20029
  244. I:bound_sword_ID=20030
  245. I:bucket_liquid_essence_ID=20045
  246. I:cow_horn_ID=20051
  247. I:creature_focus_ID=20025
  248. I:crystal_phylactery_ID=20044
  249. I:crystal_wrench_ID=20040
  250. I:deficit_crystal_ID=20037
  251. I:earth_armor_ID=20056
  252. I:ender_boots_ID=20062
  253. I:epic_mana_potion_ID=20035
  254. I:essence_ID=20001
  255. I:essence_bag_ID=20038
  256. I:evil_book_ID=20049
  257. I:fire_ears_ID=20058
  258. I:flicker_focus_ID=20069
  259. I:flicker_jar_ID=20065
  260. I:focus_charge_ID=20019
  261. I:focus_greater_ID=20017
  262. I:focus_lesser_ID=20015
  263. I:focus_mana_ID=20018
  264. I:focus_standard_ID=20016
  265. I:greater_mana_potion_ID=20034
  266. I:item_focus_ID=20024
  267. I:kestone_door_placer_ID=20061
  268. I:keystone_ID=20021
  269. I:legendary_mana_potion_ID=20036
  270. I:lesser_mana_potion_ID=20032
  271. I:life_ward_ID=20068
  272. I:lightning_charm_ID=20067
  273. I:mage_boots_ID=20009
  274. I:mage_chest_ID=20007
  275. I:mage_hood_ID=20006
  276. I:mage_leggings_ID=20008
  277. I:magic_broom_ID=20052
  278. I:magitech_goggles_ID=20064
  279. I:mana_boost_potion_ID=20048
  280. I:mana_cake_ID=20031
  281. I:mana_potion_bundle_ID=20039
  282. I:monster_focus_ID=20023
  283. I:nature_guardian_scythe_ID=20046
  284. I:ore_items_ID=20000
  285. I:player_focus_ID=20022
  286. I:player_journal_ID=20070
  287. I:rune_ID=20005
  288. I:rune_bag_ID=20066
  289. I:spawn_egg_ID=20041
  290. I:spell_book_ID=20002
  291. I:spell_parchment_ID=20003
  292. I:spell_part_ID=20043
  293. I:spell_scroll_ID=20004
  294. I:spell_staff_magitech_ID=20047
  295. I:standard_mana_potion_ID=20033
  296. I:warding_candle_ID=20063
  297. I:water_orbs_ID=20057
  298. I:winter_arm_ID=20054
  299. I:wizard_chalk_ID=20014
  300. I:wooden_leg_ID=20050
  301. I:workbenchUpgrade_ID=20059
  302. }
  303.  
  304.  
  305. ##########################################################################################################
  306. # mobs
  307. #--------------------------------------------------------------------------------------------------------#
  308. # Spawn control for different AM mobs.
  309. ##########################################################################################################
  310.  
  311. mobs {
  312. B:Can_Dryads_Despawn=true
  313. I:DarklingSpawnRate=5
  314. I:DryadSpawnRate=5
  315. I:EarthElementalSpawnRate=2
  316. I:FireElementalSpawnRate=2
  317. I:FlickerSpawnRate=2
  318. I:HecateSpawnRate=2
  319. I:MageSpawnRate=1
  320. I:ManaCreeperSpawnRate=3
  321. I:ManaElementalSpawnRate=2
  322. I:WaterElementalSpawnRate=3
  323. }
  324.  
  325.  
  326. potions {
  327. I:agility=661
  328. I:astral_distortion=691
  329. I:astraldistortion=351
  330. I:burnoutredux=441
  331. I:charmed=571
  332. I:chrono_anchor=591
  333. I:chronoanchor=291
  334. I:clarity=791
  335. I:e_m_p=751
  336. I:entangled=611
  337. I:epicmanarestoration=401
  338. I:feather_fall=521
  339. I:featherfall=251
  340. I:flight=511
  341. I:frostslow=4000
  342. I:fury=711
  343. I:g_m_p=741
  344. I:gravity_well=771
  345. I:gravitywell=4211
  346. I:greatermanarestoration=391
  347. I:haste=531
  348. I:illuminated=381
  349. I:illumination=731
  350. I:l_m_p=761
  351. I:leap=671
  352. I:legendarymanarestoration=411
  353. I:levitation=781
  354. I:magic_shield=561
  355. I:magicshield=271
  356. I:mana_boost=681
  357. I:mana_regen=601
  358. I:mana_shield=701
  359. I:manaboost=341
  360. I:manaregen=301
  361. I:manashield=361
  362. I:reflect=631
  363. I:regeneration=551
  364. I:scramble_synapses=721
  365. I:scramblesynapses=371
  366. I:shrink=801
  367. I:shrunken=431
  368. I:silence=4002
  369. I:slowed=4001
  370. I:spellreflect=321
  371. I:swift_swim=651
  372. I:swiftswim=331
  373. I:true_sight=541
  374. I:truesight=261
  375. I:water_breathing=501
  376. I:waterbreathing=241
  377. I:watery_grave=621
  378. I:waterygrave=311
  379. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement