Compare commits

...

10 Commits

Author SHA1 Message Date
0672ff035b modpack update 2022-10-13 19:04:55 +02:00
f5a7dba2ac added jade 2022-10-02 16:38:41 +02:00
15d6ef205f added quol mods 2022-09-23 15:40:59 +02:00
3e2c71e3da added ping mod 2022-09-22 15:06:54 +02:00
b542e76af3 removed ftbquests-work 2022-09-22 14:59:47 +02:00
950cd3b02b added client skin rendering 2022-09-19 15:49:44 +02:00
6ce1055961 moslty finished adding quests, added player skin 2022-09-19 15:49:21 +02:00
0c9d6d64d0 nerfed everlasting abilities 2022-09-17 23:53:31 +02:00
50daaf27f5 updated configs and adced qol mods 2022-09-17 23:16:50 +02:00
d1e1d7cf8a removed ferritecore 2022-09-17 20:24:58 +02:00
885 changed files with 37755 additions and 139443 deletions

19
.gitignore vendored
View File

@ -11,10 +11,14 @@
/crash-reports/ /crash-reports/
/screenshots/ /screenshots/
/dragon-survival/ /dragon-survival/
/config/enhancecon
/config/enhancedcelestials/nomadictents/
/mods/.index/
/woot/
/baritone/
/config/enhancedcelestials/
#files #files
*.bak *.bak
options.txt options.txt
servers.dat servers.dat
@ -23,5 +27,16 @@ servers.dat_old
usercache.json usercache.json
usernamecache.json usernamecache.json
bookstogive.txt bookstogive.txt
config/ferritecore-mixin.toml
#clientside mods
mods/ferritecore-2.0.7-forge.jar
mods/rhino-forge-1605.1.5-build.75.jar mods/rhino-forge-1605.1.5-build.75.jar
mods/kubejs-forge-1605.3.19-build.299.jar mods/kubejs-forge-1605.3.19-build.299.jar
mods/baritone-standalone-forge-1.6.3.jar
#client configs
config/jei/bookmarks.ini
config/jei/recipe-category-sort-order.ini
config/jei/ingredient-list-mod-sort-order.ini
config/seeker_compass-client.toml

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -90,8 +90,8 @@
y = 2147483647 y = 2147483647
[client.gui.window.upgrade] [client.gui.window.upgrade]
x = 2147483647 x = 20
y = 2147483647 y = -11
[client.gui.window.crafting0] [client.gui.window.crafting0]
x = 2147483647 x = 2147483647
@ -102,8 +102,8 @@
y = 2147483647 y = 2147483647
[client.gui.window.sideConfig] [client.gui.window.sideConfig]
x = 2147483647 x = 14
y = 2147483647 y = 72
[client.gui.window.confirmation] [client.gui.window.confirmation]
x = 2147483647 x = 2147483647
@ -114,8 +114,8 @@
y = 2147483647 y = 2147483647
[client.gui.window.transporterConfig] [client.gui.window.transporterConfig]
x = 2147483647 x = 10
y = 2147483647 y = 15
[client.gui.window.skinSelect] [client.gui.window.skinSelect]
x = 2147483647 x = 2147483647

View File

@ -14,7 +14,7 @@
heatPerFuelTick = 400.0 heatPerFuelTick = 400.0
#Displayed temperature unit in Mekanism GUIs. #Displayed temperature unit in Mekanism GUIs.
#Allowed Values: K, C, R, F, STP #Allowed Values: K, C, R, F, STP
temperatureUnit = "K" temperatureUnit = "C"
#Log Mekanism packet names. Debug setting. #Log Mekanism packet names. Debug setting.
logPackets = false logPackets = false
#Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item. #Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item.
@ -41,7 +41,7 @@
chemicalPerTank = 16000000 chemicalPerTank = 16000000
#Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Max = volume * fluidPerTank #Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Max = volume * fluidPerTank
#Range: 1 ~ 368224 #Range: 1 ~ 368224
fluidPerTank = 350000 fluidPerTank = 360000
#Oredictionificator Settings #Oredictionificator Settings
[general.oredictionificator] [general.oredictionificator]
@ -124,7 +124,7 @@
ticksPerMine = 80 ticksPerMine = 80
#Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value). #Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value).
#Range: > 1 #Range: > 1
maxRadius = 32 maxRadius = 64
#Energy multiplier for using silk touch mode with the Digital Miner. #Energy multiplier for using silk touch mode with the Digital Miner.
silkMultiplier = 6 silkMultiplier = 6

View File

