1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Add random resource to RMG pool

This commit is contained in:
Tomasz Zieliński 2023-06-08 19:04:44 +02:00
parent e98a50b45a
commit 6ed1dab3fb

View File

@ -50,6 +50,34 @@
}
},
"randomResource":
{
"index" :76,
"handler": "resource",
"base" : {
"base" : {
"visitableFrom" : [ "+++", "+-+", "+++" ],
"mask" : [ "VA" ]
}
},
"types" : {
"randomResource" : {
"index" : 0,
"rmg" : {
"value" : 1500,
"rarity" : 2000
},
"templates" :
{
"res" :
{
"animation" : "AVTrndm0.def"
}
}
}
}
},
// subtype: resource ID
"resource" : {
"index" :79,