init
This commit is contained in:
33
config/goety_spillage/goety_spillage-attributes.toml
Normal file
33
config/goety_spillage/goety_spillage-attributes.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
[Attributes]
|
||||
|
||||
[Attributes."Summoned Mobs"]
|
||||
|
||||
[Attributes."Summoned Mobs"."Ragno Servant"]
|
||||
#How much Max Health Ragno Servants have, Default: 160.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
ragnoServantHealth = 160.0
|
||||
#How much damage Ragno Servants deals, Default: 8.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
ragnoServantDamage = 8.0
|
||||
#How much natural armor points Ragno Servants have, Default: 0.0
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
ragnoServantArmor = 0.0
|
||||
|
||||
[Attributes."Summoned Mobs"."Bound Freakager"]
|
||||
#How much Max Health Bound Freakagers have, Default: 160.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
boundFreakagerHealth = 160.0
|
||||
#How much damage Bound Freakagers deals, Default: 5.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
boundFreakagerDamage = 5.0
|
||||
#How much damage Bound Freakagers' Scythe deals, Default: 5.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
boundFreakagerScytheDamage = 5.0
|
||||
#How much natural armor points Bound Freakagers have, Default: 0.0
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
boundFreakagerArmor = 0.0
|
||||
#How much damage Bound Freakagers' Axes deals, Default: 8.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
boundFreakagerAxeDamage = 8.0
|
||||
|
||||
7
config/goety_spillage/goety_spillage-items.toml
Normal file
7
config/goety_spillage/goety_spillage-items.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
[Curios]
|
||||
|
||||
[Curios.Robes]
|
||||
#Whether performing potion spin with Freaky Robe spins the wearer around, Default: false
|
||||
freakyPotionSpin = false
|
||||
|
||||
5
config/goety_spillage/goety_spillage-mobs.toml
Normal file
5
config/goety_spillage/goety_spillage-mobs.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
[Villagers]
|
||||
#Having an owned Ragno, causes Villagers around the Player to have a negative Reputation, Default: true
|
||||
villagerHateRagno = true
|
||||
|
||||
55
config/goety_spillage/goety_spillage-spells.toml
Normal file
55
config/goety_spillage/goety_spillage-spells.toml
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
["Servant Limits"]
|
||||
#Number of Ragnos that an individual player can have in total, Default: 1
|
||||
#Range: > 1
|
||||
ragnoLimit = 1
|
||||
|
||||
[Spells]
|
||||
|
||||
[Spells."Requiem Spell"]
|
||||
#Requiem Spell Cost, Default: 10000
|
||||
#Range: > 0
|
||||
requiemCost = 10000
|
||||
#Requiem Spell Cooldown, Default: 200
|
||||
#Range: > 0
|
||||
requiemCoolDown = 200
|
||||
#Time to cast Requiem Spell, Default: 55
|
||||
#Range: 20 ~ 72000
|
||||
requiemTime = 55
|
||||
|
||||
[Spells."Impish Spell"]
|
||||
#Impish Spell Cost, Default: 32
|
||||
#Range: > 0
|
||||
impishCost = 32
|
||||
#Time to cast Impish Spell, Default: 40
|
||||
#Range: 0 ~ 72000
|
||||
impishTime = 40
|
||||
#Impish Spell Cooldown, Default: 100
|
||||
#Range: > 0
|
||||
impishCoolDown = 100
|
||||
|
||||
[Spells."Soul Beam Spell"]
|
||||
#Soul Beam Spell Cost, Default: 16
|
||||
#Range: > 0
|
||||
soulBeamCost = 16
|
||||
#Soul Beam Spell Cooldown, Default: 140
|
||||
#Range: > 0
|
||||
soulBeamCoolDown = 140
|
||||
#How much base damage Soul Beam deals, Default: 4.0
|
||||
#Range: 1.0 ~ 1.7976931348623157E308
|
||||
soulBeamDamage = 4.0
|
||||
#Time to cast Soul Beam Spell, Default: 100
|
||||
#Range: 0 ~ 72000
|
||||
soulBeamDuration = 100
|
||||
|
||||
[Spells."Spirit Hand Spell"]
|
||||
#Time to cast Spirit Hand Spell, Default: 40
|
||||
#Range: 0 ~ 72000
|
||||
spiritHandTime = 40
|
||||
#Spirit Hand Spell Cooldown, Default: 900
|
||||
#Range: > 0
|
||||
spiritHandCoolDown = 900
|
||||
#Spirit Hand Spell Cost, Default: 64
|
||||
#Range: > 0
|
||||
spiritHandCost = 64
|
||||
|
||||
9
config/goety_spillage/goety_spillage.toml
Normal file
9
config/goety_spillage/goety_spillage.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
[General]
|
||||
#Move where the Freaky Robe indicator is located horizontally from its original position (- = Left, + = Right), Default: 0
|
||||
#Range: > -2147483647
|
||||
freakyGuiHorizontal = 0
|
||||
#Move where the Freaky Robe indicator is located vertically from its original position (- = Up, + = Down), Default: 0
|
||||
#Range: > -2147483647
|
||||
freakyGuiVertical = 0
|
||||
|
||||
Reference in New Issue
Block a user