Difference between revisions of "Map"
From King Arthur's Gold Wiki
m (added "up-to-date"-box) |
|||
Line 10: | Line 10: | ||
{| class="wikitableShiny" border="1" | {| class="wikitableShiny" border="1" | ||
! '''RGB Value''' | ! '''RGB Value''' | ||
+ | ! '''HTML code''' | ||
! '''Item/Block Name''' | ! '''Item/Block Name''' | ||
|- | |- | ||
| style="background-color: rgb(165,189,200)" | 165,189,200 | | style="background-color: rgb(165,189,200)" | 165,189,200 | ||
+ | | #a5bdc8 | ||
| Sky | | Sky | ||
|- | |- | ||
| style="background-color: rgb(0,255,255)" | 0,255,255 | | style="background-color: rgb(0,255,255)" | 0,255,255 | ||
+ | | #00ffff | ||
| Blue [[tent]] | | Blue [[tent]] | ||
|- | |- | ||
| style="background-color: rgb(0,235,235)" | 0,235,235 | | style="background-color: rgb(0,235,235)" | 0,235,235 | ||
+ | | #00ebeb | ||
| Blue [[outpost]] | | Blue [[outpost]] | ||
|- | |- | ||
| style="background-color: rgb(26,78,131); color: #fff" | 26,78,131 | | style="background-color: rgb(26,78,131); color: #fff" | 26,78,131 | ||
+ | | #1a4e83 | ||
| Blue [[door]] | | Blue [[door]] | ||
|- | |- | ||
| style="background-color: rgb(50,105,135); color: #fff" | 50,105,135 | | style="background-color: rgb(50,105,135); color: #fff" | 50,105,135 | ||
+ | | #326987 | ||
| Blue [[drawbridge]] | | Blue [[drawbridge]] | ||
|- | |- | ||
| style="background-color: rgb(50,100,115); color: #fff" | 50,100,115 | | style="background-color: rgb(50,100,115); color: #fff" | 50,100,115 | ||
+ | | #326473 | ||
| Blue [[drawbridge]] placed on background [[dirt]] | | Blue [[drawbridge]] placed on background [[dirt]] | ||
|- | |- | ||
| style="background-color: rgb(255,0,0)" | 255,0,0 | | style="background-color: rgb(255,0,0)" | 255,0,0 | ||
+ | | #ff0000 | ||
| Red [[tent]] | | Red [[tent]] | ||
|- | |- | ||
| style="background-color: rgb(235,0,0)" | 235,0,0 | | style="background-color: rgb(235,0,0)" | 235,0,0 | ||
+ | | #eb0000 | ||
| Red[[outpost]] | | Red[[outpost]] | ||
|- | |- |
Revision as of 11:19, 10 November 2011
This page is not up-to-date.
The map is a 2D surface where gameplay takes place.
Map files are PNG files and they are stored in the "Maps"-directory. Every pixel in a map file corresponds to a particular item or block and is drawn in a specific color. Because of this pixel based mapping system, users are able to create a variety of maps using paint applications on their computer.
There also is an ingame mapeditor which enables the user to create maps more easily. To gain access to the mapeditor you have to buy the "Premium edition" of KAG.
RGB Value | HTML code | Item/Block Name |
---|---|---|
165,189,200 | #a5bdc8 | Sky |
0,255,255 | #00ffff | Blue tent |
0,235,235 | #00ebeb | Blue outpost |
26,78,131 | #1a4e83 | Blue door |
50,105,135 | #326987 | Blue drawbridge |
50,100,115 | #326473 | Blue drawbridge placed on background dirt |
255,0,0 | #ff0000 | Red tent |
235,0,0 | #eb0000 | Redoutpost |
148,27,27 | Red door | |
135,105,50 | Red drawbridge | |
115,100,50 | Red drawbridge placed on background dirt | |
132,71,21 | Dirt | |
59,20,6 | Background dirt | |
43,21,9 | Ladder | |
66,36,11 | Ladder placed on background dirt | |
67,47,17 | Ladder placed on wall | |
139,104,73 | Rock | |
66,72,75 | Thick rock | |
45,52,45 | Bedrock | |
100,113,96 | Stone | |
49,52,18 | Wall | |
180,42,17 | Spikes | |
180,97,17 | Spikes placed on background dirt | |
180,42,94 | Spikes placed on wall | |
13,X,34 | Tree (X can be 102, 103, 104, 105, 106, 254) | |
254,165,61 | Gold | |
213,196,9 | Gold bulion (blue team) | |
196,213,9 | Gold bulion (red team) | |
235,100,0 | Catapult | |
200,30,30 | Heart |