mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2024-12-20 12:54:34 +00:00
Blood Magic config first pass
This commit is contained in:
parent
d213136f5c
commit
b43bd13948
@ -15,4 +15,6 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu
|
|||||||
* Wireless base range upped to 32
|
* Wireless base range upped to 32
|
||||||
* Charged quartz chance upped to 0.1
|
* Charged quartz chance upped to 0.1
|
||||||
* Disable update notification
|
* Disable update notification
|
||||||
|
* Blood Magic:
|
||||||
|
* Allow waila to see info if divination sigil in inventory
|
||||||
|
* Lower damage done from sacraficial dagger to 1 from 2
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
EntityOcelot;100
|
EntityOcelot;100
|
||||||
EntityPig;100
|
EntityPig;100
|
||||||
EntityRabbit;100
|
EntityRabbit;100
|
||||||
EntityArmorStand;0
|
EntityArmorStand;1000
|
||||||
EntitySentientSpecter;0
|
EntitySentientSpecter;0
|
||||||
>
|
>
|
||||||
}
|
}
|
||||||
@ -60,7 +60,7 @@ compatibility {
|
|||||||
# 0 - Always display information
|
# 0 - Always display information
|
||||||
# 1 - Only display when Divination/Seer sigil is in hand.
|
# 1 - Only display when Divination/Seer sigil is in hand.
|
||||||
# 2 - Only display when Divination/Seer sigil is in inventory [range: 0 ~ 2, default: 1]
|
# 2 - Only display when Divination/Seer sigil is in inventory [range: 0 ~ 2, default: 1]
|
||||||
I:wailaAltarDisplayMode=1
|
I:wailaAltarDisplayMode=2
|
||||||
}
|
}
|
||||||
|
|
||||||
thaumcraft {
|
thaumcraft {
|
||||||
@ -90,7 +90,7 @@ general {
|
|||||||
I:sacrificialDaggerConversion=100
|
I:sacrificialDaggerConversion=100
|
||||||
|
|
||||||
# Damage done from using the Sacrificial Dagger [range: 0 ~ 10000, default: 2]
|
# Damage done from using the Sacrificial Dagger [range: 0 ~ 10000, default: 2]
|
||||||
I:sacrificialDaggerDamage=2
|
I:sacrificialDaggerDamage=1
|
||||||
|
|
||||||
# Base multiplier for the Coat of Arms. DamageDealt * sacrificialPackConversion [range: 0 ~ 100, default: 20]
|
# Base multiplier for the Coat of Arms. DamageDealt * sacrificialPackConversion [range: 0 ~ 100, default: 20]
|
||||||
I:sacrificialPackConversion=20
|
I:sacrificialPackConversion=20
|
||||||
|
Loading…
Reference in New Issue
Block a user