mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Adventure - Bandit map JSON syntax fixes
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</object>
|
||||
<object id="55" template="../../obj/enemy.tx" x="390.398" y="96.5401">
|
||||
<properties>
|
||||
<property name="effect" value="{ "startBattleWithCard": [ "Bedlam" }"/>
|
||||
<property name="effect" value="{ "startBattleWithCard": [ "Bedlam" ] }"/>
|
||||
<property name="enemy" value="Bandit Leader"/>
|
||||
<property name="pursueRange" type="int" value="30"/>
|
||||
<property name="threatRange" type="int" value="50"/>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<object id="66" template="../../obj/waypoint.tx" x="318" y="230.667"/>
|
||||
<object id="67" template="../../obj/enemy.tx" x="161" y="78.6667">
|
||||
<properties>
|
||||
<property name="effect" value="{ "startBattleWithCard": [ "Bedlam" }"/>
|
||||
<property name="effect" value="{ "startBattleWithCard": [ "Bedlam" ] }"/>
|
||||
<property name="enemy" value="Bandit Leader"/>
|
||||
<property name="threatRange" type="int" value="30"/>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user