mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Add random resource to RMG pool
This commit is contained in:
@@ -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
|
// subtype: resource ID
|
||||||
"resource" : {
|
"resource" : {
|
||||||
"index" :79,
|
"index" :79,
|
||||||
|
|||||||
Reference in New Issue
Block a user