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:
parent
e98a50b45a
commit
6ed1dab3fb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user