@ -795,6 +795,21 @@
} }
"capsule:recall" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"cofh_core:holding" { "cofh_core:holding" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 11] # The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 11]
I:"Max Level"=4 I:"Max Level"=4
@ -4721,6 +4736,21 @@
} }
"mod_lavacow:criticalboost" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"mod_lavacow:lifesteal" { "mod_lavacow:lifesteal" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=3 I:"Max Level"=3
@ -5741,6 +5771,96 @@
} }
"seeker_compass:persistence" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"seeker_compass:stalking" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"seeker_compass:summoning" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"seeker_compass:tracking" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"seeker_compass:voodoo" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3]
I:"Max Level"=3
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"seeker_compass:warping" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"stalwart_dungeons:thunder_strike" { "stalwart_dungeons:thunder_strike" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=3 I:"Max Level"=3

View File

@ -223,6 +223,12 @@ armors {
S:INFUSED_SILK < S:INFUSED_SILK <
> >
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: secretroomsmod:true_vision_goggles
# [default: ]
S:INSTANCE <
>
# A list of material-based prefix names for this material group. May be empty. # A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots, atum:desert_helmet_iron, atum:desert_chest_iron, atum:desert_legs_iron, atum:desert_boots_iron, dungeons_mobs:gold_pillager_helmet, dungeons_mobs:diamond_pillager_helmet, dungeons_mobs:gold_vindicator_helmet, dungeons_mobs:diamond_vindicator_helmet, dungeons_mobs:skeleton_vanguard_helmet, mod_lavacow:swinearmor_helmet, mod_lavacow:swinearmor_chestplate, mod_lavacow:swinearmor_leggings, mod_lavacow:swinearmor_boots # Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots, atum:desert_helmet_iron, atum:desert_chest_iron, atum:desert_legs_iron, atum:desert_boots_iron, dungeons_mobs:gold_pillager_helmet, dungeons_mobs:diamond_pillager_helmet, dungeons_mobs:gold_vindicator_helmet, dungeons_mobs:diamond_vindicator_helmet, dungeons_mobs:skeleton_vanguard_helmet, mod_lavacow:swinearmor_helmet, mod_lavacow:swinearmor_chestplate, mod_lavacow:swinearmor_leggings, mod_lavacow:swinearmor_boots
# [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]] # [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]]
@ -235,7 +241,7 @@ armors {
> >
# A list of material-based prefix names for this material group. May be empty. # A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, dungeons_mobs:chef_hat, quark:backpack, quark:forgotten_hat # Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, dungeons_mobs:chef_hat, quark:forgotten_hat, quark:backpack
# [default: [Leather], [Rawhide], [Lamellar], [Cow Skin]] # [default: [Leather], [Rawhide], [Lamellar], [Cow Skin]]
S:LEATHER < S:LEATHER <
Leather Leather

View File

@ -0,0 +1,14 @@
#General settings
[general]
#Cost
#Range: > -2147483648
cost = 320
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,14 @@
#General settings
[general]
#Cost
#Range: > -2147483648
cost = 80
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,41 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Bonus search distance around each target entity per augment
#Range: 0.0 ~ 1.7976931348623157E308
bonus_entity_distance = 4.0
#Cost
#Range: > -2147483648
cost = 300
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 1
#Is Starter Glyph?
starter = false
#Base maximum number of entities struck when targeting entities
#Range: > 1
base_max_entities = 8
#Bonus search distance around each target block per augment
#Range: 1.0 ~ 2.147483647E9
bonus_block_distance_euclidean = 1.0
#Base maximum number of blocks struck when targeting blocks
#Range: > 1
base_max_blocks = 16
#Bonus to maximum entities per augment
#Range: > 1
bonus_entities = 16
#Is Enabled?
enabled = true
#Base search distance around each target block
#Range: 1.0 ~ 2.147483647E9
base_block_search_distance_euclidean = 1.75
#Base search distance around each target entity
#Range: 0.0 ~ 1.7976931348623157E308
base_entity_distance = 8.0
#Bonus to maximum blocks per augment
#Range: > 1
bonus_blocks = 16

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 10
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,23 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = ["sensitive=2"]
#Cost
#Range: > -2147483648
cost = 15
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Base range in blocks
#Range: 0.0 ~ 1.7976931348623157E308
base_range = 16.0
#Bonus range per augment
#Range: 0.0 ~ 1.7976931348623157E308
bonus_range_per_augment = 16.0
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 0
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -0,0 +1,17 @@
#General settings
[general]
#Limits the number of times a given augment may be applied to a given effect
#Example entry: "amplify=5"
augment_limits = []
#Cost
#Range: > -2147483648
cost = 50
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#Is Enabled?
enabled = true

View File

@ -1,9 +1,9 @@
#need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal) #need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal)
#Fri Sep 16 16:42:23 CEST 2022 #Sat Sep 17 20:26:47 CEST 2022
int.giant_jungle_tree.spacing=100 int.giant_jungle_tree.spacing=100
boolean.mushroom_abandoned.enable=true boolean.mushroom_abandoned.enable=true
int.default_jungle_temple.spacing=100
int.desert_temple_husk.spacing=100 int.desert_temple_husk.spacing=100
int.default_jungle_temple.spacing=100
boolean.desert_temple_husk.enable=true boolean.desert_temple_husk.enable=true
int.desert_temple_husk.separation=50 int.desert_temple_husk.separation=50
int.swamp_temple.spacing=100 int.swamp_temple.spacing=100
@ -18,12 +18,12 @@ int.oak_palace.separation=50
boolean.swamp_temple.enable=true boolean.swamp_temple.enable=true
boolean.the_factory.enable=true boolean.the_factory.enable=true
int.swamp_temple.separation=50 int.swamp_temple.separation=50
boolean.default_jungle_temple.enable=true
int.giant_jungle_tree.separation=50 int.giant_jungle_tree.separation=50
int.the_z_tower.separation=50 boolean.default_jungle_temple.enable=true
int.mushroom_abandoned.separation=50 int.mushroom_abandoned.separation=50
int.the_factory.spacing=100 int.the_z_tower.separation=50
boolean.witch_castle.enable=true boolean.witch_castle.enable=true
int.default_jungle_temple.separation=50 int.the_factory.spacing=100
boolean.the_z_tower.enable=true boolean.the_z_tower.enable=true
int.default_jungle_temple.separation=50
int.the_z_tower.spacing=100 int.the_z_tower.spacing=100

View File

@ -1,2 +1,2 @@
#need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal) #need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal)
#Fri Sep 16 16:42:26 CEST 2022 #Sat Sep 17 20:26:49 CEST 2022

View File

@ -1,2 +1,2 @@
#need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal) #need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal)
#Fri Sep 16 16:42:24 CEST 2022 #Sat Sep 17 20:26:48 CEST 2022

View File

@ -1,5 +1,5 @@
#need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal) #need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal)
#Fri Sep 16 16:42:23 CEST 2022 #Sat Sep 17 20:26:47 CEST 2022
int.ocean_quad.separation=50 int.ocean_quad.separation=50
int.ocean_the_column_temple.spacing=25 int.ocean_the_column_temple.spacing=25
int.ocean_quad.spacing=25 int.ocean_quad.spacing=25

View File

@ -31352,3 +31352,155 @@
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options. #When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false removeAggressively = false
#Options for the everpotion mod.
[everpotion]
#Spawning options for everpotion:arrow
[everpotion.arrow]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Options for the hole_filler_mod mod.
[hole_filler_mod]
#Spawning options for hole_filler_mod:throwable_hole_filler_dark_entity
[hole_filler_mod.throwable_hole_filler_dark_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for hole_filler_mod:throwable_hole_filler_lava_entity
[hole_filler_mod.throwable_hole_filler_lava_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for hole_filler_mod:throwable_hole_filler_water_entity
[hole_filler_mod.throwable_hole_filler_water_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for hole_filler_mod:throwable_hole_filler_balanced_entity
[hole_filler_mod.throwable_hole_filler_balanced_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for hole_filler_mod:throwable_hole_filler_entity
[hole_filler_mod.throwable_hole_filler_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for hole_filler_mod:throwable_hole_filler_smart_entity
[hole_filler_mod.throwable_hole_filler_smart_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for hole_filler_mod:throwable_hole_filler_light_entity
[hole_filler_mod.throwable_hole_filler_light_entity]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Options for the rftoolsdim mod.
[rftoolsdim]
#Spawning options for rftoolsdim:dimensional_blob_rare
[rftoolsdim.dimensional_blob_rare]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for rftoolsdim:dimensional_blob_common
[rftoolsdim.dimensional_blob_common]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Spawning options for rftoolsdim:dimensional_blob_legendary
[rftoolsdim.dimensional_blob_legendary]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false

View File

@ -0,0 +1,40 @@
#The general configuration for this mod
[general]
#The durability of the Netherite Shield.
#Default: 6300
netheriteDurability = 6300
#The durability of the Diamond Shield.
#Default: 4600
diamondDurability = 4600
#The portion of the incomming damage Netherite Shields block in percent.
#Default: 100
netheriteDamageReduction = 100
#Allows the Thorns enchantment to by applied to Shields
#Default: true
thornsOnShields = true
#The portion of the incomming damage Gold Shields block in percent.
#Default: 85
goldDamageReduction = 85
#The portion of the incomming damage Vanilla Shields block in percent.
#Default: 75
defaultDamageReduction = 75
#The portion of the incomming damage Diamond Shields block in percent.
#Default: 98
diamondDamageReduction = 98
#Enables modified damage reduction values for shields.
#Default: true
enableDamageReduction = true
#The portion of the incomming damage Iron Shields block in percent.
#Default: 90
ironDamageReduction = 90
#The durability of the Iron Shield.
#Default: 920
ironDurability = 920
#The durability of the Gold Shield.
#Default: 130
goldDurability = 130
#If set to true Shields added by other mods block 100% of the incomming damage, if set to false the will block the amount set in defaultDamageReduction.
#Default: true
customShieldMaxReduction = true

View File

@ -0,0 +1,77 @@
# Check out the wiki pages at https://github.com/Lythom/capsule/wiki for full documentation.
#
#Loot settings
[loot]
#Paths where the mod will look for structureBlock files when invoking command /capsule fromExistingRewards <structureName> [playerName].
rewardTemplatesPath = "config/capsule/rewards"
#Each structure in this folder will be given to the player as standard reusable capsule on game start.
#Empty the folder or the value to disable starter capsules.
#Default value: "config/capsule/starters"
starterTemplatesPath = "config/capsule/starters"
#If true, loot rewards will be pre-charged blueprint when possible (if the content contains no entity).
#If false loot reward will always be one-use capsules.
#Default value: true
allowBlueprintReward = true
#Each structure in this folder will auto-generate a blueprint recipe that player will be able to craft.
#Remove/Add structure in the folder to disable/enable the recipe.
#Default value: "config/capsule/prefabs"
prefabsTemplatesPath = "config/capsule/prefabs"
#If true, sneak+left click in air allow mirroring of the capsule content. Can be disabled for multiblock compatibility.
#Default value: true
allowMirror = true
#List of loot tables that will eventually reward a capsule.
# Example of valid loot tables : gameplay/fishing/treasure, chests/spawn_bonus_chest, entities/villager (killing a villager).
#Also see https://minecraft.gamepedia.com/Loot_table#List_of_loot_tables.
lootTablesList = ["minecraft:chests/abandoned_mineshaft", "minecraft:chests/bastion_bridge", "minecraft:chests/bastion_hoglin_stable", "minecraft:chests/bastion_other", "minecraft:chests/bastion_treasure", "minecraft:chests/shipwreck_treasure", "minecraft:chests/desert_pyramid", "minecraft:chests/end_city_treasure", "minecraft:chests/igloo_chest", "minecraft:chests/jungle_temple", "minecraft:chests/simple_dungeon", "minecraft:chests/stronghold_corridor", "minecraft:chests/stronghold_crossing", "minecraft:chests/stronghold_library", "minecraft:chests/village/village_toolsmith", "minecraft:chests/village/village_armorer", "minecraft:chests/village/village_temple", "minecraft:chests/village/village_weaponsmith", "minecraft:chests/buried_treasure", "minecraft:chests/jungle_temple_dispenser", "minecraft:chests/pillager_outpost", "minecraft:chests/shipwreck_treasure", "minecraft:chests/underwater_ruin_big", "minecraft:chests/underwater_ruin_small", "minecraft:chests/woodland_mansion"]
#Players can be given one or several starter structures on their first arrival.
#Those structures nbt files can be placed in the folder defined at starterTemplatesPath below.
#Possible values : "all", "random", or "none".
#Default value: "random"
starterMode = "random"
#List of paths and weights where the mod will look for structureBlock files. Each .nbt or .schematic in those folders have a chance to appear as a reward capsule in a dungeon chest.
#Higher weight means more common. Default weights : 2 (rare), 6 (uncommon) or 10 (common)
#To Lower the chance of getting a capsule at all, insert an empty folder here and configure its weight accordingly.
[[loot.lootTemplatesPaths]]
path = "config/capsule/loot/common"
weight = 5
[[loot.lootTemplatesPaths]]
path = "config/capsule/loot/uncommon"
weight = 3
[[loot.lootTemplatesPaths]]
path = "config/capsule/loot/rare"
weight = 1
#enchants settings
[enchants]
#Rarity of the enchantmant. Possible values : COMMON, UNCOMMON, RARE, VERY_RARE. Default: RARE.
recallEnchantRarity = "RARE"
#Possible targets for the enchantment. By default : null.
#Possible values are ALL, ARMOR, ARMOR_FEET, ARMOR_LEGS, ARMOR_TORSO, ARMOR_HEAD, WEAPON, DIGGER, FISHING_ROD, BREAKABLE, BOW, null.
#If null or empty, Capsules will be the only items to be able to get this Enchantment.
recallEnchantType = "null"
#Balancing settings
[balance]
#List of block ids or tags that will never be captured by a non overpowered capsule. While capturing, the blocks will stay in place.
# Ex block: minecraft:spawner
# Ex tag: minecraft:beds
excludedBlocks = ["minecraft:spawner", "minecraft:end_portal", "minecraft:end_portal_frame", "minecraft:air", "minecraft:structure_void", "minecraft:bedrock", "ic2:", "refinedstorage:", "superfactorymanager:", "gregtech:machine", "gtadditions:", "bloodmagic:alchemy_table", "mekanism:machineblock", "mekanism:boundingblock", "tombstone:player_graves"]
#List of block ids or tags that will never be captured even with an overpowered capsule. While capturing, the blocks will stay in place.
#Mod prefix usually indicate an incompatibility, remove at your own risk. See https://github.com/Lythom/capsule/wiki/Known-incompatibilities.
# Ex: minecraft:spawner
opExcludedBlocks = ["minecraft:air", "minecraft:structure_void", "minecraft:bedrock", "ic2:", "refinedstorage:", "superfactorymanager:", "gregtech:machine", "gtadditions:", "bloodmagic:alchemy_table", "mekanism:machineblock", "mekanism:boundingblock", "tombstone:player_graves"]
#Duration in ticks for an undeployed capsule to remain activated (preview displayed) when right clicking. 20 ticks = 1 second.
#Default value: 120.
#Range: > 0
previewDisplayDuration = 120
#Number of upgrades an empty capsule can get to improve capacity. If <= 0, the capsule won't be able to upgrade.
#Range: > 0
capsuleUpgradesLimit = 10
#List of block ids that can be overriden while teleporting blocks.
#Put there blocks that the player don't care about (grass, leaves) so they don't prevent the capsule from deploying.
overridableBlocks = ["minecraft:air", "minecraft:water", "minecraft:oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "minecraft:grass", "minecraft:fern", "minecraft:dead_bush", "minecraft:snow_block", "minecraft:vine", "minecraft:sunflower", "minecraft:lilac", "minecraft:rose_bush", "minecraft:peony", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:void_air", "minecraft:cave_air"]

View File

@ -0,0 +1,276 @@
[
"minecraft:beacon",
"minecraft:bed",
"minecraft:red_bed",
"minecraft:black_bed",
"minecraft:blue_bed",
"minecraft:brown_bed",
"minecraft:cyan_bed",
"minecraft:gray_bed",
"minecraft:green_bed",
"minecraft:light_blue_bed",
"minecraft:light_gray_bed",
"minecraft:lime_bed",
"minecraft:magenta_bed",
"minecraft:orange_bed",
"minecraft:pink_bed",
"minecraft:purple_bed",
"minecraft:white_bed",
"minecraft:yellow_bed",
"minecraft:black_shulker_box",
"minecraft:blue_shulker_box",
"minecraft:brewing_stand",
"minecraft:brown_shulker_box",
{
"block": "minecraft:chain_command_block",
"keepNBT": {
"Command": null,
"CustomName": null,
"SuccessCount": null,
"TrackOutput": null,
"auto": null,
"conditionMet": null,
"powered": null
}
},
"minecraft:crafting_table",
"minecraft:chest",
{
"block": "minecraft:command_block",
"keepNBT": {
"Command": null,
"CustomName": null,
"SuccessCount": null,
"TrackOutput": null,
"auto": null,
"conditionMet": null,
"powered": null
}
},
"minecraft:cyan_shulker_box",
"minecraft:daylight_detector",
"minecraft:daylight_detector_inverted",
"minecraft:dispenser",
"minecraft:dropper",
"minecraft:enchanting_table",
"minecraft:flower_pot",
"minecraft:furnace",
"minecraft:blast_furnace",
"minecraft:gray_shulker_box",
"minecraft:green_shulker_box",
"minecraft:hopper",
"minecraft:jukebox",
"minecraft:light_blue_shulker_box",
"minecraft:lime_shulker_box",
"minecraft:lit_furnace",
"minecraft:magenta_shulker_box",
{
"block": "minecraft:noteblock",
"keepNBT": {
"note": null
}
},
"minecraft:orange_shulker_box",
"minecraft:pink_shulker_box",
"minecraft:piston",
"minecraft:purple_shulker_box",
"minecraft:red_shulker_box",
{
"block": "minecraft:repeating_command_block",
"keepNBT": {
"Command": null,
"CustomName": null,
"SuccessCount": null,
"TrackOutput": null,
"auto": null,
"conditionMet": null,
"powered": null
}
},
"minecraft:silver_shulker_box",
{
"block": "minecraft:skull",
"keepNBT": {
"Rot": null,
"SkullType": null
}
},
{
"block": "minecraft:standing_sign",
"keepNBT": {
"Text1": null,
"Text2": null,
"Text3": null,
"Text4": null
}
},
"minecraft:sticky_piston",
{
"block": "minecraft:structure_block",
"keepNBT": {
"author": null,
"ignoreEntities": null,
"integrity": null,
"metadata": null,
"mirror": null,
"mode": null,
"name": null,
"posX": null,
"posY": null,
"posZ": null,
"powered": null,
"rotation": null,
"seed": "LONG",
"showair": null,
"showboundingbox": null,
"sizeX": null,
"sizeY": null,
"sizeZ": null
}
},
"minecraft:trapped_chest",
"minecraft:unpowered_comparator",
"minecraft:comparator",
{
"block": "minecraft:wall_sign",
"keepNBT": {
"Text1": null,
"Text2": null,
"Text3": null,
"Text4": null
}
},
"minecraft:white_shulker_box",
"minecraft:yellow_shulker_box",
"minecraft:anvil",
"minecraft:chipped_anvil",
"minecraft:damaged_anvil",
"minecraft:lectern",
"minecraft:barrel",
"minecraft:smoker",
"minecraft:bee_nest",
"minecraft:beehive",
"minecraft:bell",
{
"block": "immersiveengineering:stone_decoration_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:storage_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:cloth_device",
"keepNBT": {
"dummy": null,
"ceilingAttached": null,
"colour": null,
"colour0": null,
"colour1": null,
"facing": null,
"rotation": null,
"shader": null,
"style": null
}
},
{
"block": "immersiveengineering:connector",
"keepNBT": {
"active": null,
"facing": null,
"inverted": null,
"rotation": null
}
},
{
"block": "immersiveengineering:metal_device0",
"keepNBT": {
"dummy": null,
"placeCobble": null,
"sideConfig": null
}
},
{
"block": "immersiveengineering:metal_device1",
"keepNBT": {
"dummy": null,
"attackAnimals": null,
"attackNeutrals": null,
"attackPlayers": null,
"expelCasings": null,
"facing": null,
"lowPower": null,
"owner": null,
"redstoneInverted": null,
"rotX": null,
"rotY": null,
"side": null,
"sideConfig": null,
"whitelist": null
}
},
{
"block": "immersiveengineering:conveyor",
"keepNBT": {
"conveyorType": null,
"conveyorBeltSubtype": "conveyorType",
"conveyorBeltSubtypeNBT": null,
"facing": null
}
},
{
"block": "immersiveengineering:sheetmetal_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:treated_wood_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:metal_decoration2",
"keepNBT": {
"dummy": null,
"facing": null,
"orientation": null
}
},
{
"block": "immersiveengineering:wooden_device0",
"keepNBT": {
"dummy": null,
"facing": null,
"filter": null,
"invert": null,
"redstone": null,
"sideConfig": null,
"sideFilter": null
}
},
{
"block": "immersiveengineering:wooden_device1",
"keepNBT": {
"dummy": null,
"facing": null,
"orientation": null,
"rotation": null,
"offset": null,
"prevRotation": null
}
},
"betterboiler:controller",
"betterboiler:boiler",
"betterboiler:firebox",
"betterboiler:firebox_hatch",
"betterboiler:boiler_valve",
"betterboiler:boiler_vent",
"betterboiler:boiler_pump",
"betterboiler:boiler_pump"
]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,43 @@
{
"__comment": "recipe template used to generate all prefab recipes. You can change ingredients and move around 1, 2, and 3. If a mod is required and might be missing, put your template nbt file under a folder named with the mod required, the recipe won't be load if the mod is missing.",
"type": "capsule:blueprint_prefabs",
"conditions": [],
"result": {
"item": "capsule:capsule",
"nbt": {
"state": 3,
"display": {
"color": 2963801
},
"sourceInventory": {},
"structureName": "",
"label": "",
"size": 1
}
},
"pattern": [
"2b3",
"l1l",
" p "
],
"key": {
"b": {
"item": "minecraft:stone_button"
},
"p": {
"item": "minecraft:paper"
},
"l": {
"item": "minecraft:blue_dye"
},
"1": {
"item": "minecraft:air"
},
"2": {
"item": "minecraft:air"
},
"3": {
"item": "minecraft:air"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,6 @@
#Recipes and Integrations
[recipes]
#Enable vanilla-style recipes.
vanillaRecipes = true

View File

@ -84,10 +84,10 @@
enableTailPhysics = true enableTailPhysics = true
#Should items be rendered near the mouth of dragons rather then hovering by their side? #Should items be rendered near the mouth of dragons rather then hovering by their side?
renderItemsInMouth = false renderItemsInMouth = false
#Should the body rotate with the camera when turning around.
rotateBodyWithCamera = true
#Do you want your dragon skin to be rendered as a young dragon? #Do you want your dragon skin to be rendered as a young dragon?
renderYoungSkin = true renderYoungSkin = true
#Should the body rotate with the camera when turning around.
rotateBodyWithCamera = true
#Do you want your dragon skin to be rendered as a adult dragon? #Do you want your dragon skin to be rendered as a adult dragon?
renderAdultSkin = true renderAdultSkin = true
#Should the armor be rendered as a layer on the dragon? Some shaders requires this to be off. Can cause some weird effects with armor when turned off. #Should the armor be rendered as a layer on the dragon? Some shaders requires this to be off. Can cause some weird effects with armor when turned off.

View File

@ -1,5 +1,5 @@
#need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal) #need help ? ask on discord or dm curseforge <3 (ps: it is possible that this file contains nothing it's normal)
#Fri Sep 16 18:01:15 CEST 2022 #Sat Sep 17 20:26:49 CEST 2022
int.dungeon_spider.separation=50 int.dungeon_spider.separation=50
int.dungeon_creeper.spacing=100 int.dungeon_creeper.spacing=100
int.dungeon_skeleton.separation=50 int.dungeon_skeleton.separation=50

View File

@ -9,7 +9,7 @@
#If the magnetize ability should move xp. #If the magnetize ability should move xp.
magnetizeMoveXp = true magnetizeMoveXp = true
#The multiplier for ability XP requirement #The multiplier for ability XP requirement
abilityXpMultiplier = 10 abilityXpMultiplier = 2
#1/x chance for mobs to have abilities. #1/x chance for mobs to have abilities.
mobAbilityChance = 50 mobAbilityChance = 50
#How many abilities should be dropped on player death. #How many abilities should be dropped on player death.
@ -17,7 +17,7 @@
#The maximum rarity of totems to spawn when a player first logs in. [0-3], -1 disables totem spawning. #The maximum rarity of totems to spawn when a player first logs in. [0-3], -1 disables totem spawning.
totemMaximumSpawnRarity = 1 totemMaximumSpawnRarity = 1
#If on-player entities should have particle effects for the abilities they carry. #If on-player entities should have particle effects for the abilities they carry.
showEntityParticles = true showEntityParticles = false
#The amount of exhaustion that should by applied to the player per active ability per second. #The amount of exhaustion that should by applied to the player per active ability per second.
exhaustionPerAbilityTick = 0.01 exhaustionPerAbilityTick = 0.01
#Mobs that won't have abilities that can be dropped via totems. You can add things like 'minecraft:pig'. #Mobs that won't have abilities that can be dropped via totems. You can add things like 'minecraft:pig'.
@ -39,7 +39,7 @@
#Set 'true' to enable development debug mode. This will result in a lower performance! #Set 'true' to enable development debug mode. This will result in a lower performance!
debug = false debug = false
#If the version checker should be enabled. #If the version checker should be enabled.
versionChecker = true versionChecker = false
#If the recipe loader should crash when finding invalid recipes. #If the recipe loader should crash when finding invalid recipes.
crashOnInvalidRecipe = false crashOnInvalidRecipe = false
#If mod compatibility loader should crash hard if errors occur in that process. #If mod compatibility loader should crash hard if errors occur in that process.
@ -75,15 +75,15 @@
#The maximum ability level. #The maximum ability level.
maxLevel = 4 maxLevel = 4
#If this can be obtained by combining totems in a crafting grid. #If this can be obtained by combining totems in a crafting grid.
obtainableOnCraft = true obtainableOnCraft = false
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 200 xpPerLevel = 200
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 3 rarity = 3
@ -95,11 +95,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 40 xpPerLevel = 2202
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 2 rarity = 2
@ -111,11 +111,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 20 xpPerLevel = 1628
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 1 rarity = 1
@ -127,7 +127,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
@ -143,11 +143,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 30 xpPerLevel = 1897
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 1 rarity = 1
@ -159,9 +159,9 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#Rarity of this ability. #Rarity of this ability.
@ -175,11 +175,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 10 xpPerLevel = 1395
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 0 rarity = 0
@ -191,9 +191,9 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#Rarity of this ability. #Rarity of this ability.
@ -207,7 +207,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 80 xpPerLevel = 3782
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -223,7 +223,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 40 xpPerLevel = 2202
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -239,11 +239,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 2 rarity = 2
@ -255,7 +255,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 75 xpPerLevel = 3553
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -271,9 +271,9 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 15 xpPerLevel = 1507
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#Rarity of this ability. #Rarity of this ability.
@ -287,13 +287,13 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#Require sneak to activate. #Require sneak to activate.
requireSneak = true requireSneak = true
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 1 rarity = 1
@ -305,7 +305,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 100 xpPerLevel = 4788
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
@ -321,11 +321,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 75 xpPerLevel = 3553
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 2 rarity = 2
@ -337,7 +337,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
@ -353,11 +353,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 10 xpPerLevel = 1395
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 0 rarity = 0
@ -369,9 +369,9 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 30 xpPerLevel = 1897
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#Rarity of this ability. #Rarity of this ability.
@ -385,9 +385,9 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 20 xpPerLevel = 1628
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#Rarity of this ability. #Rarity of this ability.
@ -401,7 +401,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 40 xpPerLevel = 2202
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -417,11 +417,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 15 xpPerLevel = 1507
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 0 rarity = 0
@ -433,9 +433,9 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 10 xpPerLevel = 1395
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#Rarity of this ability. #Rarity of this ability.
@ -449,11 +449,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 2 rarity = 2
@ -465,7 +465,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -481,7 +481,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 20 xpPerLevel = 1628
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -497,7 +497,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
@ -513,7 +513,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 70 xpPerLevel = 3333
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
@ -529,7 +529,7 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = false obtainableOnLoot = false
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
@ -545,11 +545,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 50 xpPerLevel = 2543
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 1 rarity = 1
@ -561,13 +561,13 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 25 xpPerLevel = 1758
#Forces the default step height value to 0.6 when this ability is deactivated. #Forces the default step height value to 0.6 when this ability is deactivated.
forceDefaultStepHeight = true forceDefaultStepHeight = true
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 0 rarity = 0
@ -579,11 +579,11 @@
#If this can be obtained in loot chests. #If this can be obtained in loot chests.
obtainableOnLoot = true obtainableOnLoot = true
#The xp required per level. #The xp required per level.
xpPerLevel = 20 xpPerLevel = 1628
#If this can be obtained by spawning mobs. #If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players. #If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true obtainableOnPlayerSpawn = false
#Rarity of this ability. #Rarity of this ability.
rarity = 1 rarity = 1

View File

@ -0,0 +1,2 @@
refillCompleteNotificationSound = true

View File

@ -0,0 +1,31 @@
#Range: > 5
drinkDelay = 20
#Range: > 5
refillTime = 2400
#Range: > 5
tipArrowTimeCost = 600
naturallyRefill = true
#Damaging mobs can speed up refilling
#Range: 0.0 ~ 10.0
damageAcceleration = 0.0
[modules]
crafting = true
[slots]
#Range: 1 ~ 4
maxSlots = 3
#Range: 0 ~ 4
beginnerSlots = 0
[effects]
showParticles = true
#Range: 0.0 ~ 100.0
durationFactor = 1.0
ambient = true
showIcon = true
[temp]
#Range: 0.0 ~ 1.0
mobDropUnlockItem = 0.005

View File

@ -1,10 +0,0 @@
{
chapter_groups: [
{ id: "0E78167041545AC7", title: "Advent of Ascension" }
{ id: "2A642849A0E86509", title: "Combat" }
{ id: "234D12C999BA9832", title: "Magic" }
{ id: "17C6D3A9847C6311", title: "Technology" }
{ id: "3F056B9CFF789F29", title: "Misc" }
{ id: "151FAD2CF68977F0", title: "Advent of Ascension: Completionist" }
]
}

View File

@ -1,894 +0,0 @@
{
id: "78E6F7C6BE58E3FE"
group: "234D12C999BA9832"
order_index: 1
filename: "9ars_nouveau"
title: "Ars Nouveau"
icon: "ars_nouveau:mana_condenser"
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
title: "&6&lWelcome to Ars Nouveau"
icon: "ars_nouveau:creative_spell_book"
x: 0.0d
y: -9.5d
shape: "gear"
subtitle: "*Unlocked by completing the &b&l&oPity Machine Frame&r quest*"
description: [
"Ars Nouveau is a magic mod that allows players to craft their own spells, create magical artifacts, perform rituals, and much more."
""
"With Ars Nouveau you will learn to harness the mana infused in all things to cast powerful spells, drive arcane machinery, and even to empower some cute friends along the way."
]
size: 1.5d
id: "0FF49F7DD4D172CF"
tasks: [{
id: "69842ED24C694005"
type: "checkmark"
}]
rewards: [
{
id: "31CDEC9443F99EC2"
type: "item"
item: "ars_nouveau:novice_spell_book"
}
{
id: "56CE7B45BFEF5D91"
type: "custom"
}
]
}
{
title: "&6&lMana"
icon: "ars_nouveau:mana_gem"
x: -5.5d
y: -8.0d
subtitle: "Mana is the driving energy behind every spell and arcane device in Ars Nouveau"
description: [
"Craft a Mana Condenser and a Mana Jar to begin. The Mana Gems required can be found while mining at any depth. Keep an eye out for purple Arcane Ore."
""
"To begin condensing Mana, place the Mana Jar and then place the Mana Condenser on top of it. Mana is drawn from three primary sources:"
""
"● Crops advancing a growth stage"
"● Breeding animals"
"● Killing mobs"
""
"Consider setting up a jar and condenser nearby such places. It can detect such events in a roughly 10-15 block radius, depending on the type of event. A large crop farm or a basic mob farm can produce mana relatively quickly if automated."
]
dependencies: ["0FF49F7DD4D172CF"]
id: "1D6991C18F49B0C6"
tasks: [
{
id: "236FB55A22B7576E"
type: "item"
item: "ars_nouveau:mana_condenser"
}
{
id: "7E7B2BECC4DEA3C0"
type: "item"
item: "ars_nouveau:mana_jar"
}
]
rewards: [
{
id: "270F6DF231317C9C"
type: "xp"
xp: 100
}
{
id: "76230C6F458856C4"
type: "loot"
table_id: 6468877635738169977L
}
{
id: "31DA5B5A1AEC55C9"
type: "choice"
table_id: 4056905653150789257L
}
{
id: "51022158747C91D5"
type: "custom"
}
]
}
{
x: -4.5d
y: -7.0d
description: ["Not every practitioner is born with a green-thumb. Thankfully, mana naturally trickles out of molten lava, escaping into the air. This device assists in collecting these trace amounts of mana so they may be put to use."]
dependencies: ["1D6991C18F49B0C6"]
id: "048E545ED70D577F"
tasks: [{
id: "04B82A87FD6221E9"
type: "item"
item: "ars_nouveau:volcanic_accumulator"
}]
rewards: [
{
id: "3CFD17E87C9EAA05"
type: "xp"
xp: 10
}
{
id: "7DF35141BAB044A7"
type: "item"
item: "ars_nouveau:mana_gem"
count: 2
}
{
id: "7E03F598998164D2"
type: "custom"
}
]
}
{
x: -7.0d
y: -7.0d
description: [
"Arcane Crystals can be crystallized directly from the surrounding mana."
""
"Build a Crystallizer early on to help obtain more of these very useful gems."
]
dependencies: ["1D6991C18F49B0C6"]
id: "2B3A2599A6534702"
tasks: [{
id: "59A3E5F56953D4AE"
type: "item"
item: "ars_nouveau:crystallizer"
}]
rewards: [
{
id: "71BA9E72BA7F3681"
type: "item"
item: "ars_nouveau:glyph_light"
}
{
id: "300AA98A63FF7D8C"
type: "xp"
xp: 10
}
{
id: "04EA58DE1D39D6DE"
type: "custom"
}
]
}
{
title: "&6&lGlyph Press"
x: -6.0d
y: -5.5d
subtitle: "The Glyph Press will accept up to two items; a type of clay and a reagent"
description: [
"Both are consumed along with a fair amount of mana from a nearby Mana Jar to create new Glyphs."
""
"Glyphs can be learned by right clicking them. They'll then appear within your spellbook for use in crafting new spells."
]
dependencies: ["1D6991C18F49B0C6"]
id: "7964CF97B0747B36"
tasks: [{
id: "7617262DAD6B61DD"
type: "item"
item: "ars_nouveau:glyph_press"
}]
rewards: [
{
id: "31C7646480785D0D"
type: "xp"
xp: 10
}
{
id: "722D39FB7B43EF26"
type: "item"
item: "ars_nouveau:arcane_stone"
count: 16
}
{
id: "5E250CC2F5C5FB52"
type: "custom"
}
]
}
{
title: "&6&lMagic Clay"
x: -5.5d
y: -4.0d
description: [
"By working Mana Gems into Clay a focus can be formed which will aid an aspiring magician in harnessing greater powers."
""
"In order to learn new spells, this Magic Clay and its variants may be pressed in a Glyph Press along with some other reagent to form a focus."
]
dependencies: ["7964CF97B0747B36"]
id: "188E924CB58CE328"
tasks: [{
id: "7DDCAE2ED5BE3DA7"
type: "item"
item: "ars_nouveau:magic_clay"
count: 8L
}]
rewards: [
{
id: "7E1E1A1FFF001BB1"
type: "item"
item: "ars_nouveau:glyph_craft"
}
{
id: "5C6DC96A17F0E777"
type: "xp"
xp: 10
}
{
id: "4154A77E74FAE43C"
type: "custom"
}
]
}
{
x: -6.5d
y: -2.5d
description: [
"A simple early form of flight can be crafted using the following spell:"
""
"● Self > Leap > Slowfall"
""
"Casting this propels the user in the direction they're facing, while also providing some cushioning for the eventual landing."
]
dependencies: ["188E924CB58CE328"]
id: "51BDFF152D166497"
tasks: [
{
id: "3C64DBD243824D54"
type: "item"
item: "ars_nouveau:glyph_leap"
}
{
id: "7C505B0113F30EFA"
type: "item"
item: "ars_nouveau:glyph_slowfall"
}
]
rewards: [
{
id: "4A8067F3789E3D8C"
type: "item"
item: "ars_nouveau:glyph_launch"
}
{
id: "40237E2B1E8CA73A"
type: "xp"
xp: 10
}
{
id: "7350D65040D22583"
type: "custom"
}
]
}
{
title: "&6&lMarvelous Clay"
icon: "ars_nouveau:marvelous_clay"
x: -4.5d
y: -3.5d
description: ["Marvelous Clay unlocks the creation of Tier 2 spells. These also require an Apprentice's Spellbook to cast."]
dependencies: ["188E924CB58CE328"]
id: "32823968A80EDB34"
tasks: [
{
id: "6BFC9660B49C6CA2"
type: "item"
item: "ars_nouveau:marvelous_clay"
count: 8L
}
{
id: "5D3E0B9679459220"
type: "item"
item: "ars_nouveau:apprentice_spell_book"
}
]
rewards: [
{
id: "55191405EDD4F2A8"
type: "item"
item: "ars_nouveau:glyph_grow"
}
{
id: "6DEC5318DBED6920"
type: "xp"
xp: 10
}
{
id: "4296CF4BA038F704"
type: "custom"
}
]
}
{
x: -4.5d
y: -2.0d
description: [
"For example, a spell can be made that will smelt a ranged block, break it, and bring it to your inventory."
""
"● Projectile > Smelt > Break > Item Pickup"
""
"Adding an Extract augment after the Break will apply Silk Touch, allowing the above spell to create Glass from Sand."
""
"● Projectile > Smelt > Break > Extract > Item Pickup"
""
"Similarly, the following will apply Fortune to the broken block and transport the result to your inventory. Great for those hard to reach diamonds."
""
"● Projectile > Break > Fortune > Item Pickup"
]
dependencies: ["32823968A80EDB34"]
id: "3A54E2DB6F778F32"
tasks: [
{
id: "78C29DB00120ECAE"
type: "item"
item: "ars_nouveau:glyph_smelt"
}
{
id: "0C943B2F4DEDAADF"
type: "item"
item: "ars_nouveau:glyph_pickup"
}
]
rewards: [
{
id: "3F250F0F42341701"
type: "item"
item: "ars_nouveau:glyph_fortune"
}
{
id: "22C4A596E5D69083"
type: "xp"
xp: 10
}
{
id: "002DC621F9BC7364"
type: "custom"
}
]
}
{
title: "&6&lMythical Clay"
icon: "ars_nouveau:mythical_clay"
x: -3.5d
y: -4.0d
description: ["Mythical Clay unlocks the creation of Tier 3 spells. These also require an Archmage's Spellbook to cast."]
dependencies: ["32823968A80EDB34"]
id: "5990D655A47AC1ED"
tasks: [
{
id: "69473FF1B9DB59EB"
type: "item"
item: "ars_nouveau:mythical_clay"
count: 2L
}
{
id: "059B8B0DF16EEB20"
type: "item"
item: "ars_nouveau:archmage_spell_book"
}
]
rewards: [
{
id: "659D8A8FECBF3EC7"
type: "item"
item: "ars_nouveau:glyph_split"
}
{
id: "43D165BEC6BEC33D"
type: "xp"
xp: 10
}
{
id: "41745856B1014B81"
type: "custom"
}
]
}
{
x: -2.5d
y: -2.5d
dependencies: ["5990D655A47AC1ED"]
id: "3349E1C52CE9983B"
tasks: [{
id: "4977ECE99402633D"
type: "item"
item: "ars_nouveau:glyph_lightning"
}]
rewards: [
{
id: "56B88966A1C7E1E3"
type: "item"
item: "ars_nouveau:glyph_fangs"
}
{
id: "45FE0E7022C97754"
type: "xp"
xp: 10
}
{
id: "565660A05264B2F5"
type: "custom"
}
]
}
{
title: "&6&lEnchanting Apparatus"
icon: "ars_nouveau:enchanting_apparatus"
x: 0.0d
y: -7.5d
description: [
"To construct the Enchanting Apparatus, place down the Arcane Core with the Enchanting Apparatus on top of it. The Pedestals can be placed anywhere in an 11x11 area centered on the Core. A Mana Jar with mana must also be present nearby."
""
"To work with it, place the reagents in the pedestals and the focus in the Enchanting Apparatus itself, then Sneak Right Click the Apparatus with an empty hand."
]
dependencies: ["0FF49F7DD4D172CF"]
id: "79CBF8A2400A345E"
tasks: [
{
id: "11E392803BA20D38"
type: "item"
item: "ars_nouveau:arcane_core"
}
{
id: "4BAE1687158DA97B"
type: "item"
item: "ars_nouveau:enchanting_apparatus"
}
{
id: "0BBE0C25EB366119"
type: "item"
item: "ars_nouveau:arcane_pedestal"
count: 8L
}
]
rewards: [
{
id: "0D5576644C233CDF"
type: "xp"
xp: 100
}
{
id: "099830069F9F6CF4"
type: "item"
item: "ars_nouveau:potion_flask"
}
{
id: "6E10790ED30E2132"
type: "loot"
table_id: 1375643567800692047L
}
{
id: "1FDA4EC999911A89"
type: "custom"
}
]
}
{
title: "Curious Charms"
x: -1.0d
y: -7.0d
dependencies: ["79CBF8A2400A345E"]
id: "234EA8AC16A4ED70"
tasks: [
{
id: "51D3E0F976777929"
type: "item"
item: "ars_nouveau:amulet_of_mana_regen"
}
{
id: "52253F8B4B771C82"
type: "item"
item: "ars_nouveau:ring_of_lesser_discount"
}
]
rewards: [
{
id: "1E655BFFC4200120"
type: "item"
item: "ars_nouveau:void_jar"
}
{
id: "5756BB4E869E235C"
type: "xp"
xp: 50
}
{
id: "539694DFCDE15541"
type: "custom"
}
]
}
{
x: 1.0d
y: -6.5d
subtitle: "The Mana Bloom sits at the border between the mundane and the magical"
description: ["It grows as any other plant, but its roots reach through the veil, soaking in more of the mana that infuses the earth. Growing these will serve two purposes to a budding practitioner."]
dependencies: ["79CBF8A2400A345E"]
id: "28597C28BC8F0FE7"
tasks: [{
id: "60C8EA418A3D0B61"
type: "item"
item: "ars_nouveau:mana_bloom_crop"
}]
rewards: [
{
id: "59726E9ADF501170"
type: "item"
item: "ars_nouveau:glyph_harvest"
}
{
id: "3A1063D5DD74CCAF"
type: "xp"
xp: 10
}
{
id: "68C3D7A2B6BB7611"
type: "custom"
}
]
}
{
x: -0.5d
y: -5.5d
description: ["Mana Relays serve this purpose. They provide a controlled channel for mana to flow through without dissipating back into the world. Mana Relays may be linked to other relays as well as jars to provide safe transit from one place to another."]
dependencies: ["79CBF8A2400A345E"]
id: "74FB93DBD3DCFC41"
tasks: [{
id: "495F0195314F6D69"
type: "item"
item: "ars_nouveau:arcane_relay"
}]
rewards: [
{
id: "63134B2AE4CCBDF9"
type: "item"
item: "ars_nouveau:dominion_wand"
}
{
id: "5C0310A59FB73D1B"
type: "xp"
xp: 10
}
{
id: "1DE59F85C86694F8"
type: "custom"
}
]
}
{
x: 1.0d
y: -5.0d
description: ["To prepare a Parchment with a spell, design the spell within your spellbook, then place a parchment on the Scribe's Table. Sneak Right Click the table with your spell book to transfer the selected spell over to the parchment."]
dependencies: ["28597C28BC8F0FE7"]
id: "7F0ECA7AB9551CA1"
tasks: [{
id: "1D5860D4E1D3322A"
type: "item"
item: "ars_nouveau:spell_parchment"
}]
rewards: [
{
id: "21858C64A8E8C895"
type: "item"
item: "ars_nouveau:scribes_table"
}
{
id: "17857E98C26DD61B"
type: "xp"
xp: 10
}
{
id: "34E3A93B3832F4FA"
type: "custom"
}
]
}
{
x: 0.0d
y: -4.5d
description: [
"To use Runic Chalk, begin by drawing a circle on the ground. Now right click the circle with a prepared Spell Parchment. Valid Spell Parchments must begin with the Touch Form."
""
"Any creature that walks over the rune will receive the effect of the spell."
]
dependencies: ["7F0ECA7AB9551CA1"]
id: "63902C16EF882BE6"
tasks: [{
id: "70A16B7418AC9985"
type: "item"
item: {
id: "ars_nouveau:runic_chalk"
Count: 1b
tag: {
Damage: 0
}
}
}]
rewards: [
{
id: "29627A0AA1E1C007"
type: "xp"
xp: 10
}
{
id: "1E3417E5B7828BE9"
type: "random"
table_id: 5351675120932028234L
}
{
id: "2ADE90CD30EAAE8B"
type: "custom"
}
]
}
{
x: -1.5d
y: -5.0d
description: ["A more advanced Mana Relay capable of pulling from and sending to multiple locations."]
dependencies: ["74FB93DBD3DCFC41"]
id: "497A879543460123"
tasks: [{
id: "04B5F333E4859F3C"
type: "item"
item: "ars_nouveau:arcane_relay_splitter"
}]
rewards: [
{
id: "7A105D05690CE292"
type: "xp"
xp: 10
}
{
id: "2988B7625FFD9329"
type: "item"
item: "ars_nouveau:magic_clay"
count: 16
}
{
id: "02D35D9A6E608711"
type: "custom"
}
]
}
{
title: "Auto Magically"
icon: "ars_nouveau:glyph_summon_decoy"
x: 5.5d
y: -8.0d
description: ["What good is magic if it cannot be made to work for us without constant intervention?"]
dependencies: ["0FF49F7DD4D172CF"]
id: "6D5469C731475902"
tasks: [{
id: "471E7823E90365EA"
type: "checkmark"
}]
rewards: [
{
id: "4A861D27FC8919E9"
type: "xp"
xp: 10
}
{
id: "3D5038E5D346BEE0"
type: "custom"
}
]
}
{
x: 7.0d
y: -7.0d
subtitle: "The Spell Turret is an enhanced apparatus used to cast spells on demand with a redstone pulse"
description: ["Like the simpler runes created by Runic Chalk, it can be provided with a prepared Spell Parchment by right clicking the device with the parchment. Unlike runes, it can use both Touch and Projectile Forms."]
dependencies: ["6D5469C731475902"]
id: "36F83B08BC8FABEA"
tasks: [{
id: "1E31E6F4EAD05F46"
type: "item"
item: "ars_nouveau:spell_turret"
}]
rewards: [
{
id: "6D6C71F32D3B6A67"
type: "item"
item: "ars_nouveau:glyph_aoe"
}
{
id: "7B3D8947EDCC003B"
type: "xp"
xp: 100
}
{
id: "13651E540A95C033"
type: "custom"
}
]
}
{
x: 5.5d
y: -6.5d
description: [
"Carbuncles are curious forest critters with a love for all things shiny. Gold, in particular. They may be befriended by tossing them a small amount of gold. Once befriended, they will assist by collecting items and moving them to inventories."
""
"These critters can be an uncommon sight even in ancient forests. If none can be found, consider summoning them with the Altar of Birthing."
]
dependencies: ["6D5469C731475902"]
id: "22199FDCEBB5ADEF"
tasks: [{
id: "45C4E443C2E34125"
type: "item"
item: "ars_nouveau:carbuncle_charm"
}]
rewards: [
{
id: "41AD32B9E3BE229E"
type: "item"
item: "ars_nouveau:allow_scroll"
}
{
id: "3A8FF29439DCA136"
type: "item"
item: "ars_nouveau:deny_scroll"
}
{
id: "5A272D80F59C2F27"
type: "xp"
xp: 10
}
{
id: "732C21333548FADD"
type: "loot"
table_id: 4915960327715244389L
}
{
id: "5B0114FFD849B69B"
type: "custom"
}
]
}
{
x: 4.0d
y: -7.0d
description: ["The Summoning Crystal is crafted with the Enchanting Apparatus, as are all Charms."]
dependencies: ["6D5469C731475902"]
id: "10F0D6359B706DDF"
tasks: [{
id: "64B40BA36685E2EA"
type: "item"
item: "ars_nouveau:summoning_crystal"
}]
rewards: [
{
id: "46B0589D3C22EB17"
type: "xp"
xp: 10
}
{
id: "1365471989357ABF"
type: "item"
item: "ars_nouveau:jar_of_light"
}
{
id: "6C5EA5F4A1361A06"
type: "custom"
}
]
}
{
x: 7.0d
y: -5.5d
dependencies: ["36F83B08BC8FABEA"]
id: "0AD2AE9A2BAB2ECA"
tasks: [{
id: "0035C233631790FD"
type: "item"
item: "ars_nouveau:glyph_redstone_signal"
}]
rewards: [
{
id: "2E1064D7CCB0313D"
type: "xp"
xp: 10
}
{
id: "057494B62C99A931"
type: "random"
table_id: 5351675120932028234L
}
{
id: "51A74BEC0072FCEF"
type: "custom"
}
]
}
{
x: 6.0d
y: -5.0d
description: ["A simple and compact crop farm can be made with a spell turret: &9Touch > Grow > Harvest&r."]
dependencies: ["36F83B08BC8FABEA"]
id: "02B2C0C3D22D6670"
tasks: [
{
id: "34F66C53F6A57778"
type: "item"
item: "ars_nouveau:glyph_grow"
}
{
id: "601B0241734F3D3B"
type: "item"
item: "ars_nouveau:glyph_harvest"
}
]
rewards: [
{
id: "2101294366F1A659"
type: "xp"
xp: 10
}
{
id: "20EDB7C0BDFE19FB"
type: "loot"
table_id: 8533451183250182354L
}
{
id: "6641A45EF0F2ED85"
type: "custom"
}
]
}
{
x: 4.0d
y: -5.5d
dependencies: ["10F0D6359B706DDF"]
id: "23DAE012485934C7"
tasks: [{
id: "1BA1C17C53E201E7"
type: "item"
item: "ars_nouveau:whelp_charm"
}]
rewards: [
{
id: "7300030DCC2505D4"
type: "xp"
xp: 10
}
{
id: "547137BE3B649D65"
type: "loot"
table_id: 6813199617749196115L
}
{
id: "08B2E505FC035E20"
type: "custom"
}
]
}
{
x: 5.0d
y: -5.0d
dependencies: ["10F0D6359B706DDF"]
id: "08F0C350D56FEC63"
tasks: [{
id: "3E051CF07AFB2D8B"
type: "item"
item: "ars_nouveau:sylph_charm"
}]
rewards: [
{
id: "004982CEC97E13E2"
type: "xp"
xp: 10
}
{
id: "3E65E93D56E065D4"
type: "loot"
table_id: 6813199617749196115L
}
{
id: "5B922E8254F0D6AF"
type: "custom"
}
]
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,364 +0,0 @@
{
id: "5EE700D090B65A75"
group: "151FAD2CF68977F0"
order_index: 15
filename: "aoe_banners"
title: "Banners"
icon: "aoa3:luxon_banner"
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "Precasia"
id: "0B061469E5642DA7"
tasks: [{
id: "209DF0FAB5ADDD69"
type: "item"
item: "aoa3:ancient_banner"
}]
}
{
x: 1.0d
y: 0.0d
subtitle: "Barathos"
id: "4B2762F9CA5DA0AD"
tasks: [{
id: "42B12295D877F8D7"
type: "item"
item: "aoa3:baron_banner"
}]
}
{
x: 2.0d
y: 0.0d
subtitle: "All dimensions"
id: "0DC9955C48E62C66"
tasks: [{
id: "0782D034C62811D9"
type: "item"
item: "aoa3:blood_banner"
}]
}
{
x: 3.0d
y: 0.0d
subtitle: "L'Borean"
id: "04EBF71EF6FD5BE8"
tasks: [{
id: "20284045D573727C"
type: "item"
item: "aoa3:boreic_banner"
}]
}
{
x: 4.0d
y: 0.0d
subtitle: "Candyland"
id: "5C1F1BB63B809473"
tasks: [{
id: "1CAED1B3EDE475F2"
type: "item"
item: "aoa3:candy_banner"
}]
}
{
x: 5.0d
y: 0.0d
subtitle: "Celeve"
id: "61CB4D4C35E45DC5"
tasks: [{
id: "2267657765BA2D04"
type: "item"
item: "aoa3:clown_banner"
}]
}
{
x: 6.0d
y: 0.0d
subtitle: "All dimensions"
id: "026DC3EECF46462E"
tasks: [{
id: "053A84F5BD76B4BB"
type: "item"
item: "aoa3:creation_banner"
}]
}
{
x: 7.0d
y: 0.0d
subtitle: "Creeponia"
id: "613C86CFBADCF991"
tasks: [{
id: "09AB35DC04F9CD9B"
type: "item"
item: "aoa3:creepy_banner"
}]
}
{
x: 8.0d
y: 0.0d
subtitle: "Crystevia"
id: "3F4F60E2F5FC8FCF"
tasks: [{
id: "10040D01067C73AB"
type: "item"
item: "aoa3:crystal_banner"
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "Deeplands"
id: "25617B7FAC9879E8"
tasks: [{
id: "6A8EDF605F63961E"
type: "item"
item: "aoa3:deep_banner"
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "Dustopia"
id: "2445D8CC5215172B"
tasks: [{
id: "186637443D6ECDA0"
type: "item"
item: "aoa3:dustopian_banner"
}]
}
{
x: 2.0d
y: 1.5d
subtitle: "All dimensions"
id: "3A52FAE1966717E3"
tasks: [{
id: "1E4219D3D92DB232"
type: "item"
item: "aoa3:energy_banner"
}]
}
{
x: 3.0d
y: 1.5d
subtitle: "Mysterium"
id: "7141A0BB18713336"
tasks: [{
id: "04CC6D7C5573F291"
type: "item"
item: "aoa3:fungal_banner"
}]
}
{
x: 4.0d
y: 1.5d
subtitle: "Greckon"
id: "4437F1954B56483A"
tasks: [{
id: "59166BC98528A2D2"
type: "item"
item: "aoa3:haunted_banner"
}]
}
{
x: 5.0d
y: 1.5d
subtitle: "Lelyetia"
id: "71E178356E6F6A7F"
tasks: [{
id: "053CB800111CC738"
type: "item"
item: "aoa3:lelyetian_banner"
}]
}
{
x: 6.0d
y: 1.5d
subtitle: "Lotto totem drop"
id: "3C1BBC4812AD5FFB"
tasks: [{
id: "4894A64A3D7A1DFD"
type: "item"
item: "aoa3:lotto_banner"
}]
}
{
x: 7.0d
y: 1.5d
subtitle: "Lunalus"
id: "7975B66A79EE411B"
tasks: [{
id: "6589998A3D10B0B0"
type: "item"
item: "aoa3:lunar_banner"
}]
}
{
x: 8.0d
y: 1.5d
subtitle: "Iromine"
id: "1DA94619F5547CCF"
tasks: [{
id: "00DE03AEB4AE5BA7"
type: "item"
item: "aoa3:mecha_banner"
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "Nether"
id: "19BE28C50E264E57"
tasks: [{
id: "6566D231F01CB258"
type: "item"
item: "aoa3:nether_banner"
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "Gardencia"
id: "51829BB90183DA03"
tasks: [{
id: "7CBE951EFE517612"
type: "item"
item: "aoa3:rosidian_banner"
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "Runandor"
id: "48CA5531CB5FE952"
tasks: [{
id: "2622C5BCFDBB0103"
type: "item"
item: "aoa3:runic_banner"
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "Abyss"
id: "27CCE55D2768E8F3"
tasks: [{
id: "672295E749CFBE26"
type: "item"
item: "aoa3:shadow_banner"
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "Shyrelands"
id: "18D0ADE083C0711E"
tasks: [{
id: "0FF3685AADBA9FD9"
type: "item"
item: "aoa3:shyre_banner"
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "All dimensions"
id: "2BDDC5FA0B7CB232"
tasks: [{
id: "0AB9E68012F560AE"
type: "item"
item: "aoa3:soul_banner"
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "Haven"
id: "29D8814FDED849D7"
tasks: [{
id: "7FD8B6F93FE1FCCE"
type: "item"
item: "aoa3:utopian_banner"
}]
}
{
x: 7.0d
y: 3.0d
subtitle: "Overworld"
id: "6FC6D704261B8F0F"
tasks: [{
id: "7BFCDE54D053FD8F"
type: "item"
item: "aoa3:void_banner"
}]
}
{
x: 8.0d
y: 3.0d
subtitle: "Vox Ponds"
id: "7096D193F6FC4323"
tasks: [{
id: "15E1482FD0A0A147"
type: "item"
item: "aoa3:vox_banner"
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "Mob drop"
id: "3F2E2641BB0E2D14"
tasks: [{
id: "45CB6F9ACCAFC163"
type: "item"
item: "aoa3:pluton_banner"
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "Mob drop"
id: "4D054C29587E42E8"
tasks: [{
id: "7310B596AB591149"
type: "item"
item: "aoa3:luxon_banner"
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "Mob drop"
id: "0881643227F617FC"
tasks: [{
id: "57580BF1E9168B11"
type: "item"
item: "aoa3:erebon_banner"
}]
}
{
x: 3.0d
y: 4.5d
subtitle: "Mob drop"
id: "3626DD2138EE79DC"
tasks: [{
id: "34463D1967C6C433"
type: "item"
item: "aoa3:selyan_banner"
}]
}
{
x: 8.0d
y: 4.5d
subtitle: "Craftable."
id: "41BCDAAE53D3EA78"
tasks: [{
id: "6F623DCC18C036E4"
type: "item"
item: "aoaendr:end_banner"
}]
}
]
}

View File

@ -1,954 +0,0 @@
{
id: "51F3628FF0210D40"
group: "151FAD2CF68977F0"
order_index: 11
filename: "aoe_blasters"
title: "Blasters"
icon: {
id: "aoa3:soul_spark"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "4 Dmg + 3.33/s + 20 Spirit"
id: "254428B9130A3225"
tasks: [{
id: "5BF82C2D7D0B96B7"
type: "item"
item: {
id: "aoa3:blast_chiller"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 0.0d
subtitle: "45 Dmg + 0.5/s + 110 Spirit"
id: "68626C58CBA20F78"
tasks: [{
id: "62F83AE748D5DD10"
type: "item"
item: {
id: "aoa3:colour_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 0.0d
subtitle: "3.5 Dmg + 4/s + 17.5 Spirit"
id: "25ABC6820F060323"
tasks: [{
id: "5C4671CE93498021"
type: "item"
item: {
id: "aoa3:moon_shiner"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "6 Dmg + 3.33/s + 20 Spirit"
id: "7142879559FBF2AA"
tasks: [{
id: "5B3207CE47E235E4"
type: "item"
item: {
id: "aoa3:bone_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "12.5 Dmg + 1.67/s + 38.5 Spirit"
id: "5F5B6B4B97E6E1AD"
tasks: [{
id: "4BA7A5D6257A5E9E"
type: "item"
item: {
id: "aoa3:power_ray"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 1.5d
subtitle: "2 Dmg + 1.67/s + 33 Spirit"
id: "7CF2CF974EB38656"
tasks: [{
id: "7E09B4599DEA3743"
type: "item"
item: {
id: "aoa3:swarmotron"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 1.5d
subtitle: "7.5 Dmg + 2.86/s + 21 Spirit"
id: "2EBB5998B82B43A2"
tasks: [{
id: "713B8BFEE87D4E18"
type: "item"
item: {
id: "aoa3:withers_wrath"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "0.1 Dmg + 20/s + 2.5 Spirit"
id: "776B2243CE793CC1"
tasks: [{
id: "6F627D931A381D9A"
type: "item"
item: {
id: "aoa3:blood_drainer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "0 Dmg + 2/s + 0 Spirit"
id: "3C6249989B9E8E8C"
tasks: [{
id: "629AE53E3221F19E"
type: "item"
item: {
id: "aoa3:confetti_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "0 Dmg + 4/s + 0 Spirit"
id: "6AF70515EC295606"
tasks: [{
id: "5FF143098B9A8547"
type: "item"
item: {
id: "aoa3:confetti_cluster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "0 Dmg + 6.67/s + 15.5 Spirit"
id: "4DB5E73EE57F47D1"
tasks: [{
id: "23419DC7A0A34C1F"
type: "item"
item: {
id: "aoa3:doom_bringer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "1 Dmg + 20/s + 2 Spirit"
id: "7BC9B0F36F1B79A3"
tasks: [{
id: "68DC7D0BF03D01AD"
type: "item"
item: {
id: "aoa3:eradicator"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "2.5 Dmg + 5/s + 20 Spirit"
id: "65BC5C356D87FDAF"
tasks: [{
id: "491E9A37B86D6849"
type: "item"
item: {
id: "aoa3:flowercorne"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "3.5 Dmg + 6.67/s + 7.5 Spirit"
id: "709EA5B63661CD30"
tasks: [{
id: "273501711BC0CE82"
type: "item"
item: {
id: "aoa3:froster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 7.0d
y: 3.0d
subtitle: "0 Dmg + 20/s + 0.5 Spirit"
id: "3EFD1BBE476EB0D1"
tasks: [{
id: "5AF568822DA16764"
type: "item"
item: {
id: "aoa3:gas_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 8.0d
y: 3.0d
subtitle: "4 Dmg + 20/s + 120 Spirit"
id: "071242AE5C0EBFD8"
tasks: [{
id: "4A3A39BB25268FBE"
type: "item"
item: {
id: "aoa3:gravity_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 9.0d
y: 3.0d
subtitle: "4 Dmg + 6.67/s + 7 Spirit"
id: "0039B34175B66CEB"
tasks: [{
id: "34DBB9E4B08D64D4"
type: "item"
item: {
id: "aoa3:illusion_smg"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 10.0d
y: 3.0d
subtitle: "13 Dmg + 1.82/s + 28.5 Spirit"
id: "26865233B31E12D6"
tasks: [{
id: "7A72C5BDC7C13FF2"
type: "item"
item: {
id: "aoa3:ion_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 11.0d
y: 3.0d
subtitle: "4 Dmg + 5/s + 7 Spirit"
id: "3B4AF1125E3D8D4F"
tasks: [{
id: "6B3165EA3D8A1256"
type: "item"
item: {
id: "aoa3:iro_miner"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 12.0d
y: 3.0d
subtitle: "1.2 Dmg + 20/s + 2.5 Spirit"
id: "17013C3D513A25D7"
tasks: [{
id: "02A6351CC6DC79D6"
type: "item"
item: {
id: "aoa3:laser_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 13.0d
y: 3.0d
subtitle: "36 Dmg + 0.67/s + 80 Spirit"
id: "60D0776DE980B0CE"
tasks: [{
id: "1EAA67E610FCA783"
type: "item"
item: {
id: "aoa3:mecha_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 14.0d
y: 3.0d
subtitle: "1.5 Dmg + 20/s + 3 Spirit"
id: "6AABD46A75DDBB0C"
tasks: [{
id: "55DB3513903DD297"
type: "item"
item: {
id: "aoa3:party_popper"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 15.0d
y: 3.0d
subtitle: "0 Dmg + 1/s + 50 Spirit"
id: "4BC6CE00E7392D31"
tasks: [{
id: "5674F3849328BEAD"
type: "item"
item: {
id: "aoa3:poison_plunger"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 16.0d
y: 3.0d
subtitle: "2.5 Dmg + 10/s + 4.5 Spirit"
id: "4680CDBE060FD79F"
tasks: [{
id: "3243B3B1FB50603F"
type: "item"
item: {
id: "aoa3:proton"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 17.0d
y: 3.0d
subtitle: "0 Dmg + 1/s + 66 Spirit"
id: "7C3E235FA20672C0"
tasks: [{
id: "682C4F1516F5B196"
type: "item"
item: {
id: "aoa3:revolution"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 18.0d
y: 3.0d
subtitle: "0 Dmg + 2/s + 100 Spirit"
id: "71AF449E24FF5054"
tasks: [{
id: "14A6B1E72E899043"
type: "item"
item: {
id: "aoa3:spirit_shower"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 19.0d
y: 3.0d
subtitle: "0 Dmg + 2.86/s + 22 Spirit"
id: "5D684172016FA043"
tasks: [{
id: "346198923A8B4186"
type: "item"
item: {
id: "aoa3:toxic_terrorizer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 20.0d
y: 3.0d
subtitle: "6 Dmg + 4/s + 13 Spirit"
id: "27F888937D4E647D"
tasks: [{
id: "3BA3980FBAAB0B0D"
type: "item"
item: {
id: "aoa3:whimsy_winder"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "11 Dmg + 2.5/s + 15 Spirit"
id: "5C8FDF869DAF7C18"
tasks: [{
id: "560078F30C1E2DF6"
type: "item"
item: {
id: "aoa3:atomizer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "1 Dmg + 20/s + 3 Spirit"
id: "1FB3E0B736CDD85E"
tasks: [{
id: "3210DA12D67E66F8"
type: "item"
item: {
id: "aoa3:beamer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "11 Dmg + 2.5/s + 15.5 Spirit"
id: "24E42A854A0FAC06"
tasks: [{
id: "5CDCC6C0D9E119AC"
type: "item"
item: {
id: "aoa3:bubble_horn"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 4.5d
subtitle: "0 Dmg + 0.2/s + 80 Spirit"
id: "7B26DB22A27C92A3"
tasks: [{
id: "2B2E135673AD2A9E"
type: "item"
item: {
id: "aoa3:dark_destroyer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 4.5d
subtitle: "0 Dmg + 20/s + 1 Spirit"
id: "1E5CF6DC26EA4D2C"
tasks: [{
id: "4D4CBBD78E57EA60"
type: "item"
item: {
id: "aoa3:ghoul_gasser"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 4.5d
subtitle: "14 Dmg + 2/s + 20 Spirit"
id: "4F8607702A55D344"
tasks: [{
id: "59205219613F3335"
type: "item"
item: {
id: "aoa3:illusion_revolver"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 6.0d
y: 4.5d
subtitle: "3 Dmg + 10/s + 4 Spirit"
id: "3B48A3B42C23F750"
tasks: [{
id: "05676F2CAA6A9885"
type: "item"
item: {
id: "aoa3:luna_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 7.0d
y: 4.5d
subtitle: "19.5 Dmg + 1.43/s + 27.5 Spirit"
id: "377EA8A67FED7708"
tasks: [{
id: "3DA9A6EA61A45FCE"
type: "item"
item: {
id: "aoa3:mind_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 8.0d
y: 4.5d
subtitle: "1 Dmg + 20/s + 1.5 Spirit"
id: "10768293B148C0CC"
tasks: [{
id: "13B7787CF767C92A"
type: "item"
item: {
id: "aoa3:odious"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 9.0d
y: 4.5d
subtitle: "18.5 Dmg + 1.54/s + 26.5 Spirit"
id: "396D0A154FF7D956"
tasks: [{
id: "70E3E15DD49224A3"
type: "item"
item: {
id: "aoa3:orbocron"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 10.0d
y: 4.5d
subtitle: "1.5 Dmg + 20/s + 2 Spirit"
id: "3FD00343D7BFBC64"
tasks: [{
id: "0309B5D2EC77D999"
type: "item"
item: {
id: "aoa3:soul_storm"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 6.0d
subtitle: "0 Dmg + 2/s + 80 Spirit"
id: "70AD828F373951A4"
tasks: [{
id: "48D6130562CE7362"
type: "item"
item: {
id: "aoa3:apoco_shower"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 6.0d
subtitle: "8 Dmg + 4/s + 7 Spirit"
id: "433A09CC64044267"
tasks: [{
id: "1CC13107FA0E7215"
type: "item"
item: {
id: "aoa3:darkly_guster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 6.0d
subtitle: "19 Dmg + 1.67/s + 17 Spirit"
id: "0EC8178CE656C9AA"
tasks: [{
id: "5D12EAFC71455450"
type: "item"
item: {
id: "aoa3:death_ray"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 6.0d
subtitle: "3 Dmg + 10/s + 2.5 Spirit"
id: "0FF41164E9C05D5F"
tasks: [{
id: "3B356A02BBB1BB91"
type: "item"
item: {
id: "aoa3:fragment"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 6.0d
subtitle: "0 Dmg + 6.67/s + 12.5 Spirit"
id: "76FBC2EFE38BB1D2"
tasks: [{
id: "2BE3C5C895956FE3"
type: "item"
item: {
id: "aoa3:gold_bringer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 6.0d
subtitle: "12.5 Dmg + 2.5/s + 11.5 Spirit"
id: "32B05FA0F32AD914"
tasks: [{
id: "6A2CC522220600DE"
type: "item"
item: {
id: "aoa3:hell_horn"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 6.0d
y: 6.0d
subtitle: "22.5 Dmg + 1.43/s + 20.5 Spirit"
id: "60BB73EA257507DC"
tasks: [{
id: "7E0FDDDB8027B71F"
type: "item"
item: {
id: "aoa3:light_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 7.0d
y: 6.0d
subtitle: "0 Dmg + 20/s + 200 Spirit"
id: "462D94731D46F9A7"
tasks: [{
id: "03AD95987BFFF97D"
type: "item"
item: {
id: "aoa3:light_spark"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 8.0d
y: 6.0d
subtitle: "0 Dmg + 0.2/s + 60 Spirit"
id: "5FCD1F1C2000F41D"
tasks: [{
id: "70CC3701CADBC094"
type: "item"
item: {
id: "aoa3:moon_destroyer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 9.0d
y: 6.0d
subtitle: "20.5 Dmg + 1.54/s + 18.5 Spirit"
id: "18D12449696E14A9"
tasks: [{
id: "6B1B0EA45B070C92"
type: "item"
item: {
id: "aoa3:seaocron"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 10.0d
y: 6.0d
subtitle: "3.5 Dmg + 10/s + 3 Spirit"
id: "2ACFE2ACE693BF6A"
tasks: [{
id: "0FC6CAC8821C7CE5"
type: "item"
item: {
id: "aoa3:skullo_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 11.0d
y: 6.0d
subtitle: "0.2 Dmg + 20/s + 2 Spirit"
id: "597E6F0ED2B7D0FC"
tasks: [{
id: "1EFB40B80DBBC22F"
type: "item"
item: {
id: "aoa3:soul_drainer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 12.0d
y: 6.0d
subtitle: "0 Dmg + 20/s + 200 Spirit"
id: "7E71ED99EE216958"
tasks: [{
id: "3E47CF04A57742C7"
type: "item"
item: {
id: "aoa3:soul_spark"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
]
}

View File

@ -1,579 +0,0 @@
{
id: "3E8C32DCBABA24C9"
group: "151FAD2CF68977F0"
order_index: 5
filename: "aoe_bows"
title: "Bows"
icon: {
id: "aoa3:sunshine_bow"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "9.5 Attack damage + 1.0s Draw time"
id: "00668CAABAB09804"
tasks: [{
id: "3DE0B9E0E4F9AB5A"
type: "item"
item: {
id: "aoa3:alacrity_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 0.0d
subtitle: "8.5 Attack damage + 1.0s Draw time (Freezes targets when shot, increasing with additional shots)"
id: "0159D3105D86CD06"
tasks: [{
id: "7C840CF37EB5409A"
type: "item"
item: {
id: "aoa3:ice_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 0.0d
subtitle: "9 Attack damage + 0.83s Draw time"
id: "033324B85F26CEA7"
tasks: [{
id: "7DBE94C0F06ACFDA"
type: "item"
item: {
id: "aoa3:void_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "12 Attack damage + 0.9s Draw time (Extremely durable)"
id: "66E539C02CFC6D36"
tasks: [{
id: "0381393C1A7845DA"
type: "item"
item: {
id: "aoa3:baron_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "15.5 Attack damage + 1.17s Draw time (Applies glowing to the target on impact)"
id: "149620D13B2C944D"
tasks: [{
id: "7A3B31BCCDA96E95"
type: "item"
item: {
id: "aoa3:deep_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 1.5d
subtitle: "17 Attack damage + 1.25s Draw time (Arrows Explode on Impact)"
id: "77BCA1516BDB9F85"
tasks: [{
id: "1BD8E85F4F0E75AB"
type: "item"
item: {
id: "aoa3:explosive_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 1.5d
subtitle: "11.5 Attack damage + 1.0s Draw time (Sets Targets on Fire)"
id: "7812144BF89ABEFC"
tasks: [{
id: "704067C68FA31D86"
type: "item"
item: {
id: "aoa3:infernal_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 1.5d
subtitle: "14 Attack damage + 1.11s Draw time"
id: "424E9FDF8BBA5878"
tasks: [{
id: "1415A07EF884853B"
type: "item"
item: {
id: "aoa3:predatious_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 1.5d
subtitle: "12 Attack damage + 1.0s Draw time (Deals more damage when fired from above)"
id: "13E57D13A28E7549"
tasks: [{
id: "193BAFD61486F6E6"
type: "item"
item: {
id: "aoa3:screamer_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 6.0d
y: 1.5d
subtitle: "8.5 Attack damage + 0.66s Draw time"
id: "23A3284A36DDED72"
tasks: [{
id: "04F07F2758DF179F"
type: "item"
item: {
id: "aoa3:skeletal_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 1.5d
subtitle: "14.5 Attack damage + 1.0s Draw time (Drops Acid Below the Arrow as it Flies)"
id: "7EDEFDA175772302"
tasks: [{
id: "60803E2F88ED1080"
type: "item"
item: {
id: "aoa3:skydriver_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 8.0d
y: 1.5d
subtitle: "12.5 Attack damage + 1.0s Draw time (Weakens Targets)"
id: "0591D1B93D204CDA"
tasks: [{
id: "25C103A2CA009B05"
type: "item"
item: {
id: "aoa3:weaken_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 9.0d
y: 1.5d
subtitle: "13.5 Attack damage + 1.0s Draw time (Withers Targets)"
id: "2E6AF440344A87B4"
tasks: [{
id: "121A399A55BA0486"
type: "item"
item: {
id: "aoa3:wither_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "14.5 Attack damage + 1.0s Draw time (Revenge shots deal additional damage)"
id: "159A47CD75F67368"
tasks: [{
id: "2D914725F813C455"
type: "item"
item: {
id: "aoa3:justice_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "20.5 Attack damage + 1.33s Draw time"
id: "1B8382EB86EEE06A"
tasks: [{
id: "649B672AB12BAC2C"
type: "item"
item: {
id: "aoa3:mecha_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "13.5 Attack damage + 1.0s Draw time (Fires three Arrows)"
id: "6F3BEE7893C25197"
tasks: [{
id: "097CC836731DF293"
type: "item"
item: {
id: "aoa3:nightmare_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "15 Attack damage + 1.0s Draw time (Poisons Targets)"
id: "530ACACF70D3A9D0"
tasks: [{
id: "5807F0272A78BFED"
type: "item"
item: {
id: "aoa3:poison_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "15.5 Attack damage + 1.0s Draw time (Slowly Regenerates Durability When In Sunlight)"
id: "7F8D1884A42C0026"
tasks: [{
id: "4B3C394E99F677E7"
type: "item"
item: {
id: "aoa3:rosidian_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "12 Attack damage + 0.76s Draw time (Requires no ammunition)"
id: "4FA31EB10F14FA97"
tasks: [{
id: "6533912EB1D1A000"
type: "item"
item: {
id: "aoa3:spectral_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "8 Attack damage + 0.5s Draw time"
id: "27128E0D19BD0498"
tasks: [{
id: "72431B04338BA2DF"
type: "item"
item: {
id: "aoa3:speed_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 3.0d
subtitle: "14 Attack damage + 1.17s Draw time (Applies a long-lasting poison to targets)"
id: "4EC049A2F0BFD435"
tasks: [{
id: "04C0CC957DD5ADA1"
type: "item"
item: {
id: "aoa3:toxin_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "14 Attack damage + 0.76s Draw time (Arrows explode on contact with water)"
id: "1C6E9CFF21105A4B"
tasks: [{
id: "03023BA65B8D73F9"
type: "item"
item: {
id: "aoa3:boreic_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "17.5 Attack damage + 1.0s Draw time (Shooting into the sky fires a volley of arrows)"
id: "28A78AB0BF5704DF"
tasks: [{
id: "267EB3FF0DABCB43"
type: "item"
item: {
id: "aoa3:daybreaker_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "17 Attack damage + 1.0s Draw time (Explodes constantly)"
id: "08D51DA307245007"
tasks: [{
id: "2F6C7299A0990718"
type: "item"
item: {
id: "aoa3:haunted_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 4.5d
subtitle: "17.5 Attack damage + 1.0s Draw time (Gives a small jump boost when held)"
id: "63C22492C448C57B"
tasks: [{
id: "762E30167973BC4D"
type: "item"
item: {
id: "aoa3:lunar_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 4.5d
subtitle: "18.5 Attack damage + 1.0s Draw time (Leaves a long-lasting withering cloud on impact)"
id: "34A42D0B0E2F0A5E"
tasks: [{
id: "3B6B42EEC0477A06"
type: "item"
item: {
id: "aoa3:primordial_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 4.5d
subtitle: "20.5 Attack damage + 1.0s Draw time (Deals minor magic damage to all nearby enemies)"
id: "04D3FC6136B403E2"
tasks: [{
id: "252308FAD5DB399B"
type: "item"
item: {
id: "aoa3:runic_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 6.0d
y: 4.5d
subtitle: "17 Attack damage + 1.0s Draw time (Shots Explode on Impact)"
id: "48A35059C49105B3"
tasks: [{
id: "6E57FE41336EA42D"
type: "item"
item: {
id: "aoa3:slingshot"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 4.5d
subtitle: "23.5 Attack damage + 1.33s Draw time (Draws from Soul Power to empower the arrow. Empowered arrows steal health on impact)"
id: "1FF7723DDD574DFC"
tasks: [{
id: "3AFDF3224BB60702"
type: "item"
item: {
id: "aoa3:soulfire_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 6.0d
subtitle: "22 Attack damage + 1.0s Draw time"
id: "600C764D565E0756"
tasks: [{
id: "3F8575C8FB73D1F1"
type: "item"
item: {
id: "aoa3:ancient_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 6.0d
subtitle: "24.5 Attack damage + 1.11s Draw time"
id: "4272CAC4971F5EF2"
tasks: [{
id: "5CC66B1E1FC84CC9"
type: "item"
item: {
id: "aoa3:atlantic_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 6.0d
subtitle: "7.5 Attack damage + 0.33s Draw time"
id: "774FCBC4A8E63611"
tasks: [{
id: "008B5604DCAC18CC"
type: "item"
item: {
id: "aoa3:shyregem_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 6.0d
subtitle: "27 Attack damage + 1.25s Draw time (Creates a flash, lighting up all creatures in the area)"
id: "647B97DE3F5F7E0F"
tasks: [{
id: "2B8B9C085D1C8DD1"
type: "item"
item: {
id: "aoa3:sunshine_bow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
]
}

View File

@ -1,774 +0,0 @@
{
id: "0D3BC76A08096316"
group: "151FAD2CF68977F0"
order_index: 10
filename: "aoe_cannons"
title: "Cannons"
icon: {
id: "aoa3:golder_bomber"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "14 Dmg + 0.4/s (Semi-automatic)"
id: "1B8508BA11F6F8AA"
tasks: [{
id: "482FEDB77D36E822"
type: "item"
item: {
id: "aoa3:rpg"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "18.5 Dmg + 0.56/s (Semi-automatic)"
id: "7827F9985C11F7DD"
tasks: [{
id: "0B7F28AEA685CCEB"
type: "item"
item: {
id: "aoa3:boom_boom"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "18.5 Dmg + 0.32/s (Semi-automatic)"
id: "095E1CC4D8A0D583"
tasks: [{
id: "3CBB1F54280DCDC8"
type: "item"
item: {
id: "aoa3:boulder_bomber"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 1.5d
subtitle: "13 Dmg + 0.83/s (Semi-automatic)"
id: "26A1CFAF011D4E13"
tasks: [{
id: "1B2F9A17CFC8DE5E"
type: "item"
item: {
id: "aoa3:hive_howitzer"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 1.5d
subtitle: "10.5 Dmg + 1/s (Semi-automatic)"
id: "579A5D89B490295A"
tasks: [{
id: "75C75E1B5B7E047A"
type: "item"
item: {
id: "aoa3:jack_rocker"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 1.5d
subtitle: "15 Dmg + 0.67/s (Semi-automatic)"
id: "1794C5355D9BF2D8"
tasks: [{
id: "395F4B3C6FB12827"
type: "item"
item: {
id: "aoa3:mini_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 1.5d
subtitle: "17 Dmg + 0.67/s (Semi-automatic)"
id: "6E0E80BCAE7954CD"
tasks: [{
id: "3CDDD245996559B4"
type: "item"
item: {
id: "aoa3:wither_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "12.5 Dmg + 0.83/s (Semi-automatic)"
id: "64D067BE68353BEE"
tasks: [{
id: "5440E427944228F8"
type: "item"
item: {
id: "aoa3:balloon_bomber"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "28 Dmg + 0.33/s (Semi-automatic)"
id: "5BCAEBCFBD0CB620"
tasks: [{
id: "1BC3A99AABA14B15"
type: "item"
item: {
id: "aoa3:big_blast"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "17 Dmg + 0.74/s (Semi-automatic)"
id: "163BADDBEC8FA448"
tasks: [{
id: "18C966B9C86416C9"
type: "item"
item: {
id: "aoa3:blast_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "17.5 Dmg + 0.71/s (Semi-automatic)"
id: "521CE2362A3B7C4B"
tasks: [{
id: "4B4F3BE238FE660D"
type: "item"
item: {
id: "aoa3:boom_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "12.5 Dmg + 1/s (Semi-automatic)"
id: "05FF46BEC2F58D06"
tasks: [{
id: "286A152777220355"
type: "item"
item: {
id: "aoa3:bozo_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "10 Dmg + 1.25/s (Semi-automatic)"
id: "5F8F14C19646D774"
tasks: [{
id: "07FB2F9B8AE0649B"
type: "item"
item: {
id: "aoa3:carrot_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "22.5 Dmg + 0.63/s (Semi-automatic)"
id: "315227A91EEBC8E0"
tasks: [{
id: "4CB0A87615D8109C"
type: "item"
item: {
id: "aoa3:clown_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 7.0d
y: 3.0d
subtitle: "14.5 Dmg + 0.87/s (Semi-automatic)"
id: "3FBD23CC9AA0BBC2"
tasks: [{
id: "486589F7C2B319DF"
type: "item"
item: {
id: "aoa3:flower_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 8.0d
y: 3.0d
subtitle: "25.5 Dmg + 0.56/s (Semi-automatic)"
id: "4F297954364251B6"
tasks: [{
id: "0147D7035D43B55F"
type: "item"
item: {
id: "aoa3:iro_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 9.0d
y: 3.0d
subtitle: "26.5 Dmg + 0.48/s (Semi-automatic)"
id: "58C767A08075E80F"
tasks: [{
id: "2AEE905880757A6E"
type: "item"
item: {
id: "aoa3:mecha_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 10.0d
y: 3.0d
subtitle: "0 Dmg + 0.33/s (Semi-automatic)"
id: "3A0E2848B5B12AF0"
tasks: [{
id: "7DEDD502DA57EE59"
type: "item"
item: {
id: "aoa3:missile_maker"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 11.0d
y: 3.0d
subtitle: "26 Dmg + 0.48/s (Semi-automatic)"
id: "33E32CF1C3444345"
tasks: [{
id: "7CE13A3337D7ED0F"
type: "item"
item: {
id: "aoa3:pulse_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 12.0d
y: 3.0d
subtitle: "15 Dmg + 0.83/s (Semi-automatic)"
id: "2894D9D07022D461"
tasks: [{
id: "37A6D718F187ACC1"
type: "item"
item: {
id: "aoa3:shadow_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 13.0d
y: 3.0d
subtitle: "18.5 Dmg + 0.67/s (Semi-automatic)"
id: "74DFF5827E5815D6"
tasks: [{
id: "141CF14714F6C44D"
type: "item"
item: {
id: "aoa3:super_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 14.0d
y: 3.0d
subtitle: "15 Dmg + 0.77/s (Semi-automatic)"
id: "67C9E1CA24F4DCCA"
tasks: [{
id: "78B539E509C5D5CB"
type: "item"
item: {
id: "aoa3:vox_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "18.5 Dmg + 0.8/s (Semi-automatic)"
id: "34F2B4218BCF924D"
tasks: [{
id: "2360C3965931C0A1"
type: "item"
item: {
id: "aoa3:energy_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "20 Dmg + 0.71/s (Semi-automatic)"
id: "5746C6AF6F0A7B06"
tasks: [{
id: "453F2F426B924D5D"
type: "item"
item: {
id: "aoa3:ghast_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "25.5 Dmg + 0.59/s (Semi-automatic)"
id: "7B56622CF94B7CD1"
tasks: [{
id: "4863EB0CF418F4F7"
type: "item"
item: {
id: "aoa3:ghoul_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 4.5d
subtitle: "22.5 Dmg + 0.67/s (Semi-automatic)"
id: "2CE622D002544C72"
tasks: [{
id: "2480DEDCACAD0ECE"
type: "item"
item: {
id: "aoa3:ultra_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 6.0d
subtitle: "23.5 Dmg + 0.71/s (Semi-automatic)"
id: "5DA63AF57FC2BD59"
tasks: [{
id: "5AE8197AA22AE4E5"
type: "item"
item: {
id: "aoa3:ancient_bomber"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 6.0d
subtitle: "33.5 Dmg + 0.33/s (Semi-automatic)"
id: "7A9DD3318C066B41"
tasks: [{
id: "346EFC3F818AFF9D"
type: "item"
item: {
id: "aoa3:blissful_blast"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 6.0d
subtitle: "23 Dmg + 0.74/s (Semi-automatic)"
id: "08AF9C5291EF7E51"
tasks: [{
id: "5EDFEC221E418F96"
type: "item"
item: {
id: "aoa3:bomb_launcher"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 6.0d
subtitle: "25 Dmg + 0.67/s (Semi-automatic)"
id: "26F511401561F163"
tasks: [{
id: "222237912149A83B"
type: "item"
item: {
id: "aoa3:bulb_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 6.0d
subtitle: "35.5 Dmg + 0.48/s (Semi-automatic)"
id: "036353EA8DD2001B"
tasks: [{
id: "325C4B8306B3E9FC"
type: "item"
item: {
id: "aoa3:clowno_pulse"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 6.0d
subtitle: "18 Dmg + 0.4/s (Semi-automatic)"
id: "1ECB6F8DE23EFCB3"
tasks: [{
id: "4543854CED284539"
type: "item"
item: {
id: "aoa3:floro_rpg"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 6.0d
y: 6.0d
subtitle: "19.5 Dmg + 0.87/s (Semi-automatic)"
id: "25C948CD499612DF"
tasks: [{
id: "130FD2B4F092EA0A"
type: "item"
item: {
id: "aoa3:fungal_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 7.0d
y: 6.0d
subtitle: "25.5 Dmg + 0.67/s (Semi-automatic)"
id: "42CB8600715EE799"
tasks: [{
id: "2A75BFC3AB78A384"
type: "item"
item: {
id: "aoa3:giga_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 8.0d
y: 6.0d
subtitle: "26 Dmg + 0.32/s (Semi-automatic)"
id: "51985992C66F88AD"
tasks: [{
id: "442CF22098E0DCC5"
type: "item"
item: {
id: "aoa3:golder_bomber"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 9.0d
y: 6.0d
subtitle: "20.5 Dmg + 0.83/s (Semi-automatic)"
id: "15C91340FF5D0C91"
tasks: [{
id: "195AD7E8670FFEF8"
type: "item"
item: {
id: "aoa3:hive_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 10.0d
y: 6.0d
subtitle: "17 Dmg + 1/s (Semi-automatic)"
id: "4D29A917BCAF9890"
tasks: [{
id: "21FDF73EFB5A8CF4"
type: "item"
item: {
id: "aoa3:jack_funger"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 11.0d
y: 6.0d
subtitle: "21 Dmg + 0.8/s (Semi-automatic)"
id: "15B7024AE0D91D9E"
tasks: [{
id: "73416442163C01F4"
type: "item"
item: {
id: "aoa3:moon_cannon"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 12.0d
y: 6.0d
subtitle: "23.5 Dmg + 0.71/s (Semi-automatic)"
id: "02936E0350DAB7FE"
tasks: [{
id: "0572D2D3DB6B4282"
type: "item"
item: {
id: "aoa3:predatorian_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 13.0d
y: 6.0d
subtitle: "25.5 Dmg + 0.67/s (Semi-automatic)"
id: "6324AFE412C5BBD8"
tasks: [{
id: "18EDC58D7267B53A"
type: "item"
item: {
id: "aoa3:shyre_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 14.0d
y: 6.0d
subtitle: "20.5 Dmg + 0.83/s (Semi-automatic)"
id: "15D4EB2856D91B4F"
tasks: [{
id: "7FD7718516DEB995"
type: "item"
item: {
id: "aoa3:smile_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 15.0d
y: 6.0d
subtitle: "20.5 Dmg + 0.83/s (Semi-automatic)"
id: "00C0EBE2E2935D1A"
tasks: [{
id: "5C83DF18E62CA913"
type: "item"
item: {
id: "aoa3:water_balloon_bomber"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
]
}

View File

@ -1,616 +0,0 @@
{
id: "66C9284F07928812"
group: "151FAD2CF68977F0"
order_index: 2
filename: "aoe_completionist"
title: "Swords"
icon: {
id: "aoa3:baron_sword"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 3.0d
y: 0.0d
subtitle: "8.5 Attack damage + 1.6 Attack speed"
id: "30901C5E5455ED1A"
tasks: [{
id: "23284522DE0A01FD"
type: "item"
item: {
id: "aoa3:amethyst_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 0.0d
subtitle: "1 Attack damage + 4.8 Attack speed (When held in the main hand or offhand, the rate at which the player gains any Tribute is doubled. Additionally, right-clicking will strike lightning where the player is standing with a 5 second cooldown. The lightning is entirely visual though)"
id: "173FE4A1538C0C73"
tasks: [{
id: "05F721281E60911E"
type: "item"
item: {
id: "aoa3:holy_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 0.0d
subtitle: "8 Attack damage + 1.6 Attack speed"
id: "070907E6F7634D23"
tasks: [{
id: "46AC092E30282D61"
type: "item"
item: {
id: "aoa3:jade_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 0.0d
subtitle: "6 Attack damage + 1.6 Attack speed"
id: "714BFC88D2FE04CB"
tasks: [{
id: "5FA9B1EA4F135497"
type: "item"
item: {
id: "aoa3:limonite_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 0.0d
subtitle: "7.5 Attack damage + 1.6 Attack speed"
id: "4D5451E6C029FDBE"
tasks: [{
id: "2B29B808B98F03D3"
type: "item"
item: {
id: "aoa3:rosite_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 0.0d
subtitle: "11 Attack damage + 1.6 Attack speed"
id: "2FC17948830F6795"
tasks: [{
id: "7B28CE0D6F8677D9"
type: "item"
item: {
id: "aoa3:sapphire_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 0.0d
subtitle: "13 Attack damage + 1.6 Attack speed (Also effective against wood)"
id: "55735013D79DD7D1"
tasks: [{
id: "4222460EDDAC8D0F"
type: "item"
item: {
id: "aoa3:troll_basher_axe"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 6.0d
y: 0.0d
subtitle: "11.5 Attack damage + 1.6 Attack speed (10% chance to briefly stun targets)"
id: "72B9DB2C3ACE19F9"
tasks: [{
id: "4B6915F621747E44"
type: "item"
item: {
id: "aoa3:void_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "13 Attack damage + 1.6 Attack speed (Has a 20% chance to do extra damage)"
id: "2ECA3490B7639640"
tasks: [{
id: "30AF88BD2AA1F221"
type: "item"
item: {
id: "aoa3:baron_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 1.5d
subtitle: "14.5 Attack damage + 1.6 Attack speed (10% to summon a Friendly Creeper on hit)"
id: "6BF363FFA22D6F44"
tasks: [{
id: "56F5EE01F1F9DDB9"
type: "item"
item: {
id: "aoa3:creepified_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "12 Attack damage + 1.6 Attack speed"
id: "57015093B64B6697"
tasks: [{
id: "4474BA473730914C"
type: "item"
item: {
id: "aoa3:emberstone_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 1.5d
subtitle: "13 Attack damage + 1.6 Attack speed (Sets targets on fire)"
id: "647C9A9C900D7CDE"
tasks: [{
id: "5FC7474BC11BD913"
type: "item"
item: {
id: "aoa3:fireborne_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 1.5d
subtitle: "13.5 Attack damage + 1.6 Attack speed (Poisons targets)"
id: "2F86BFDFC2586558"
tasks: [{
id: "180F720D2CA76A33"
type: "item"
item: {
id: "aoa3:legbone_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 1.5d
subtitle: "15 Attack damage + 1.6 Attack speed (Sets targets on fire. If target is immune to fire, withers them instead)"
id: "2991E1BAC49B4561"
tasks: [{
id: "577C574F56BE349A"
type: "item"
item: {
id: "aoa3:nethengeic_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 6.0d
y: 1.5d
subtitle: "14 Attack damage + 1.6 Attack speed (Gains additional power the less armour the holder uses)"
id: "6BD0C8EC8273B02E"
tasks: [{
id: "6F855B2AC81D614F"
type: "item"
item: {
id: "aoa3:primal_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 1.5d
subtitle: "13 Attack damage + 1.6 Attack speed (Also effective against rocks)"
id: "526F1A88BD5ED823"
tasks: [{
id: "6FB61A2E3C9FB542"
type: "item"
item: {
id: "aoa3:rock_pick_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 8.0d
y: 1.5d
subtitle: "11.5 Attack damage + 2 Attack speed"
id: "531B67177CC7FEBC"
tasks: [{
id: "0DCA5D6764F5B176"
type: "item"
item: {
id: "aoa3:skeletal_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "14 Attack damage + 1.8 Attack speed"
id: "4ED2FDD330FA7147"
tasks: [{
id: "1814479661B2C143"
type: "item"
item: {
id: "aoa3:bloodfury"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "15 Attack damage + 1.6 Attack speed"
id: "368B86EA126100B3"
tasks: [{
id: "1FA6F87F0E0D3C5D"
type: "item"
item: {
id: "aoa3:bloodstone_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "16.5 Attack damage + 1.6 Attack speed (Slowly targets. Duration increases depending on number of nearby enemies)"
id: "2F477FDD4FF8D2AF"
tasks: [{
id: "6D252CCF5EA86650"
type: "item"
item: {
id: "aoa3:caramel_carver"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "15 Attack damage + 1.7 Attack speed"
id: "7D2842B7CD273603"
tasks: [{
id: "4A67719436FDED7A"
type: "item"
item: {
id: "aoa3:crystallite_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "16 Attack damage + 1.6 Attack speed (Explodes on hit)"
id: "373307C780AE31BD"
tasks: [{
id: "3D97E458F4BAA70E"
type: "item"
item: {
id: "aoa3:explochron_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "16 Attack damage + 1.6 Attack speed (Right-click to consume a Crystallite Stone and charge the sword)"
id: "315DFD961E276972"
tasks: [{
id: "0BBCB36E61F94AE1"
type: "item"
item: {
id: "aoa3:guardians_sword"
Count: 1b
tag: {
Damage: 0
}
ForgeCaps: {
Parent: 0.0f
}
}
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "15.5 Attack damage + 1.6 Attack speed (10% chance to confuse the target into attacking another enemy)"
id: "5D0CFB396E626052"
tasks: [{
id: "7034454593053E66"
type: "item"
item: {
id: "aoa3:illusion_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 3.0d
subtitle: "17 Attack damage + 1.6 Attack speed (Enemies with armour cause an explosion on hit)"
id: "348C43075DD7A3C4"
tasks: [{
id: "4541D9B4767CC7F9"
type: "item"
item: {
id: "aoa3:rockbasher_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 8.0d
y: 3.0d
subtitle: "16.5 Attack damage + 1.6 Attack speed (Absorbs health from the target)"
id: "636C7FBEDDD91F22"
tasks: [{
id: "1F6E1467046EE566"
type: "item"
item: {
id: "aoa3:rosidian_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 9.0d
y: 3.0d
subtitle: "16 Attack damage + 1.6 Attack speed (Transfers negative effects from the wielder to the target on hit)"
id: "0F21E878902A6F37"
tasks: [{
id: "2C12F2FDE5554E93"
type: "item"
item: {
id: "aoa3:shroomus_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 10.0d
y: 3.0d
subtitle: "15.5 Attack damage + 1.6 Attack speed (Finishes off targets close to death)"
id: "6785C8B24F968E87"
tasks: [{
id: "7F674AB9661CF755"
type: "item"
item: {
id: "aoa3:supremacy_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 11.0d
y: 3.0d
subtitle: "16 Attack damage + 1.6 Attack speed (Hitting mobs has a chance to make them drop different types of candy. This includes Sugar, Eye Candy, and any of the edible Candy items found in Candyland)"
id: "6B7421391C88F4FA"
tasks: [{
id: "7F31E9C3706584D2"
type: "item"
item: {
id: "aoa3:sweet_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 12.0d
y: 3.0d
subtitle: "16 Attack damage + 1.6 Attack speed (Sets all nearby enemies on fire)"
id: "7BFBAA063693E360"
tasks: [{
id: "7F1A014083153C97"
type: "item"
item: {
id: "aoa3:ultraflame"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "18.5 Attack damage + 1.6 Attack speed (Occasionally steals health from the target)"
id: "209CB3B635E48EE9"
tasks: [{
id: "38975BE1C948B688"
type: "item"
item: {
id: "aoa3:harvester_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "18.5 Attack damage + 1.6 Attack speed (Runes held in offhand can be channeled for additional effects. Channeling Rune power drains durability)"
id: "01BEA04B97B39AE4"
tasks: [{
id: "74FFE6941D1BF22B"
type: "item"
item: {
id: "aoa3:runic_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "18 Attack damage + 1.6 Attack speed"
id: "02D2C37A74C5FE91"
tasks: [{
id: "7277158509EFE25D"
type: "item"
item: {
id: "aoa3:shadow_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 6.0d
subtitle: "18 Attack damage + 1.6 Attack speed (Sets targets on fire)"
id: "51D156B0C0ABE951"
tasks: [{
id: "21DD1BAE3284BED3"
type: "item"
item: {
id: "aoa3:candlefire_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 6.0d
subtitle: "8.5 Attack damage + 3.2 Attack speed"
id: "6D5CE5CF96EAB2D2"
tasks: [{
id: "29F1E50D0788944D"
type: "item"
item: {
id: "aoa3:lights_way"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
]
}

View File

@ -1,154 +0,0 @@
{
id: "7C3C6943AC9BEF62"
group: "151FAD2CF68977F0"
order_index: 6
filename: "aoe_crossbows"
title: "Crossbows"
icon: {
id: "aoa3:spectral_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "10.5 Attack damage + 1.25s Charge time"
id: "5C6E7FE9F0C8B5A1"
tasks: [{
id: "77D69767B7F0F156"
type: "item"
item: {
id: "aoa3:trolls_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "12 Attack damage + 1.25s Charge time (Sets targets on fire)"
id: "1DEBE483A936944C"
tasks: [{
id: "5E6A3EEABB19323F"
type: "item"
item: {
id: "aoa3:pyro_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "12.5 Attack damage + 1.25s Charge time"
id: "291E2AB17B620D66"
tasks: [{
id: "5CA994FC141AF5D2"
type: "item"
item: {
id: "aoa3:skeletal_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "15 Attack damage + 1.25s Charge time"
id: "554734E616C4E596"
tasks: [{
id: "0C3C694B6161B18F"
type: "item"
item: {
id: "aoa3:mecha_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "14.5 Attack damage + 1.25 Charge time (Occasionally leeches health from the target)"
id: "0E7A0331E7CAB80D"
tasks: [{
id: "41429F3771005DA3"
type: "item"
item: {
id: "aoa3:rosidian_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "11 Attack damage + 1.25s Charge time (Poisons targets)"
id: "6BD6C3F73287829F"
tasks: [{
id: "2458EB468154A9FE"
type: "item"
item: {
id: "aoa3:viral_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "16.5 Attack damage + 1.25s Charge time (Arrows have no gravity)"
id: "5C71F5CFC6682428"
tasks: [{
id: "77734F3970A0B1A7"
type: "item"
item: {
id: "aoa3:lunar_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "15 Attack damage + 1.25s Charge time (Requires no ammunition)"
id: "24EE0D2689EF9759"
tasks: [{
id: "0137A495ED02D67A"
type: "item"
item: {
id: "aoa3:spectral_crossbow"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
]
}

View File

@ -1,443 +0,0 @@
{
id: "4E75C86805CC642D"
group: "151FAD2CF68977F0"
order_index: 3
filename: "aoe_greatblades"
title: "Greatblades"
icon: {
id: "aoa3:gods_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "25 Attack damage + 0.76 Attack speed (Creates a wave through the air that knocks targets back)"
id: "205152EBEFFD7FE1"
tasks: [{
id: "7B28631B68FDC038"
type: "item"
item: {
id: "aoa3:tidal_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "20.5 Attack damage + 0.76 Attack speed (Can fire Grenades if available in inventory when swinging)"
id: "7AFD2E3AAC19BFE6"
tasks: [{
id: "5A7A00CD989EBC5D"
type: "item"
item: {
id: "aoa3:baron_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 1.5d
subtitle: "20 Attack damage + 0.76 Attack speed (Explodes on hit)"
id: "17A0444DE57E178C"
tasks: [{
id: "76E54D910CFCAC92"
type: "item"
item: {
id: "aoa3:creepoid_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 1.5d
subtitle: "19.5 Attack damage + 0.76 Attack speed (Deals additional damage to flying enemies)"
id: "02475E6246F87302"
tasks: [{
id: "378170E2D4378D28"
type: "item"
item: {
id: "aoa3:lelyetian_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 1.5d
subtitle: "20 Attack damage + 0.76 Attack speed"
id: "3086A4341622CA19"
tasks: [{
id: "756DA5DC0E146B38"
type: "item"
item: {
id: "aoa3:royal_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 1.5d
subtitle: "22.5 Attack damage + 0.76 Attack speed (20% chance to briefly stun targets)"
id: "6CF9B46A62935404"
tasks: [{
id: "1C09E7BEE1F06A2E"
type: "item"
item: {
id: "aoa3:subterranean_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 1.5d
subtitle: "19.5 Attack damage + 0.76 Attack speed (Deals additional damage to undead enemies)"
id: "3AB6B18391466D81"
tasks: [{
id: "1134D512DC4C79A7"
type: "item"
item: {
id: "aoa3:underworld_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "22 Attack damage + 0.76 Attack speed"
id: "302F40843F08013A"
tasks: [{
id: "44111B25FA66A64B"
type: "item"
item: {
id: "aoa3:bloodlurker"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "24 Attack damage + 0.76 Attack speed (Can be eaten to restore hunger at the cost of durability)"
id: "08825A74EAFF60E3"
tasks: [{
id: "2C85CFF78597AD06"
type: "item"
item: {
id: "aoa3:candy_blade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "25 Attack damage + 0.76 Attack speed (Regenerates hunger when attacking)"
id: "58C9F689449AE3C6"
tasks: [{
id: "3C32510849657F19"
type: "item"
item: {
id: "aoa3:cotton_crusher"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "23 Attack damage + 0.76 Attack speed (Deals minor damage to nearby enemies)"
id: "60EA939F1EE99B5F"
tasks: [{
id: "57693C6598FF8CF6"
type: "item"
item: {
id: "aoa3:crystal_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "23 Attack damage + 0.76 Attack speed (Random damage between 17 and 27)"
id: "36FBC7C808703032"
tasks: [{
id: "03C046FD7665C794"
type: "item"
item: {
id: "aoa3:goofy_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "20 Attack damage + 0.9 Attack speed"
id: "20331EA5220C8559"
tasks: [{
id: "04AB40C99078DA17"
type: "item"
item: {
id: "aoa3:lyonic_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "24 Attack damage + 0.76 Attack speed (Poisons targets. Already poisoned targets pour out a toxic gas)"
id: "73D8AC2875B3F2DB"
tasks: [{
id: "031D75DE6D6027D6"
type: "item"
item: {
id: "aoa3:noxious_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 7.0d
y: 3.0d
subtitle: "23.5 Attack damage + 0.76 Attack speed (Doubles as sweeping shears)"
id: "18E95E8ACB0B1E36"
tasks: [{
id: "3CD6D28760A979E2"
type: "item"
item: {
id: "aoa3:rosidian_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 8.0d
y: 3.0d
subtitle: "22.5 Attack damage + 0.76 Attack speed (Deals additional damage if the wielder is poisoned)"
id: "3426A21BB9480040"
tasks: [{
id: "279BA8F0FA4D4FDD"
type: "item"
item: {
id: "aoa3:shroomic_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "25.5 Attack damage + 0.76 Attack speed"
id: "7FF8F5CBFD30ECBE"
tasks: [{
id: "182410D3E6BB96DB"
type: "item"
item: {
id: "aoa3:coral_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "25 Attack damage + 0.76 Attack speed (Randomly deals between 12.5 and 37.5 damage)"
id: "2C5443895A51083B"
tasks: [{
id: "231242342C132CDC"
type: "item"
item: {
id: "aoa3:lunar_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 4.5d
subtitle: "26.5 Attack damage + 0.76 Attack speed (Hits harder on enemies with higher maximum health)"
id: "61DEA90F730C2B2C"
tasks: [{
id: "78FDD9FF287F0718"
type: "item"
item: {
id: "aoa3:primordial_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 4.0d
y: 4.5d
subtitle: "25.5 Attack damage + 0.76 Attack speed (Converts a portion of the damage to magic damage)"
id: "107CAD2B3166F452"
tasks: [{
id: "18B1B364800F323A"
type: "item"
item: {
id: "aoa3:runic_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 0.0d
y: 6.0d
subtitle: "30.5 Attack damage + 0.76 Attack speed"
id: "5E633A0C8E201EF9"
tasks: [{
id: "017CD4B1C16C0EEC"
type: "item"
item: {
id: "aoa3:gods_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 6.0d
subtitle: "27.5 Attack damage + 0.76 Attack speed (Doubles as a Shield)"
id: "2BFD4F1FDA990098"
tasks: [{
id: "780684BBCBE06262"
type: "item"
item: {
id: "aoa3:knights_guard"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 6.0d
subtitle: "26.5 Attack damage + 0.76 Attack speed (Randomly deals between 13.25 and 39.75 damage)"
id: "2197423E55ADEFC9"
tasks: [{
id: "1428FF1C3CCB64AF"
type: "item"
item: {
id: "aoa3:millennium_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 6.0d
subtitle: "27 Attack damage + 0.76 Attack speed (Deals additional damage depending on how bright the area is)"
id: "1B09AB0CE3A99CFD"
tasks: [{
id: "3BED6BBAA2B2156D"
type: "item"
item: {
id: "aoa3:shyre_sword"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "27 Attack damage + 0.76 Attack speed (Haunted)"
id: "09B1C75E9BB8E34C"
tasks: [{
id: "3CD19DA28D90E7C7"
type: "item"
item: {
id: "aoa3:haunted_greatblade"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -1,86 +0,0 @@
{
id: "0123D33110FE2F7A"
group: "151FAD2CF68977F0"
order_index: 4
filename: "aoe_mauls"
title: "Mauls"
icon: {
id: "aoa3:coralstone_maul"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "24.5 Attack damage + 0.53 Attack speed (Slows targets)"
id: "7D4C0E610DE1E60E"
tasks: [{
id: "56861D9D662188B3"
type: "item"
item: {
id: "aoa3:crystal_maul"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 1.0d
y: 0.0d
subtitle: "26 Attack damage + 0.53 Attack speed (Consumes Energy to Supercharge Knockback)"
id: "6FE2E11747CCE7A1"
tasks: [{
id: "4C77E962F2031E9E"
type: "item"
item: {
id: "aoa3:electron_maul"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 2.0d
y: 0.0d
subtitle: "24 Attack damage + 0.53 Attack speed (Enemies float away on hit)"
id: "2C20ECD8B50B2EF5"
tasks: [{
id: "497C0760AC8C6395"
type: "item"
item: {
id: "aoa3:horizon_maul"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
x: 3.0d
y: 0.0d
subtitle: "27.5 Attack damage + 0.53 Attack speed"
id: "2A99CEBE1AD6C112"
tasks: [{
id: "59CDCE3C7E991490"
type: "item"
item: {
id: "aoa3:coralstone_maul"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
]
}

View File

@ -1,568 +0,0 @@
{
id: "008502F357CF91C9"
group: "151FAD2CF68977F0"
order_index: 1
filename: "aoe_pickaxes"
title: "Tools"
icon: {
id: "aoa3:sapphire_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
title: "Amethyst"
x: 3.0d
y: 0.0d
subtitle: "8 Efficiency"
id: "05E2C412F23FF2AE"
tasks: [
{
id: "7DCE022A242EB6B4"
type: "item"
item: {
id: "aoa3:amethyst_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "5E906F12F45AD6B2"
type: "item"
item: {
id: "aoa3:amethyst_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "68F4022D87542B66"
type: "item"
item: {
id: "aoa3:amethyst_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Jade"
x: 2.0d
y: 0.0d
subtitle: "7.5 Efficiency"
id: "6256DF08C7D98A7E"
tasks: [
{
id: "05DA175158EF1956"
type: "item"
item: {
id: "aoa3:jade_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "6FD00BA1C445E74E"
type: "item"
item: {
id: "aoa3:jade_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "758DBEFB67F1A349"
type: "item"
item: {
id: "aoa3:jade_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Limonite"
x: 0.0d
y: 0.0d
subtitle: "5 Efficiency"
id: "31820A300160C3C9"
tasks: [
{
id: "45AF997A245F143C"
type: "item"
item: {
id: "aoa3:limonite_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "0C3E2E7116E27FD1"
type: "item"
item: {
id: "aoa3:limonite_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "68E4ED3ACACFCAC4"
type: "item"
item: {
id: "aoa3:limonite_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Occult"
x: 0.0d
y: 6.0d
subtitle: "11 Efficiency (Right clicking will make any ore block in a 4-block radius glow)"
id: "3AE391FB040B04BF"
tasks: [
{
id: "036BD6196E224227"
type: "item"
item: {
id: "aoa3:occult_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "68580D7A93E73046"
type: "item"
item: {
id: "aoa3:occult_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "6D12B79169E361D7"
type: "item"
item: {
id: "aoa3:occult_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Rosite"
x: 1.0d
y: 0.0d
subtitle: "6.5 Efficiency"
id: "28FF670CB0EA2B22"
tasks: [
{
id: "1804D9BE0389A8CF"
type: "item"
item: {
id: "aoa3:rosite_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "70A63B4384BC0A0B"
type: "item"
item: {
id: "aoa3:rosite_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "27225AE47A836DEA"
type: "item"
item: {
id: "aoa3:rosite_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Sapphire"
x: 4.0d
y: 0.0d
subtitle: "9 Efficiency"
id: "06BE27D04FBFC298"
tasks: [
{
id: "5AA1C782EB41A07D"
type: "item"
item: {
id: "aoa3:sapphire_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "594880CCFF3E7D8D"
type: "item"
item: {
id: "aoa3:sapphire_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "09DAEB3243897ED1"
type: "item"
item: {
id: "aoa3:sapphire_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Emberstone"
x: 0.0d
y: 1.5d
subtitle: "10 Efficiency (Autosmelt)"
id: "100FB1BD064DE785"
tasks: [
{
id: "6CAF959627B4A80B"
type: "item"
item: {
id: "aoa3:emberstone_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "50B056E6B6FEFCF6"
type: "item"
item: {
id: "aoa3:emberstone_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "2E4039A0EC3BBEF3"
type: "item"
item: {
id: "aoa3:emberstone_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Ornamyte"
x: 1.0d
y: 1.5d
subtitle: "10 Efficiency (Fast obsidian mining)"
id: "0BEC87AB2FDF42A2"
tasks: [
{
id: "21C7F3D2DFD767CB"
type: "item"
item: {
id: "aoa3:ornamyte_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "062E806262277AD4"
type: "item"
item: {
id: "aoa3:ornamyte_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "303CD986D71CED8B"
type: "item"
item: {
id: "aoa3:ornamyte_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Skeletal"
x: 2.0d
y: 1.5d
subtitle: "10 Efficiency (Chance for bone fragments)"
id: "436886715E5E61E3"
tasks: [
{
id: "04EAAABF85E5211A"
type: "item"
item: {
id: "aoa3:skeletal_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "0A7B55F95B472001"
type: "item"
item: {
id: "aoa3:skeletal_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "2E6D0458753E60CC"
type: "item"
item: {
id: "aoa3:skeletal_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
x: 1.0d
y: 3.0d
subtitle: "10 Efficiency (Non-smelted ores drop extra minerals)"
id: "525C2B43EC6F55A9"
tasks: [{
id: "789A7F2A8004B670"
type: "item"
item: {
id: "aoa3:gemcracker"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
{
title: "Goofy"
x: 0.0d
y: 3.0d
subtitle: "8 Efficiency (Autorepair)"
id: "50719C2D55F98B55"
tasks: [
{
id: "276DBA809547DB58"
type: "item"
item: {
id: "aoa3:goofy_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "25CA3FDFCDE379D5"
type: "item"
item: {
id: "aoa3:goofy_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "4079BED3890284CA"
type: "item"
item: {
id: "aoa3:goofy_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
title: "Energistic"
x: 0.0d
y: 4.5d
subtitle: "11 Efficiency (Right click to charge with energy. Consumes charges to mine blocks 3x faster)"
id: "0485C422A5AFF2A1"
tasks: [
{
id: "517A0ED21E4C216D"
type: "item"
item: {
id: "aoa3:energistic_pickaxe"
Count: 1b
tag: {
Damage: 0
AoAEnergyStored: 0.0f
}
ForgeCaps: {
Parent: 0.0f
}
}
}
{
id: "7DED83D7131E8810"
type: "item"
item: {
id: "aoa3:energistic_shovel"
Count: 1b
tag: {
Damage: 0
AoAEnergyStored: 0.0f
}
ForgeCaps: {
Parent: 0.0f
}
}
}
{
id: "1FBE4261B3B38192"
type: "item"
item: {
id: "aoa3:energistic_axe"
Count: 1b
tag: {
Damage: 0
AoAEnergyStored: 0.0f
}
ForgeCaps: {
Parent: 0.0f
}
}
}
]
}
{
title: "Soulstone"
x: 1.0d
y: 4.5d
subtitle: "11 Efficiency (Consumes soul power to double stone block drops)"
id: "2B39BE2BF4CAB5B6"
tasks: [
{
id: "6992449CB13CD875"
type: "item"
item: {
id: "aoa3:soulstone_pickaxe"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "625B0C0B9F30A537"
type: "item"
item: {
id: "aoa3:soulstone_shovel"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "785EBAC96B46DA31"
type: "item"
item: {
id: "aoa3:soulstone_axe"
Count: 1b
tag: {
Damage: 0
}
}
}
]
}
{
x: 1.0d
y: 6.0d
subtitle: "8 Efficiency (3x3 mining)"
id: "22B5C8CF48CC6955"
tasks: [{
id: "6CB6802E4DB5C138"
type: "item"
item: {
id: "aoa3:pickmax"
Count: 1b
tag: {
Damage: 0
}
}
}]
}
]
}

View File

@ -1,340 +0,0 @@
{
id: "6AFB5DB5FE5228C7"
group: "0E78167041545AC7"
order_index: 0
filename: "aoe_realmstones"
title: "Realmstones and more"
icon: "aoa3:blank_realmstone"
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
title: "Dimensions: Part I"
icon: "aoa3:ancient_rock"
x: 0.0d
y: 0.0d
shape: "gear"
subtitle: "The Ruined Teleporter Frame"
description: [
""
"Between layers y = 10 and y = 20 in the Overworld. The Ruined Teleporter Frame has a 1 in 100 chance to generate."
""
"Explorer's Compass can be used to find this."
""
"Another method is to be near level y = 18 and search for an NPC that is underground on the minimap."
]
dependency_requirement: "one_completed"
size: 2.0d
id: "02DABC54FDF4F0D8"
tasks: [{
id: "78ECD307B83BBBF4"
type: "observation"
title: "Find the teleporter (Ancient Rock)"
icon: "aoa3:ancient_rock"
timer: 0L
observe_type: 0
to_observe: "aoa3:ancient_rock"
}]
rewards: [{
id: "014B7CBE8BF1A6CC"
type: "random"
table_id: 1690515336149473535L
}]
}
{
title: "Dimensions: Part II"
icon: "aoa3:blank_realmstone"
x: 3.75d
y: 0.0d
shape: "gear"
subtitle: "The Blank Realmstone"
description: [
"Corrupted traveler always spawns at every Ruined Teleporter Frame."
""
"Trade with the traveller for a book."
""
"Every time you open the book, a blank realmstone will drop, as long as there isn't one in your inventory already."
""
"The Blank Realmstone is required to make any realmstone for dimensional travelling."
]
size: 2.0d
id: "2E4CC90744518D99"
tasks: [
{
id: "2FA522EEF36228B2"
type: "item"
item: "aoa3:worn_book"
}
{
id: "1EEF4BB5133D9585"
type: "item"
item: "aoa3:blank_realmstone"
}
]
rewards: [{
id: "297F8852132D79E9"
type: "random"
table_id: 1690515336149473535L
}]
}
{
title: "Dimensions: Part III"
x: 7.5d
y: 0.0d
shape: "gear"
subtitle: "Ancient Teleportation"
description: [
"Carved rune of power is crafted, the 4 other runes can be found in chests or from Advent of Ascension mob drops."
""
"The portal must be a 5x6 structure (1 block taller and wider than nether portal). 5 runes in total are required. The carved rune of power has to go in the center on the bottom. The rest of the materials can be placed anywhere. Corner blocks are required."
]
size: 2.0d
id: "1C2AFBB466D1B2C7"
tasks: [
{
id: "1058978E56B2BEE9"
type: "item"
item: "aoa3:ancient_rock"
count: 13L
}
{
id: "45D6D2A141E0E4C7"
type: "item"
item: "aoa3:carved_rune_of_power"
}
{
id: "3D27D0982DC2FF19"
type: "item"
item: "aoa3:carved_rune_of_direction"
}
{
id: "3BEF56BB25B94B56"
type: "item"
item: "aoa3:carved_rune_of_space"
}
{
id: "5B9510C627452259"
type: "item"
item: "aoa3:carved_rune_of_reality"
}
{
id: "1F1CA2C1991A9DD8"
type: "item"
item: "aoa3:carved_rune_of_travel"
}
]
rewards: [{
id: "6446694A4CA36760"
type: "random"
table_id: 1690515336149473535L
}]
}
{
x: 3.75d
y: 2.5d
shape: "diamond"
subtitle: "Enchant your gear above vanilla limits and craft armory or weaponry."
description: [
"Infusion Table has three uses in total:"
""
"1) Crafting armor and weapons"
""
"2) Enchanting your gear - insert the recipe of an enchant to the table, and add the item you want enchanted."
""
"Items with enchants already on them can also be used here, giving you a way to add extra enchants."
""
"Books can't be enchanted here."
""
"3) Right clicking on the table with Infused Stones turns them into their respective versions of Power Stones at the rate of 3 to 1."
]
size: 1.5d
id: "0649AB3EA0B34545"
tasks: [{
id: "4D74C68B08F44342"
type: "item"
item: "aoa3:infusion_table"
}]
rewards: [{
id: "62D080F9D1FBD429"
type: "random"
table_id: 1690515336149473535L
}]
}
{
x: 0.0d
y: 2.5d
shape: "diamond"
subtitle: "Used in making frames for infusion table."
description: [
"1 Scrap Metal = 1 Frame."
""
"The frames are one time use."
]
size: 1.5d
id: "1E223F2752178595"
tasks: [{
id: "618B40DB8E1CD0CE"
type: "item"
item: "aoa3:frame_bench"
}]
rewards: [{
id: "569F449777FC4E3D"
type: "item"
item: "aoa3:scrap_metal"
count: 10
}]
}
{
title: "Bowls"
x: 1.5d
y: 4.5d
shape: "diamond"
subtitle: "Collect infusion stones from pixons by right clicking."
description: [
"Pressing the use key on Pixon will deplete the Pixon's health and use up 1 durability."
""
"Doing this also gives the Pixon's respective Infusion Stone - with a chance of instead giving the respective Power Stone."
""
"Diamond Bowl siphons Pixons more efficiently than Stone Bowl, making the process instant."
]
size: 1.5d
id: "26237DED6B8744F6"
tasks: [
{
id: "2309703E9B6B275A"
type: "item"
item: {
id: "aoa3:stone_bowl"
Count: 1b
tag: {
Damage: 0
}
}
}
{
id: "62A3177D4CB6DBBD"
type: "item"
item: {
id: "aoa3:diamond_bowl"
Count: 1b
tag: {
Damage: 0
}
}
}
]
rewards: [{
id: "5A8B6C7399D57316"
type: "random"
table_id: 5682840960994057411L
}]
}
{
icon: "aoa3:mending_table"
x: 7.5d
y: 2.5d
shape: "diamond"
subtitle: "Fully repair anything with magic mending compund"
description: [
"Magic Mending Compounds can be obtained by allowing a Magic Mending Solution to sit in the player's inventory for 30 seconds."
""
"This will give the player 1 Magic Mending Compound and return the Metal Tub."
""
"Magic mending compound always repairs an item to full durability, while magic repair dust only slightly fixes an item."
]
size: 1.5d
id: "48069CAF0B232250"
tasks: [
{
id: "7683E906B5E2F13C"
type: "item"
item: "aoa3:mending_table"
}
{
id: "097995BF2DADF0AB"
type: "item"
item: "aoa3:magic_mending_solution"
}
{
id: "3557872BB5609146"
type: "item"
item: "aoa3:magic_mending_compound"
}
]
rewards: [{
id: "2484C9EB36EA5DD0"
type: "item"
item: "aoa3:magic_repair_dust"
count: 10
}]
}
{
title: "Power Stones"
x: 6.0d
y: 4.5d
shape: "diamond"
subtitle: "Enchanting without xp"
description: [
"To get power stones, right click infusion stones on infusion table."
""
"&a* Glistening - Overworld"
"&b* Gleaming - Runandor"
"* Ambient - Haven, Runandor, Candyland, Shyrelands"
"&6* Glaring - Lelyetia"
"&d* Glowing - L'Borean"
"&c* Shining - Abyss"
"&7* Radiant - Dustopia"
"&5* Blooming - Mysterium"
]
size: 1.5d
id: "70796396CF89BC05"
tasks: [
{
id: "33BCFDC7C4204579"
type: "item"
item: "aoa3:glistening_power_stone"
}
{
id: "4E5CD27455D5B42E"
type: "item"
item: "aoa3:gleaming_power_stone"
}
{
id: "0E6AD78C81B2A075"
type: "item"
item: "aoa3:ambient_power_stone"
}
{
id: "073D0FF81C07B1D8"
type: "item"
item: "aoa3:glaring_power_stone"
}
{
id: "139CAB209795605E"
type: "item"
item: "aoa3:glowing_power_stone"
}
{
id: "5FFEABF4823AE699"
type: "item"
item: "aoa3:shining_power_stone"
}
{
id: "3ADFED884142CB53"
type: "item"
item: "aoa3:radiant_power_stone"
}
{
id: "1BC5F6FB9B50D3B5"
type: "item"
item: "aoa3:blooming_power_stone"
}
]
rewards: [{
id: "2A8874A3896426D2"
type: "random"
table_id: 1690515336149473535L
}]
}
]
}

View File

@ -1,288 +0,0 @@
{
id: "2F35909025C00154"
group: "151FAD2CF68977F0"
order_index: 8
filename: "aoe_shotguns"
title: "Shotguns"
icon: {
id: "aoa3:blue_barrel"
Count: 1b
tag: {
Damage: 0
}
}
default_quest_shape: ""
default_hide_dependency_lines: false
quests: [
{
x: 0.0d
y: 0.0d
subtitle: "6x3 Dmg + 0.37/s (Semi-automatic)"
id: "6ABC7033B50E1C28"
tasks: [{
id: "37BC022B1DE7478A"
type: "item"
item: {
id: "aoa3:brown_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 1.5d
subtitle: "11.5x2 Dmg + 0.38/s (Semi-automatic)"
id: "3920B0FC3569479A"
tasks: [{
id: "0C6B02274B750264"
type: "item"
item: {
id: "aoa3:red_rocket"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 3.0d
subtitle: "8.5x4 Dmg + 0.34/s (Semi-automatic)"
id: "1394B6382C9BC7EE"
tasks: [{
id: "4FD07CF87F4FD313"
type: "item"
item: {
id: "aoa3:demolisher"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 3.0d
subtitle: "10.5x3 Dmg + 0.36/s (Semi-automatic)"
id: "39910273AA8919CE"
tasks: [{
id: "51A7858096A2DA1A"
type: "item"
item: {
id: "aoa3:destruction_shotgun"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 3.0d
subtitle: "4.5x10 Dmg + 0.29/s (Semi-automatic)"
id: "0EC098FCB8B43C62"
tasks: [{
id: "6D22BAE1925F8F59"
type: "item"
item: {
id: "aoa3:gimmick"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 3.0d
subtitle: "7x5 Dmg + 0.33/s (Semi-automatic)"
id: "371A8A6B7E297BFC"
tasks: [{
id: "4D105E6A101A35BD"
type: "item"
item: {
id: "aoa3:ginger_blaster"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 3.0d
subtitle: "15.5x2 + 0.37/s (Semi-automatic)"
id: "2011D3632E08583F"
tasks: [{
id: "1780DE12AB82BEB7"
type: "item"
item: {
id: "aoa3:long_shot"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 3.0d
subtitle: "13x2 Dmg + 0.43/s (Semi-automatic)"
id: "21E4201401873F2F"
tasks: [{
id: "115D3B1A13139E21"
type: "item"
item: {
id: "aoa3:mechyro"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 6.0d
y: 3.0d
subtitle: "7x3 Dmg + 0.56/s (Semi-automatic)"
id: "2E078C5E77AC0856"
tasks: [{
id: "398C8975AD7B8D0C"
type: "item"
item: {
id: "aoa3:vivo"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 0.0d
y: 4.5d
subtitle: "18.5x2 Dmg + 0.43/s (Semi-automatic)"
id: "1B9DDDAD2BD79BCD"
tasks: [{
id: "3487901CEB121421"
type: "item"
item: {
id: "aoa3:abyssro"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 1.0d
y: 4.5d
subtitle: "9x5 Dmg + 0.36/s (Semi-automatic)"
id: "4763398F7C0FE1A2"
tasks: [{
id: "3747FDBA0077B77F"
type: "item"
item: {
id: "aoa3:amplifier"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 2.0d
y: 4.5d
subtitle: "14.5x3 Dmg + 0.37/s (Semi-automatic)"
id: "07614297E5E9A298"
tasks: [{
id: "0B41C775EAB7D51B"
type: "item"
item: {
id: "aoa3:blue_barrel"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 3.0d
y: 4.5d
subtitle: "11.5x4 Dmg + 0.34/s (Semi-automatic)"
id: "1B87BD568CFE7B90"
tasks: [{
id: "2E9AE1DF2C894CD4"
type: "item"
item: {
id: "aoa3:boulder"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 4.0d
y: 4.5d
subtitle: "14x3 Dmg + 0.36/s (Semi-automatic)"
id: "46E47BB296661285"
tasks: [{
id: "5CB7D1822EC57E2E"
type: "item"
item: {
id: "aoa3:purity_shotgun"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
{
x: 5.0d
y: 4.5d
subtitle: "20.5x2 + 0.38/s (Semi-automatic)"
id: "0BBC2BE4065D6441"
tasks: [{
id: "65F196FD310D9AE5"
type: "item"
item: {
id: "aoa3:purple_punisher"
Count: 1b
tag: {
Damage: 0
HideFlags: 2b
}
}
}]
}
]
}

Some files were not shown because too many files have changed in this diff Show More