nerf wilden

This commit is contained in:
Hexugory 2023-02-21 16:07:49 -06:00
parent f33e6444eb
commit dd56cb597d
3 changed files with 110 additions and 1 deletions

View File

@ -0,0 +1,105 @@
#General settings
[general]
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list.
dimensionBlacklist = []
#Spawn Arcane Ore in the world
genOre = true
#Rate of tree spawn per chunk
#Range: 0.0 ~ 1.0
genTrees = 0.002
#Spawn Mana Berry Bushes in the world
genBerries = true
#Spawn a book in the players inventory on login
spawnBook = true
#How often Carbuncles spawn
#Range: 0 ~ 100
carbuncleWeight = 5
#How often Sylphs spawn
#Range: 0 ~ 100
sylphWeight = 5
#How often Drygmys spawn
#Range: 0 ~ 100
drygmyWeight = 3
#How much mana sylphs consume per generation
#Range: 0 ~ 10000
sylphManaCost = 250
#How often Wilden Guardians spawn
#Range: 0 ~ 200
wguardianWeight = 5
#How often Wilden Stalkers spawn
#Range: 0 ~ 200
wstalkerWeight = 5
#How often Wilden Hunter spawn
#Range: 0 ~ 200
whunterWeight = 5
#Should the Wilden Hunter attack animals?
hunterHuntsAnimals = false
#Should the Wilden Stalker attack animals?
stalkerHuntsAnimals = false
#Should the Wilden Defender attack animals?
defenderHuntsAnimals = false
#Archwood forest spawn weight
#Range: > 0
archwoodForest = 3
#Crystallizer output item. Do not use a wrong ID!
crystallizer_output = "ars_nouveau:mana_gem"
[drygmy_production]
#How much mana drygmys consume per generation
#Range: 0 ~ 10000
drygmyManaCost = 1000
#How many channels must occur before a drygmy produces loot
#Range: 0 ~ 300
drygmyMaxProgress = 20
#Bonus number of items a drygmy produces per unique mob
#Range: 0 ~ 300
drygmyUniqueBonus = 2
#Base number of items a drygmy produces per cycle before bonuses.
#Range: > -2147483648
drygmyBaseItems = 1
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item.
#Range: 0 ~ 300
drygmyQuantityCap = 5
#Mana
[mana]
#Base mana regen in seconds
#Range: > 0
baseRegen = 5
#Base max mana
#Range: > 0
baseMax = 100
#How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended.
#Range: 1 ~ 20
updateInterval = 5
#Max mana bonus per glyph
#Range: > 0
glyphmax = 15
#Max mana bonus for tier of book
#Range: > 0
tierMax = 50
#Mana Boost value per level
#Range: > 0
manaBoost = 25
#(enchantment) Mana regen per second per level
#Range: > 0
manaRegenEnchantment = 2
#Regen bonus per glyph
#Range: 0.0 ~ 2.147483647E9
glyphRegen = 0.33
#Regen bonus per potion level
#Range: > 0
potionRegen = 10
[Spells]
#Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceCapOnCast = true
#Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players.
enforceGlyphLimitOnCast = true
#Items
[item]
#Spawn Caster Tomes in Dungeon Loot?
spawnTomes = true

View File

@ -1,5 +1,9 @@
hash-format = "sha256"
[[files]]
file = "config/ars_nouveau-common.toml"
hash = "49d24fd3129e995cb54d38f7115e10dcd710bf4d0a879baed8b1751bb43e2413"
[[files]]
file = "config/create-common.toml"
hash = "681412fb885a3ee621171a5384b1d1797356e17ce78ae42c1c02afd97372d13c"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "5a3d3b37747dc9879e0de7d9484144645601250e14e50b8434d65d75fb945384"
hash = "7c0369e0f91cb38b0100502484d43236884f0466e6a0d4a8a4fc6df90b4b28cb"
[versions]
forge = "36.2.39"