|
Post by wkeeth72727 on Aug 31, 2021 16:27:49 GMT -6
I dunno. Maybe I'm just blind. But, even though I've found enough information on most artifacts, what I cannot find is a list of all the scrolls in the game, including those introduced in the GS5. I'm going nuts here, folks. Can anyone help??
|
|
|
Post by lemminkainen on Sept 1, 2021 2:04:19 GMT -6
I don't think they are on Boaster's site indeed. Here's a list of all the artifacts from the gs files in MPQ language:
; SCROLLS /scroll_experience_01 "gs/artifact/_custom/scrolls/scroll_experience_01.gs" define_artifact def /scroll_experience_02 "gs/artifact/_custom/scrolls/scroll_experience_02.gs" define_artifact def /scroll_experience_03 "gs/artifact/_custom/scrolls/scroll_experience_03.gs" define_artifact def /scroll_strength "gs/artifact/_custom/scrolls/scroll_strength.gs" define_artifact def /scroll_dexterity "gs/artifact/_custom/scrolls/scroll_dexterity.gs" define_artifact def /scroll_wisdom "gs/artifact/_custom/scrolls/scroll_wisdom.gs" define_artifact def /scroll_health "gs/artifact/_custom/scrolls/scroll_health.gs" define_artifact def /scroll_mana "gs/artifact/_custom/scrolls/scroll_mana.gs" define_artifact def /scroll_movement "gs/artifact/_custom/scrolls/scroll_movement.gs" define_artifact def /scroll_power "gs/artifact/_custom/scrolls/scroll_power.gs" define_artifact def /scroll_resistance "gs/artifact/_custom/scrolls/scroll_resistance.gs" define_artifact def /scroll_health_recovery "gs/artifact/_custom/scrolls/scroll_health_recovery.gs" define_artifact def /scroll_faith "gs/artifact/_custom/scrolls/scroll_faith.gs" define_artifact def /scroll_diplomacy "gs/artifact/_custom/scrolls/scroll_diplomacy.gs" define_artifact def /banner_artifact "gs/artifact/_custom/misc/banner_artifact.gs" define_artifact def /generic_stat_bonus "gs/artifact/_custom/misc/generic_stat_bonus.gs" define_artifact def /scroll_experience_04 "gs/artifact/_custom/scrolls/scroll_experience_04.gs" define_artifact def /scroll_sages "gs/artifact/_custom/scrolls/scroll_sages.gs" define_artifact def
|
|
|
Post by Boaster on Sept 1, 2021 15:10:02 GMT -6
Open in-game Menu. Log Options. Print Artifact Data.
|
|