mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Config: replace teleport handler with monolith, subterraneanGate and whirlpool
This commit is contained in:
parent
c9eba40fe6
commit
1c2afc659f
@ -153,7 +153,7 @@
|
||||
|
||||
"whirlpool" : {
|
||||
"index" :111,
|
||||
"handler" : "teleport",
|
||||
"handler" : "whirlpool",
|
||||
"types" : {
|
||||
"object" : {
|
||||
"index" : 0,
|
||||
@ -164,7 +164,7 @@
|
||||
},
|
||||
"subterraneanGate" : {
|
||||
"index" :103,
|
||||
"handler" : "teleport",
|
||||
"handler" : "subterraneanGate",
|
||||
"types" : {
|
||||
"object" : {
|
||||
"index" : 0 },
|
||||
|
@ -200,7 +200,7 @@
|
||||
// Subtype: paired monoliths
|
||||
"monolithOneWayEntrance" : {
|
||||
"index" :43,
|
||||
"handler": "teleport",
|
||||
"handler": "monolith",
|
||||
"types" : {
|
||||
"monolith1" : { "index" : 0 },
|
||||
"monolith2" : { "index" : 1 },
|
||||
@ -214,7 +214,7 @@
|
||||
},
|
||||
"monolithOneWayExit" : {
|
||||
"index" :44,
|
||||
"handler": "teleport",
|
||||
"handler": "monolith",
|
||||
"types" : {
|
||||
"monolith1" : { "index" : 0 },
|
||||
"monolith2" : { "index" : 1 },
|
||||
@ -228,7 +228,7 @@
|
||||
},
|
||||
"monolithTwoWay" : {
|
||||
"index" :45,
|
||||
"handler": "teleport",
|
||||
"handler": "monolith",
|
||||
"types" : {
|
||||
"monolith1" : { "index" : 0 },
|
||||
"monolith2" : { "index" : 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user