Skip to content

Commit

Permalink
AMONG US - resolve unused node warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealPear committed Jan 13, 2024
1 parent d8dc406 commit 6f29d03
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Arcade/Among Us/map.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<map proto="1.4.0">
<map proto="1.4.2">
<name>AMONG US</name>
<phase>development</phase>
<version>1.0.2</version>
<version>1.0.2</version>
<gamemode>arcade</gamemode>
<objective>Find the impostors, complete all the tasks, or kill all the crew members.</objective>
<authors>
<author uuid="5c79d2c9-a4f0-4343-a84b-e1720f13009b"/>
<!-- CoWinkKeyDinkInc -->
<author uuid="5c79d2c9-a4f0-4343-a84b-e1720f13009b"/> <!-- CoWinkKeyDinkInc -->
</authors>
<teams>
<!-- everyone is the same color -->
Expand All @@ -21,7 +19,7 @@
<chestplate locked="true" color="fc1500" material="leather chestplate"/>
<leggings locked="true" color="fc1500" material="leather leggings"/>
<boots locked="true" color="fc1500" material="leather boots"/>
<effect duration="oo">invisibility</effect>
<effect>invisibility</effect>
<effect duration="10" amplifier="10">damage_resistance</effect>
<!-- uuid must be spaced format -->
<head slot="slot.armor.head" locked="true" name="AmoungUsDrip" uuid="7bc6c19a-03c7-46c5-8fb4-340cd76405de">
Expand Down Expand Up @@ -53,15 +51,15 @@
</spawn>
</spawns>
<broadcasts>
<alert after="1s">FRIENDLYFIRE IS ENABLED!!</alert>
<alert after="1s">FRIENDLY FIRE IS ENABLED!!</alert>
<alert after="2s">Everyone has a 15 second cooldown to start the match.</alert>
<tip after="30s" every="2m">Find the white control points to complete tasks!</tip>
<tip after="1m" every="2m">The white control points take ten seconds to capture, imposters can uncapture them.</tip>
<tip after="3m">Where is the imposter?? ඞඞඞ</tip>
</broadcasts>
<blitz>
<lives>1</lives>
<broadcastlives>false</broadcastlives>
<broadcastLives>false</broadcastLives>
</blitz>
<time>15m</time>
<timelock>on</timelock>
Expand Down
Binary file modified Arcade/Among Us/region/r.-1.-1.mca
Binary file not shown.
Binary file modified Arcade/Among Us/region/r.-1.0.mca
Binary file not shown.
Binary file modified Arcade/Among Us/region/r.0.-1.mca
Binary file not shown.
Binary file modified Arcade/Among Us/region/r.0.0.mca
Binary file not shown.

0 comments on commit 6f29d03

Please sign in to comment.