1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/config/objects/magicSpring.json
2023-10-21 00:31:48 +03:00

45 lines
841 B
JSON

{
"magicSpring" : {
"index" : 48,
"handler": "configurable",
"base" : {
"sounds" : {
"ambient" : ["LOOPFOUN"],
"visit" : ["FAERIE"]
}
},
"types" : {
"magicSpring" : {
"index" : 0,
"aiValue" : 500,
//banned due to problems with 2 viistable offsets
//"rmg" : {
// "zoneLimit" : 1,
// "value" : 500,
// "rarity" : 50
//},
"compatibilityIdentifiers" : [ "object" ],
"onEmptyMessage" : 76,
"onVisitedMessage" : 75,
"description" : "@core.xtrainfo.15",
"resetParameters" : {
"period" : 7,
"visitors" : true
},
"visitMode" : "once",
"selectMode" : "selectFirst",
"rewards" : [
{
"limiter" : {
"noneOf" : [ { "manaPercentage" : 200 } ]
},
"message" : 74,
"manaPercentage" : 200
}
]
}
}
}
}