Skip to content

Instantly share code, notes, and snippets.

View Electroid's full-sized avatar

Ashcon Partovi Electroid

  • San Francisco
  • 22:08 (UTC -07:00)
View GitHub Profile
@Electroid
Electroid / map.xml
Created March 16, 2014 05:45
The Swamp XML
<?xml version="1.0"?>
<map proto="1.3.2">
<include src="../blitz-global.xml"/>
<name>The Swamp</name>
<version>1.0.0</version>
<objective>Eliminate everyone on the other team within 5 minutes!</objective>
<authors>
<author>chickolympics</author>
</authors>
<contributors>
@Electroid
Electroid / map.xml
Created March 24, 2014 03:11
Tebula
<?xml version="1.0"?>
<map proto="1.3.2">
<include src="tutorial.xml"/>
<name>Tebulas</name>
<version>1.0</version>
<objective>Be the team with the most kills after 6 minutes!</objective>
<authors>
<author contribution="Main Build and Design">AntandRocky</author>
<author contribution="Main Build and Design">crikimaruc</author>
</authors>
@Electroid
Electroid / map.xml
Created March 25, 2014 23:37
DATAbase XML
<?xml version="1.0"?>
<map proto="1.3.2">
<include src="tutorial.xml"/>
<name>DATAbase</name>
<version>1.0</version>
<objective>Destroy 75% of both of the enemy's battle ships! You only have 20 minutes!</objective>
<authors>
<author>ElectroidFilms</author>
</authors>
<rules>
@Electroid
Electroid / map.xml
Created April 2, 2014 23:26
Conquest
<?xml version="1.0"?>
<map proto="1.3.1">
<name>Conquest</name>
<version>0.4-BETA</version>
<objective>Conquer the map, every time you kill an enemy they join your team!</objective>
<conquest>
<winratio>0.85</winratio>
<takeback>true</takeback>
</conquest>
<rules>
@Electroid
Electroid / map.xml
Created April 13, 2014 16:56
Glacial Raceway
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Glacial Raceway</name>
<version>1.0</version>
<objective>Be the first to get across the finish line 5 times!</objective>
<authors>
<author contribution="Gameplay, Item Mechanics, and Metadata">ElectroidFilms</author>
<author contribution="Terraforming and Gameplay">chickolympics</author>
<author contribution="Gameplay">BrettOgden</author>
</authors>
@Electroid
Electroid / map.xml
Created April 21, 2014 23:31
Serengeti
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Serengeti</name>
<version>1.0</version>
<objective>Kill as many enemies as you can in 15 minutes!</objective>
<authors>
<author>DiamondAx</author>
</authors>
<contributors>
<contributor contribution="XML Help">iamramsey</contributor>
@Electroid
Electroid / map.xml
Last active August 29, 2015 14:00
Serengeti
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Serengeti</name>
<version>1.0</version>
<objective>Kill as many enemies as you can in 15 minutes!</objective>
<authors>
<author>DiamondAx</author>
</authors>
<contributors>
<contributor contribution="XML Help">iamramsey</contributor>
@Electroid
Electroid / map.xml
Created May 3, 2014 17:33
The Factory (Prior Checks)
<?xml version="1.0"?>
<map proto="1.3.2">
<name>The Factory</name>
<version>0.1.1</version>
<objective>The attackers must destroy the endstone and packed ice monuments. The defenders must stop them before 25 minutes runs out.</objective>
<authors>
<author>ElectroidFilms</author>
</authors>
<teams>
<team color="dark red" max="36" max-overfill="40">Attackers</team>
@Electroid
Electroid / kits.xml
Created June 6, 2014 19:24
DATAcenter kits
<kits>
<kit name="obs">
<potion duration="oo" ambient="true">night vision</potion>
</kit>
<kit name="teams">
<item slot="0" damage="-3000">stone sword</item>
<item slot="1" damage="-3000" enchantment="arrow infinite">bow</item>
<item slot="2" damage="-3000">iron pickaxe</item>
<item slot="3" damage="-3000">iron axe</item>
<item slot="4" amount="64">wood</item>
@Electroid
Electroid / map.xml
Created July 2, 2014 21:53
Capture the Flag Template
<?xml version="1.0"?>
<map proto="1.3.3">
<name>CTF</name>
<version>0.1</version>
<objective>Capture the other team's flag and return it to your base!</objective>
<authors>
<author>ElectroidFilms</author>
</authors>
<teams>
<team color="dark red" max="8" max-overfill="12">Red Team</team>