[Fix] clean & true randomness
This commit is contained in:
parent
353f75bf5d
commit
89feb1bc32
3 changed files with 122 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"name": "closingin",
|
||||
"destructive": false
|
||||
"destructive": true
|
||||
},
|
||||
{
|
||||
"name": "horse_fog",
|
||||
|
|
@ -21,13 +21,11 @@
|
|||
},
|
||||
{
|
||||
"name": "outpost",
|
||||
"destructive": true,
|
||||
"time": 8
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "tower_small",
|
||||
"destructive": true,
|
||||
"time": 8
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "tower_large",
|
||||
|
|
@ -38,11 +36,11 @@
|
|||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "mountain_horse",
|
||||
"name": "armoury",
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
"name": "armoury",
|
||||
"name": "mountain_horse",
|
||||
"destructive": false
|
||||
},
|
||||
{
|
||||
|
|
@ -71,6 +69,6 @@
|
|||
},
|
||||
{
|
||||
"name": "secondsbeforedisaster",
|
||||
"destructive": true
|
||||
"destructive": false
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue