Moved drop tables into dedicated folder (data/config/shared_tables)

Added Rare Seed Drop Table
Reworked Aberrant Spectre drops
This commit is contained in:
Von Hresvelg
2022-11-16 08:16:22 +00:00
committed by Ryan
parent 9145fd038c
commit aa935855c9
17 changed files with 223 additions and 214 deletions
+7 -5
View File
@@ -83,15 +83,17 @@ configs_path = "@data/configs"
#this is where economy/grand exchange data gets saved
grand_exchange_data_path = "@data/eco"
#path to file defining the rare drop table
rare_drop_table_path = "@data/RDT.xml"
rare_drop_table_path = "@data/configs/shared_tables/RDT.xml"
#path to file defining c.ele minor drop table
cele_drop_table_path = "@data/CELEDT.xml"
cele_drop_table_path = "@data/configs/shared_tables/CELEDT.xml"
#path to file defining the uncommon seed drop table
seed_drop_table_path = "@data/SEEDDT.xml"
uncommon_seed_drop_table_path = "@data/configs/shared_tables/USDT.xml"
#path to file defining the herb drop table
herb_drop_table_path = "@data/HERBDT.xml"
herb_drop_table_path = "@data/configs/shared_tables/HDT.xml"
#path to file defining the gem drop table
gem_drop_table_path = "@data/GDT.xml"
gem_drop_table_path = "@data/configs/shared_tables/GDT.xml"
#path to file defining the rare seed drop table
rare_seed_drop_table_path = "@data/configs/shared_tables/RSDT.xml"
#path to file containing boot-time object changes
object_parser_path = "@data/ObjectParser.xml"
#path logs are written to