mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fixed guardians of dragon hive, fixes 1871
This commit is contained in:
parent
e692f3f520
commit
ecc705c8b7
@ -538,11 +538,11 @@
|
|||||||
{
|
{
|
||||||
"chance": 30,
|
"chance": 30,
|
||||||
"guards": [
|
"guards": [
|
||||||
{ "amount": 6, "type": "dragonFly" },
|
{ "amount": 6, "type": "serpentFly" },
|
||||||
{ "amount": 6, "type": "dragonFly" },
|
{ "amount": 6, "type": "serpentFly" },
|
||||||
{ "amount": 6, "type": "dragonFly" },
|
{ "amount": 6, "type": "serpentFly" },
|
||||||
{ "amount": 6, "type": "dragonFly" },
|
{ "amount": 6, "type": "serpentFly" },
|
||||||
{ "amount": 6, "type": "dragonFly" }
|
{ "amount": 6, "type": "serpentFly" }
|
||||||
],
|
],
|
||||||
"combat_value": 154,
|
"combat_value": 154,
|
||||||
"reward" : {
|
"reward" : {
|
||||||
@ -553,11 +553,11 @@
|
|||||||
{
|
{
|
||||||
"chance": 30,
|
"chance": 30,
|
||||||
"guards": [
|
"guards": [
|
||||||
{ "amount": 9, "type": "dragonFly" },
|
{ "amount": 9, "type": "serpentFly" },
|
||||||
{ "amount": 9, "type": "dragonFly" },
|
{ "amount": 9, "type": "serpentFly" },
|
||||||
{ "amount": 9, "type": "dragonFly" },
|
{ "amount": 9, "type": "serpentFly" },
|
||||||
{ "amount": 9, "type": "dragonFly" },
|
{ "amount": 9, "type": "serpentFly" },
|
||||||
{ "amount": 9, "type": "dragonFly" }
|
{ "amount": 9, "type": "serpentFly" }
|
||||||
],
|
],
|
||||||
"combat_value": 230,
|
"combat_value": 230,
|
||||||
"reward" : {
|
"reward" : {
|
||||||
@ -568,11 +568,11 @@
|
|||||||
{
|
{
|
||||||
"chance": 30,
|
"chance": 30,
|
||||||
"guards": [
|
"guards": [
|
||||||
{ "amount": 12, "type": "dragonFly" },
|
{ "amount": 12, "type": "serpentFly" },
|
||||||
{ "amount": 12, "type": "dragonFly" },
|
{ "amount": 12, "type": "serpentFly" },
|
||||||
{ "amount": 12, "type": "dragonFly" },
|
{ "amount": 12, "type": "serpentFly" },
|
||||||
{ "amount": 12, "type": "dragonFly" },
|
{ "amount": 12, "type": "serpentFly" },
|
||||||
{ "amount": 12, "type": "dragonFly" }
|
{ "amount": 12, "type": "serpentFly" }
|
||||||
],
|
],
|
||||||
"combat_value": 307,
|
"combat_value": 307,
|
||||||
"reward" : {
|
"reward" : {
|
||||||
@ -583,11 +583,11 @@
|
|||||||
{
|
{
|
||||||
"chance": 10,
|
"chance": 10,
|
||||||
"guards": [
|
"guards": [
|
||||||
{ "amount": 18, "type": "dragonFly" },
|
{ "amount": 18, "type": "serpentFly" },
|
||||||
{ "amount": 18, "type": "dragonFly" },
|
{ "amount": 18, "type": "serpentFly" },
|
||||||
{ "amount": 18, "type": "dragonFly" },
|
{ "amount": 18, "type": "serpentFly" },
|
||||||
{ "amount": 18, "type": "dragonFly" },
|
{ "amount": 18, "type": "serpentFly" },
|
||||||
{ "amount": 18, "type": "dragonFly" }
|
{ "amount": 18, "type": "serpentFly" }
|
||||||
],
|
],
|
||||||
"combat_value": 461,
|
"combat_value": 461,
|
||||||
"reward" : {
|
"reward" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user