Advertisement
Guest User

Untitled

a guest
Oct 30th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.49 KB | None | 0 0
  1. entitylist = { 
  2.     {t="remove", category="misc", description="place anywhere - acts as an entity eraser", iconauthor="Assasin-Kiashi"},
  3.     {t="powerup", category="smb stuff", description="place on block - will give either a mushroom or a flower", iconauthor=""},
  4.     {t="cheepcheep", category="smb stuff", description="place on empty tile - red or white cheep cheep", iconauthor="alesan99"},
  5.     {t="musicentity", category="misc", description="place anywhere - takes an input and will play specified music track", iconauthor=""},
  6.     {t="manycoins", category="smb stuff", description="place on a non question mark block - gives several coins", iconauthor="TheCanadianToast"},
  7.     {t="enemyspawner", category="misc", description="place on empty tile - will spawn enemies on input", iconauthor=""},
  8.     {t="animatedtiletrigger", category="i/o objects", description="place anywhere - will animate tiles with the trigger attribute", iconauthor=""},
  9.     {t="spawn", category="level markers", description="place on empty tile - mario's starting point", iconauthor="TripleXero"},
  10.     {t="delayer", category="gates", description="place anywhere - will delay an input", output=true, iconauthor=""},
  11.     {t=""},
  12.     {t="flag", category="level markers", description="place on block - bottom of the flag, end of level", iconauthor="TripleXero"},
  13.     {t=""},
  14.     {t=""},
  15.     {t="vine", category="smb stuff", description="place on block - vine - right click to choose destination", iconauthor="Superjustinbros"},
  16.     {t=""},
  17.     {t=""},
  18.     {t=""},
  19.     {t="platform", category="smb stuff", description="place on empty tile - oscillating platform", iconauthor="Assasin-Kiashi"},
  20.     {t="regiontrigger", category="i/o objects", description="place anywhere - will output when there's an object in a region", output=true, iconauthor="Assasin-Kiashi"},
  21.     {t="box", category="portal elements", description="place on empty tile - weighted storage cube", output=true, iconauthor=""},
  22.     {t="pipe", category="level markers", description="place on pipe tile - pipe - right click for destination sublevel", iconauthor="automatik"},
  23.     {t=""},
  24.     {t="mazestart", category="level markers", description="place anywhere - logical maze start", hidden=true, iconauthor=""},
  25.     {t="mazeend", category="level markers", description="place anywhere - logical maze end", hidden=true, iconauthor=""},
  26.     {t="mazegate", category="level markers", description="place on empty tile - maze gate", hidden=true, iconauthor=""},
  27.     {t="emance", category="portal elements", description="place on empty tile - emancipation grill, stops portals and objects other than mario", iconauthor="Assasin-Kiashi"},
  28.     {t="scaffold", category="portal elements", description="place on empty tile - platform with an input", iconauthor=""},
  29.     {t="door", category="portal elements", description="place on empty tile - it's a door. it opens, it closes, it doors.", iconauthor="idiot9.0"},
  30.     {t="pedestal", category="portal elements", description="place on empty tile - portal gun ready for pickup", iconauthor=""},
  31.     {t="wallindicator", category="i/o objects", description="place anywhere - shows on or off state", iconauthor=""},
  32.     {t="pipespawn", category="level markers", description="place on block - spawn for when coming from a sublevel", iconauthor="TripleXero"},
  33.     {t="platformfall", category="smb stuff", description="place on empty tile - falling platforms", iconauthor=""},
  34.     {t="bulletbillstart", category="level markers", description="place anywhere - beginning of bullet zone", iconauthor="Jackostar10000"},
  35.     {t="bulletbillend", category="level markers", description="place anywhere - end of bullet zone", iconauthor="Jackostar10000"},
  36.     {t="drain", category="level markers", description="place at the very bottom in an underwater level - drain, attracts mario down", iconauthor="TripleXero"},
  37.     {t="lightbridge", category="portal elements", description="place on empty tile - light bridge", iconauthor="ChrisGin"},
  38.     {t="portal1", category="misc", description="place on block - create a blue portal on input", iconauthor="Firaga"},
  39.     {t="portal2", category="misc", description="place on block - create a orange portal on input", iconauthor="Firaga"},
  40.     {t="actionblock", category="i/o objects", description="place on empty tile - will create a coinblock style toggle button", output=true, iconauthor=""},
  41.     {t="button", category="portal elements", description="place on empty tile - floor button", output=true, iconauthor=""},
  42.     {t="platformspawner", category="smb stuff", description="place on empty tile - platform spawner", iconauthor=""},
  43.     {t="animationtrigger", category="i/o objects", description="place anywhere - will start an animation when object in region", iconauthor=""},
  44.     {t="groundlightver", category="portal elements", description="place anywhere - use to show on/off state", iconauthor="idiot9.0"},
  45.     {t="groundlighthor", category="portal elements", description="place anywhere - use to show on/off state", iconauthor="idiot9.0"},
  46.     {t="groundlightupright", category="portal elements", description="place anywhere - use to show on/off state", iconauthor="idiot9.0"},
  47.     {t="groundlightrightdown", category="portal elements", description="place anywhere - use to show on/off state", iconauthor="idiot9.0"},
  48.     {t="groundlightdownleft", category="portal elements", description="place anywhere - use to show on/off state", iconauthor="idiot9.0"},
  49.     {t="groundlightleftup", category="portal elements", description="place anywhere - use to show on/off state", iconauthor="idiot9.0"},
  50.     {t="faithplate", category="portal elements", description="place anywhere - us to show on/off state", iconauthor="idiot9.0"},
  51.     {t=""},
  52.     {t=""},
  53.     {t="laser", category="portal elements", description="place on empty tile - laser pew pew", iconauthor="Pixelworker"},
  54.     {t=""},
  55.     {t=""},
  56.     {t=""},
  57.     {t="laserdetector", category="portal elements", description="place on empty tile - will send signal if laser is detected", output=true, iconauthor="Bribob4"},
  58.     {t=""},
  59.     {t=""},
  60.     {t=""},
  61.     {t="bulletbill", category="smb stuff", description="place on bulletbill launchers - will make the launcher actually launch bulletbills", iconauthor="Mari0Maker"},
  62.     {t="geldispenser", category="portal elements", description="place on empty tile - will produce gel", iconauthor=""},
  63.     {t=""},
  64.     {t=""},
  65.     {t=""},
  66.     {t=""},
  67.     {t=""},
  68.     {t="boxtube", category="portal elements", description="place on empty tile - will drop an object and remove previous one", iconauthor="Mari0Maker"},
  69.     {t="pushbutton", category="portal elements", description="place on empty tile - will send a toggle signal when used", output=true, iconauthor=""},
  70.     {t=""},
  71.     {t=""},
  72.     {t=""},
  73.     {t=""},
  74.     {t=""},
  75.     {t="timer", category="i/o objects", description="place anywhere - will send on signal for a duration", output=true, iconauthor=""},
  76.     {t=""},
  77.     {t=""},
  78.     {t=""},
  79.     {t=""},
  80.     {t="castlefire", category="smb stuff", description="place anywhere - rotating fire stick", iconauthor="Assasin-Kiashi"},
  81.     {t="seesaw", category="smb stuff", description="place on empty tile - see-saw", iconauthor="Firaga"},
  82.     {t="warppipe", category="level markers", description="place on block - warp pipe", iconauthor="TripleXero"},
  83.     {t="squarewave", category="gates", description="place anywhere - sends on signal for x seconds and off signal for y seconds", output=true, iconauthor=""},
  84.     {t="lakitoend", category="level markers", description="place anywhere - defines a right border for lakito", iconauthor=""},
  85.     {t="notgate", category="gates", description="place anywhere - turns in input around", output=true, iconauthor="Pixelworker"},
  86.     {t="gel", category="portal elements", description="place on tile - creates gel on this block", iconauthor=""},
  87.     {t="orgate", category="gates", description="place anywhere - or gate", output=true, iconauthor=""},
  88.     {t="andgate", category="gates", description="place anywhere - off gate", output=true, iconauthor="Turtle95"},
  89.     {t=""},
  90.     {t="firestart", category="level markers", description="place anywhere - fire start - bowser firethings will regularly cross the screen", iconauthor=""},
  91.     {t="bowser", category="level markers", description="place on empty tile preferably on the first block on a bridge with an axe - bowser", iconauthor="renhoek"},
  92.     {t="axe", category="level markers", description="place on empty tile preferably behind a bridge - axe, end of level", iconauthor="alesan99"},
  93.     {t="platformbonus", category="smb stuff", description="place on empty tile - platform in coin worlds", iconauthor=""},
  94.     {t="spring", category="smb stuff", description="place on empty tile - spring", iconauthor="Firaga"},
  95.     {t=""},
  96.     {t="flyingfishstart", category="level markers", description="place anywhere - defines the start of a flying cheep cheep zone", iconauthor=""},
  97.     {t="flyingfishend", category="level markers", description="place anywhere - defines the end of a flying cheep cheep zone", iconauthor=""},
  98.     {t=""},
  99.     {t=""},
  100.     {t=""},
  101.     {t="checkpoint", category="level markers", description="place on empty tile - checkpoint - mario will spawn there if he dies after reaching it", iconauthor="TripleXero"},
  102.     {t="ceilblocker", category="level markers", description="place anywhere - makes it impossible to jump over the top row of blocks", iconauthor=""},
  103.     {t=""},
  104.     {t=""},
  105.     {t=""},
  106.     {t="funnel", category="portal elements", description="place on empty tile - portal excursion funnel", iconauthor=""},
  107.     {t=""},
  108.     {t=""},
  109.     {t=""},
  110.     {t="panel", category="portal elements", description="place on block - will probably be removed anyway. todo!", iconauthor=""},
  111.     {t="textentity", category="i/o objects", description="place anywhere - creates a text in the level, supports input", iconauthor=""},
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement