| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- {
- "shrineOfMagicLevel1" : {//incantation
- "index" :88,
- "handler" : "configurable",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSHRIN"],
- "visit" : ["TEMPLE"]
- }
- },
- "types" : {
- "shrineOfMagicLevel1" : {
- "index" : 0,
- "aiValue" : 500,
- "rmg" : {
- "value" : 500,
- "rarity" : 100
- },
- "compatibilityIdentifiers" : [ "object" ],
-
- "visitMode" : "limiter",
- "visitedTooltip" : 354,
- "description" : "@core.xtrainfo.19",
- "showScoutedPreview" : true,
- "variables" : {
- "spell" : {
- "gainedSpell" : { // Note: this variable name is used by engine for H3M loading
- "level": 1
- }
- }
- },
- "visitLimiter" : {
- "spells" : [
- "@gainedSpell"
- ]
- },
- "rewards" : [
- {
- "limiter" : {
- "canLearnSpells" : [
- "@gainedSpell"
- ]
- },
- "spells" : [
- "@gainedSpell"
- ],
- "description" : "@core.genrltxt.355",
- "message" : [ 127, "%s." ] // You learn new spell
- }
- ],
- "onVisitedMessage" : [ 127, "%s.", 174 ], // You already known this spell
- "onEmpty" : [
- {
- "limiter" : {
- "artifacts" : [
- {
- "type" : "spellBook"
- }
- ]
- },
- "message" : [ 127, "%s.", 130 ] // No Wisdom
- },
- {
- "message" : [ 127, "%s.", 131 ] // No spellbook
- }
- ]
- }
- }
- },
- "shrineOfMagicLevel2" : {//gesture
- "index" :89,
- "handler" : "configurable",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSHRIN"],
- "visit" : ["TEMPLE"]
- }
- },
- "types" : {
- "shrineOfMagicLevel2" : {
- "index" : 0,
- "aiValue" : 2000,
- "rmg" : {
- "value" : 2000,
- "rarity" : 100
- },
- "compatibilityIdentifiers" : [ "object" ],
-
- "visitMode" : "limiter",
- "visitedTooltip" : 354,
- "description" : "@core.xtrainfo.20",
- "showScoutedPreview" : true,
- "variables" : {
- "spell" : {
- "gainedSpell" : { // Note: this variable name is used by engine for H3M loading
- "level": 2
- }
- }
- },
- "visitLimiter" : {
- "spells" : [
- "@gainedSpell"
- ]
- },
- "rewards" : [
- {
- "limiter" : {
- "canLearnSpells" : [
- "@gainedSpell"
- ]
- },
- "spells" : [
- "@gainedSpell"
- ],
- "description" : "@core.genrltxt.355",
- "message" : [ 128, "%s." ] // You learn new spell
- }
- ],
- "onVisitedMessage" : [ 128, "%s.", 174 ], // You already known this spell
- "onEmpty" : [
- {
- "limiter" : {
- "artifacts" : [
- {
- "type" : "spellBook"
- }
- ]
- },
- "message" : [ 128, "%s.", 130 ] // No Wisdom
- },
- {
- "message" : [ 128, "%s.", 131 ] // No spellbook
- }
- ]
- }
- }
- },
- "shrineOfMagicLevel3" : {//thinking
- "index" :90,
- "handler" : "configurable",
- "base" : {
- "sounds" : {
- "ambient" : ["LOOPSHRIN"],
- "visit" : ["TEMPLE"]
- }
- },
- "types" : {
- "shrineOfMagicLevel3" : {
- "index" : 0,
- "aiValue" : 3000,
- "rmg" : {
- "value" : 3000,
- "rarity" : 100
- },
- "compatibilityIdentifiers" : [ "object" ],
-
- "visitMode" : "limiter",
- "visitedTooltip" : 354,
- "description" : "@core.xtrainfo.21",
- "showScoutedPreview" : true,
- "variables" : {
- "spell" : {
- "gainedSpell" : { // Note: this variable name is used by engine for H3M loading
- "level": 3
- }
- }
- },
- "visitLimiter" : {
- "spells" : [
- "@gainedSpell"
- ]
- },
- "rewards" : [
- {
- "limiter" : {
- "canLearnSpells" : [
- "@gainedSpell"
- ]
- },
- "spells" : [
- "@gainedSpell"
- ],
- "description" : "@core.genrltxt.355",
- "message" : [ 129, "%s." ] // You learn new spell
- }
- ],
- "onVisitedMessage" : [ 129, "%s.", 174 ], // You already known this spell
- "onEmpty" : [
- {
- "limiter" : {
- "artifacts" : [
- {
- "type" : "spellBook"
- }
- ]
- },
- "message" : [ 129, "%s.", 130 ] // No Wisdom
- },
- {
- "message" : [ 129, "%s.", 131 ] // No spellbook
- }
- ]
- }
- }
- }
- }
|