1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/config/objects/magicWell.json
2023-10-21 00:31:48 +03:00

40 lines
738 B
JSON

{
"magicWell" : {
"index" :49,
"handler" : "configurable",
"base" : {
"sounds" : {
"visit" : ["FAERIE"]
}
},
"types" : {
"magicWell" : {
"index" : 0,
"aiValue" : 250,
"rmg" : {
"zoneLimit" : 1,
"value" : 250,
"rarity" : 100
},
"compatibilityIdentifiers" : [ "object" ],
"onEmptyMessage" : 79,
"onVisitedMessage" : 78,
"description" : "@core.xtrainfo.25",
"visitMode" : "bonus",
"selectMode" : "selectFirst",
"rewards" : [
{
"limiter" : {
"noneOf" : [ { "manaPercentage" : 100 } ]
},
"bonuses" : [ { "type" : "NONE", "duration" : "ONE_DAY"} ],
"message" : 77,
"manaPercentage" : 100
}
]
},
}
}
}