Skip to content

Commit 03f7665

Browse files
committed
🎨 fix html format
1 parent 56055e2 commit 03f7665

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

‎api/source/Room.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ The `data` property is different for each event type according to the following
501501
<li>`EVENT_ATTACK_TYPE_HIT_BACK` - a creep hit back on another creep's [attack](#Creep.attack)</li>
502502
<li>`EVENT_ATTACK_TYPE_NUKE` - a nuke landed</li>
503503
</ul>
504-
</li></ul>
504+
</li>
505+
</ul>
505506
</td>
506507
</tr>
507508
<tr>
@@ -526,7 +527,7 @@ The `data` property is different for each event type according to the following
526527
<li>`x` - the X position</li>
527528
<li>`y` - the Y position</li>
528529
<li>`incomplete` - status of build progress</li>
529-
</ul>
530+
</ul>
530531
</td>
531532
</tr>
532533
<tr>
@@ -535,7 +536,8 @@ The `data` property is different for each event type according to the following
535536
A creep performed [`harvest`](#Creep.harvest) in the room.
536537
<ul>
537538
<li>`targetId` - the target object ID</li>
538-
<li>`amount` - the amount of resource harvested</li></ul>
539+
<li>`amount` - the amount of resource harvested</li>
540+
</ul>
539541
</td>
540542
</tr>
541543
<tr>
@@ -550,7 +552,8 @@ The `data` property is different for each event type according to the following
550552
<li>`EVENT_HEAL_TYPE_MELEE` - a creep healed with [heal](#Creep.heal)</li>
551553
<li>`EVENT_HEAL_TYPE_RANGED` - a creep healed with [rangedHeal](#Creep.rangedHeal), or a tower healed with [heal](#StructureTower.heal)</li>
552554
</ul>
553-
</li></ul>
555+
</li>
556+
</ul>
554557
</td>
555558
</tr>
556559
<tr>
@@ -560,15 +563,17 @@ The `data` property is different for each event type according to the following
560563
<ul>
561564
<li>`targetId` - the target object ID</li>
562565
<li>`amount` - the amount of hits repaired</li>
563-
<li>`energySpent` - the energy amount spent on the operation</li></ul>
566+
<li>`energySpent` - the energy amount spent on the operation</li>
567+
</ul>
564568
</td>
565569
</tr>
566570
<tr>
567571
<td>`EVENT_RESERVE_CONTROLLER`</td>
568572
<td>
569573
A creep performed [`reserveController`](#Creep.reserveController) in the room.
570574
<ul>
571-
<li>`amount` - the amount of reservation time gained</li></ul>
575+
<li>`amount` - the amount of reservation time gained</li>
576+
</ul>
572577
</td>
573578
</tr>
574579
<tr>
@@ -577,7 +582,8 @@ The `data` property is different for each event type according to the following
577582
A creep performed [`upgradeController`](#Creep.upgradeController) in the room.
578583
<ul>
579584
<li>`amount` - the amount of control points gained</li>
580-
<li>`energySpent` - the energy amount spent on the operation</li></ul>
585+
<li>`energySpent` - the energy amount spent on the operation</li>
586+
</ul>
581587
</td>
582588
</tr>
583589
<tr>
@@ -586,7 +592,8 @@ The `data` property is different for each event type according to the following
586592
A creep moved to another room.
587593
<ul>
588594
<li>`room` - the name of the target room</li>
589-
<li>`x`, `y` - the coordinates in another room where the creep has appeared</li></ul>
595+
<li>`x`, `y` - the coordinates in another room where the creep has appeared</li>
596+
</ul>
590597
</td>
591598
</tr>
592599
<tr>

0 commit comments

Comments
 (0)