Key
Click here to go directly to the id table
Things in tag | Meaning | Information |
---|---|---|
# | number | number like 0, 1, 2… can be decimal like 0.5 |
§ | string (a text chain) | string don't need quote |
? | unknow value type | |
<entity> | entity id+tag | ex : e1{size:200} |
#[%] | number in %. ( 100 mean 100%) | number in %. 100 mean 100% |
#[m] | number in meter | 1 meter = 1 block |
#[px] | number in px | 16 px = 1 block. Divide a px by 16 and you get meter |
#[tick] | number in tick | The game inside time. The game run by default at 19 tick pers second. This value can be changed later on when pressing P when playing |
#[°] | number in degree ° | |
#[coef] | number. Coefficient | similar to % but 1 mean 100% instead of 100. (rarely used) |
#[px/tick] | number in px/tick |
Things used in this document | Meaning | Authors | ||
---|---|---|---|---|
→ | right | ego-lay_atman-bay | ||
← | left | -TSTD- | ||
↑ | up | |||
↓ | down | |||
? | missing information | |||
↺ | counter-clockwise | |||
↻ | clockwise | |||
Apply on : | Project URL | Scratch User | Forum (Level Code) : | Note |
Super Mario Maker V.6 Beta | https://scratch.mit.edu/projects/218481168/ | by -TSTD- | https://scratch.mit.edu/discuss/topic/298548/ | Some tag are missing but it is mostly complete |
Expanded Super Mario Maker v.6 | https://scratch.mit.edu/projects/424176481/ | by ego-lay_atman-bay | https://scratch.mit.edu/discuss/topic/400334/ | Partially adapted |
Blocks table
ID | Name | Tags | Expanded smmv.6 Tags | Only in Expanded smmv.6 | Tag examples | Info | Author comment |
---|---|---|---|---|---|---|---|
*** | *** | *** | *** | *** | *** | Block Dispawn Range are the same for all block ( to save some clones from the clone limit). Only 15 * 12 blocks are loaded at the same time | |
Comon Block Tag | ( CBT) | {load:<entity>} | 1{load:i1} | ||||
Comon Block Tag | ( CBT) | {entity_load:§} | 1{load:i1}{entity_load:false} | Values : "yes" : the entity is already loaded ( so I won't load the entity twice), "no" (or anything else) : the entity is currently not loaded so it will spawn the entity on the block position | |||
# | Regular Block | *** | *** | *** | *** | *** | *** |
0 | Air | ||||||
1 | Ground | {texture:§} | {texture:1} |
Texture changes what theme the block looks by the specified number. e.g. if the current themeis overworld (1) and if the block has {texture:1} it changes to underground. | |||
{costume:} | {costume:00011111} | go here to get the code for the {costume:} tag | |||||
2 | Brick block | {contain#:<entity>} | {contain1:i1}{contain2:i2}{contain3:i1}... | Contain index start at 1. In ego-lay_atman-bay's remix, put in coin to give mario a coin, not i0. | |||
3 | Flip block | {contain#:<entity>} | {contain1:i1}{contain2:i2}{contain3:i1}... | Super Mario Wold classic brick block version | |||
4 | ?-Block | {contain#:<entity>} | {contain1:i1}{contain2:i2}{contain3:i1}... | ||||
5 | hidden block | {contain#:<entity>} | {contain1:i1}{contain2:i2}{contain3:i1}... | ||||
6 | invisible block | This block is solid, but invisible | |||||
7 | Hit Block | ||||||
8 | Note block | {contain#:<entity>} | {contain1:i1}{contain2:i2}{contain3:i1}... | When the {contain#:} is there, and something hits it, the item will either, drop from the bottom (when hit from the top) or come up from the top (if it's hit from the bottom). | |||
{instrument:#} | {instrument:1} | When you set the instrement tag, and(or) the note tag, it'll play that note with the instrement (piano if none specified) when something hits it. | |||||
{note:#} | {note:60} | ||||||
9 | Spike | {sprite:§} | {sprite:up} | The options for the sprite tag are, "up", "down", "left", and "right". | |||
{costume:<costume>} | {costume:note block 1} | Enter a costume number or name (preferably name) | |||||
10 | Solid block | Not an entity. Fixed on the grid. Can't move or fall. For a solid block that can move on tracks, see entity b7 | |||||
11 | Bridge | {sprite:#} | {sprite:2} | The sprite tag specifies the bridge type, and the numbers range from 1-4 |
|||
12 | |||||||
13 | Cloud | ||||||
14 | Cloud 2 | . | This one is different, you'll see. It have an "Auto tiling" system for sprite | ||||
15 | Green Mushroom Platform | like a semisolid platform | |||||
16 | Yellow Mushroom Platform | like a semisolid platform | |||||
17 | Red Mushroom Platform | like a semisolid platform | |||||
18 | Purple Mushroom Platform | like a semisolid platform, but this one is bouncy | |||||
19 | Mushroom Platform Support | this is just a background block | |||||
20 | Pipe | {color:<color>} | {color:red} | colors include green purple yellow, and red | No warp pipe. You can't enter them.(similar : see the door block id: 29 ) | ||
{texture:} | you can get the value for the texture tag here | ||||||
{costume:} | you can get the value for the texture tag here (it uses the texture tag, but you can use the costume tag if you want) | ||||||
21 / 22 | Bill Blaster & Red bill blaster | {contain:<entity>} | {contain:e2} | The contain tag specifies what shoots out of the blaster, default is e15 (bullet bill) for id 21 (regular blaster) and e16 (red bullet bill) for id 22 (red bill blaster) |
|||
{time:#[tick]} | {time:20} | Blast frequency in tick. Time specifies the amount of tick (frames) it waits between blasts. Default value is 96 ticks | |||||
{delay:#[tick]} | {delay:3} | Delay when shooting. If several bill blaster have the same "delay" value and the same "time" value, then they will blast at the same time. Change this value to desynchronize them. | |||||
{speed_x:#[meter?]} | {speed_x:0.2} | X speed the entity gets when shot out | more on speed_x and fall_y in the entity section | ||||
{fall_y:#[meter?]} | {fall_y:0.4} | Y speed the entity gets when shot out | |||||
23 | Vine | You can climb on this press up or w | |||||
24 | Donut Block | {time_fall:#[tick]} | {time_fall:10} | Falls if you stand on it for a given amount of time | btw, when it falls, it really just dissapears, and spawns an entity (b5{movement:wait}{length:1}{falling:yes}} ) which you can specify using the fall tag |
||
{fall:<entity>} | {fall:b7} | Entity spawned when falling | |||||
25 | Pow | {x-:#[m]} | {x-:10} | Kills all enemies on screen (including muncher) when hit. The x- tag specifies the amount of blocks to the right to kill enemies. |
|||
{x+:#[m]} | {x+:10} | The x+ tag specifies the amount of blocks to the left to kill enemies. | |||||
{y-:#[m]} | {y-:10} | The y- tag specifies the amount of blocks below the pow to kill enemies. | |||||
{y+:#[m]} | {y+:10} | The y+ tag specifies the amount of blocks above the pow to kill enemies. | |||||
26 | Conveyor Belt | {speed:#[meter/tick]} | {speed:0.06} | Conveyor Belt moving speed. Negative : ← positive : →. Default value is -1/16 = -0.0625 (or just 0.06) |
|||
27 | Semi-Solid Platform Top | {texture:#} | {texture:3} | Texture tag values range from 1-14. Each number represent a game style ( castle, forest, underground… ) | |||
28 | Semisolid Platform Background | {texture:#} | {texture:3} | Texture tag values range from 1-14. | |||
29 / 30 /31 | Door & P-Door & Key-Door | {x:#[meter]} | {x:17} | Set Mario's current X position to this number | Press space, Q or E to enter, press Up or W in my remix). You do not need a door at the position the door leads. |
||
{y:#[meter]} | {y:9} | Set Mario's current Y position to this number | you don't need a p-switch activated to enter a P-Door, but that will be added into ego-lay_atman-bay's remix sometime. | ||||
{x+:#[meter]} | {x+:8} | Increase Mario's current X position by that number | You need to have a key to enter a Key-Door | ||||
{y+:#[meter]} | {y+:4} | Increase Mario's current Y position by that number | |||||
{switch:#} | {switch:2} | The switch tag specifies the transition, numbers range from 1-4 |
|||||
{level:#} | {level:2} | Switches to another sub-level. Type in "back" to go back a level. | Sub-levels are only in ego-lay_atman-bay's remix | ||||
32 | Coin | Not an entity. Fixed on the grid. Can't move or fall, turns into i0 when a pow is hit | |||||
33 | |||||||
34 | |||||||
35 | |||||||
36 | |||||||
37 | Fence | You can climb on this. | Press Up or W to climb | ||||
38 | Muncher | Entities can walk on this Yoshi in ego-lay_atman-bay's remix can also walk on this |
|||||
39 | Right one-way wall | YOU SHALL NOT PASS ! | |||||
40 | Left one-way wall | YOU SHALL NOT ADVANCE ! | |||||
41 | Up one-way wall | YOU SHALL NOT FALL ! | |||||
42 | Down one-way wall | YOU SHALL NOT JUMP ! | |||||
43 | Lava/Poison | {type:#} | yes | {type:2} | Only available in ego-lay_atman-bay's remix type 1 is lava, and type 2 is poison |
||
44 | Cannon | {contain:<entity>} | {contain:i1} | The entity that comes out of the cannon | |||
{direction:#[°]} | {direction:90} | The direction the cannon is facing | |||||
{size:#[%]} | {size:200} | Size changes the size of the cannon (does not affect the hitbox) |
|||||
{type:#} | {type:2} | type specifies the type, numbers range from 1-6. type 1 is normal. 2 always points towards mario. 3 rotates with a speed specified by the tag1 tag and shoots. 4 rotates a bit, 5 rotates a number of degrees specified by the tag1 tag after each time it shoots | |||||
{number:#} | {number:4} | the number tag specifies the number of entities that shoot out, the angle_shoot tag specifies the angle they shoot at, default is 45 | |||||
{angle_shoot:#[°]} | {angle_shoot:90} | ||||||
{tag1:#} | {tag1:2} | ||||||
{tag2:#} | {tag2:2} | ||||||
{power:#} | {power:0.3} | The speed the entity gets when shot out | |||||
{color:<color>} | {color:red} | Two values, "red", and "black". Black is normal cannon. Red changes the color of the cannon to red, which also changes the cannonball that gets shot out to red, which moves faster |
|||||
46 | Arrow | {direction:#[°]} | yes | {direction:180} | Only available in my remix | ||
47 | Track | {load:<entity>} | {load:e2} | This is a track, and when an entity is loaded on, the entity moves on it. Don't put the load tag on to not make it load more entities. |
Some of the Common Entity Tag (CET) are related to track | ||
48 | Open Track | {load:<entity>} | {load:e2} | When an entity gets to the end of this track, it falls off and when the entity hits another track, it goes onto that one | The {load:} tag is the most useful with tracks | ||
49 | Propeller Box | Acts like normal ground, but when hit from the bottom, mario gains a propeller box and he can propel upward. |
Use Q, E, or Space (you can also press Z in ego-lay_atman-bay's remix) to use it | ||||
50 | Checkpoint | {powerup:#} | yes | {powerup:2} | Only avalible in ego-lay_atman-bay's remix. When mario activates this, then later dies, he respawns at the last activated checkpoint. If there's the powerup tag, it'll give mario the powerup when mario activates it, go to the powerup section (coming soon) to see what number to put in the tag |
||
51 | Music | {music:#} | yes | {music:3} | Only available in ego-lay_atman-bay's remix. When mario touches it, it changes the music to the specified music, music numbers in the music section. Note: This is invisible when playing | ||
52 | Moving platform | {contain:<entity>} | {contain:b5{x_speed:2}{x_length:10}} | Spawns the entity specified, b5 is the default value see the entity section to find out how to customize the moving platform (b5) |
|||
53 | Burner | {contain:<entity>} | {contain:b4} | Spawns the entity specified, b4 is the default value see the entity section to find out how to customize the burner (b4) |
|||
54 | Red On/Off Switch | yes | When hit, it turns blue dotted line blocks solid, and red blocks non-solid, and vice versa. It also changes the direction of on/off conveyors |
||||
55 | Blue Dotted Line Block | yes | When the on/off switch is off, this is just a non-solid dotted outline of a block, when the on/off switch is on, it's a solid blue block |
||||
56 | Red Dotted Line Block | yes | When the On/Off Switch is On, this is just a non-solid dotted outline of a block, when the On/Off Switch is Off, it's a solid blue block |
||||
57 | Green On/Off Switch | yes | When hit, it turns green Dotted Line Block solid, and yellow blocks non-solid, andvice versa. It also changes the direction of On/Off Conveyors |
||||
58 | Green Dotted Line Block | yes | When the On/Off Switch is Off, this is just a non-solid dotted outline of a block, when the On/Off Switch is on, it's a solid blue block |
||||
59 | Yellow Dotted Line Block | yes | When the On/Off switch is on, this is just a non-solid dotted outline of a block, when the On/Off Switch is Off, it's a solid blue block |
||||
60 | Red On/Off Conveyor | {speed:#[meter/tick]} | yes | {speed:0.125} | Conveyor Belt moving speed. Negative : ← positive : →. Default value is -1/16 = -0.0625 (or just 0.06). When the Red On/Off Switch is on, it moves the direction that is specified in the speed tag, and when the Red On/Off Switch is off, it goes in the opposite direction |
||
61 | Command Block | See the command block section |
yes | See the command block section | Finalllllllyyyyyy! | ||
62 | Green On/Off Conveyor | {speed:#[meter/tick]} | yes | {speed:0.125} | Conveyor Belt moving speed. Negative : ← positive : →. Default value is -1/16 = -0.0625 (or just 0.06). When the Green On/Off Switch is On, it moves the direction that is specified in the speed tag, and when the Green On/Off Switch is Off, it goes in the opposite direction |
||
63 | Timer Block | {time:#[second]} | yes | {time:200} | When mario touches this, it adds the number specified in the time tag to the timer, default value is 100 |
||
64 | Goal | ||||||
65 | Secret Exit | ||||||
66 | |||||||
67 | |||||||
68 | Bush | ||||||
69 | Spinning Spin Block | Yup, this is a seperate block | |||||
70 | Character Block | {costume:#} | yes | {costume:1} | When mario hits this block, mario changes to the costume specified in the costume tag, numbers range from 0-3, 0 is mario, 1 is luigi, 2 is toad, 3 is toadette, 4 is sonic more is coming |
||
71 | Mario Dotted Line Block | yes | When playing as mario, this block is not solid when not playing as mario, it is solid |
||||
72 | Luigi Dotted Line Block | yes | When playing as luigi, this block is not solid when not playing as luigi, it is solid |
||||
73 | Toad Dotted Line Block | yes | When playing as toad, this block is not solid when not playing as toad, it is solid |
||||
74 | Toadette Dotted Line Block | yes | When playing as toadette, this block is not solid when not playing as toadette, it is solid |
||||
75 | Sonic Dotted Line Block | yes | When playing as sonic, this block is not solid when not playing as sonic, it is solid |
||||
76 | Star Door | {x:#[meter]} | yes | {x:17} | Set Mario's current X position to this number | Press space, Q or E to enter, press Up or W in my remix). You do not need a door at the position the door leads. |
|
{y:#[meter]} | yes | {y:9} | Set Mario's current Y position to this number | you don't need a p-switch activated to enter a P-Door, but that will be added into ego-lay_atman-bay's remix sometime. | |||
{x+:#[meter]} | yes | {x+:8} | Increase Mario's current X position by that number | You need to have a key to enter a Key-Door | |||
{y+:#[meter]} | yes | {y+:4} | Increase Mario's current Y position by that number | ||||
{switch:#} | yes | {switch:2} | The switch tag specifies the transition, numbers range from 1-4 |
||||
{level:#} | yes | {level:2} | Switches to another sub-level. Type in "back" to go back a level. | Sub-levels are only in ego-lay_atman-bay's remix | |||
77 | P-Switch Block | When hit, turns on the p-switch | |||||
78 | P-Switch Block off | The off version of the p-switch block. Turns into a p-switch block (on) if the p-switch is off. |