cryptopunks 1.1.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db4841328c13e863838826b922663aef0e8e28d3f1b2f551e18e95fc4b8cc81b
4
- data.tar.gz: 0f1d9bb17816c0e7152c3a4fb403927aa5219528fa41931fb9fbcf23303a11e7
3
+ metadata.gz: 40ec7d396eeeca8b4363ac52ca11cd4bb28c6ec9aa88c026e605378af16c8369
4
+ data.tar.gz: a111a3dbbec40626e42f86a295adc00b90979c53081b43ed8d96b30ef5e0bdba
5
5
  SHA512:
6
- metadata.gz: c73e7546c178138a62d8b39b4624a85f638ec18c1268537a0b198cf317b6200272c1506f7d0943f6b45594aa81af2fa7d8b628f67c851cabff854a659f65a190
7
- data.tar.gz: 513e3f4bfd838d7e57f24c6005e6161e1a4eeecdc46c6493deb06234105678c5ce7db70fac44226c948038257d443642f1c542f2de18e4e02a9bc0309642a157
6
+ metadata.gz: 1c0b5c1ac7ffa4d0db4677f8541d1f03c72726b50abfbd2da62ef97c4047f43373f58234b8ad19b4a000c60d70f1881c2aa0719a0a3930a59387a67a6446a796
7
+ data.tar.gz: 8b8e1ab287df0f36543c23491e5727c688672dcc898b02086a4332bc6bcf6f46f8b5cf4ee159ad6ce7d09e344c04f5cd82510b5a7d1d697cd17626bc5914aab6
data/Manifest.txt CHANGED
@@ -4,9 +4,34 @@ README.md
4
4
  Rakefile
5
5
  bin/cryptopunk
6
6
  bin/punk
7
+ config/more/alien-female.txt
8
+ config/more/ape-female.txt
9
+ config/more/demon-female.txt
10
+ config/more/demon-male.txt
11
+ config/more/mummy-female.txt
12
+ config/more/mummy-male.txt
13
+ config/more/orc-female.txt
14
+ config/more/orc-male.txt
15
+ config/more/robot-female.txt
16
+ config/more/robot-male.txt
17
+ config/more/skeleton-female.txt
18
+ config/more/skeleton-male.txt
19
+ config/more/vampire-female.txt
20
+ config/more/vampire-male.txt
21
+ config/more/zombie-female.txt
22
+ config/original/alien-male.txt
23
+ config/original/ape-male.txt
24
+ config/original/human-female.txt
25
+ config/original/human-male.txt
26
+ config/original/zombie-male.txt
27
+ config/spritesheet.csv
28
+ config/spritesheet.png
7
29
  lib/cryptopunks.rb
8
30
  lib/cryptopunks/attributes.rb
31
+ lib/cryptopunks/colors.rb
32
+ lib/cryptopunks/composite.rb
9
33
  lib/cryptopunks/dataset.rb
34
+ lib/cryptopunks/generator.rb
10
35
  lib/cryptopunks/image.rb
11
36
  lib/cryptopunks/structs.rb
12
37
  lib/cryptopunks/version.rb
data/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  cryptopunks - mint your own 24×24 pixel punk images off chain from the True Official Genuine CryptoPunks™ sha256-verified original 10 000 unique character collection; incl. 2x/4x/8x zoom for bigger sizes
4
4
 
5
- * home :: [github.com/rubycoco/blockchain](https://github.com/rubycoco/blockchain)
6
- * bugs :: [github.com/rubycoco/blockchain/issues](https://github.com/rubycoco/blockchain/issues)
5
+ * home :: [github.com/cryptopunksnotdead/cryptopunks](https://github.com/cryptopunksnotdead/cryptopunks)
6
+ * bugs :: [github.com/cryptopunksnotdead/cryptopunks/issues](https://github.com/cryptopunksnotdead/cryptopunks/issues)
7
7
  * gem :: [rubygems.org/gems/cryptopunks](https://rubygems.org/gems/cryptopunks)
8
8
  * rdoc :: [rubydoc.info/gems/cryptopunks](http://rubydoc.info/gems/cryptopunks)
9
9
 
10
10
 
11
11
  New to Crypto Punks?
12
- See the [**Awesome CryptoPunks Bubble (Anno 2021) - Modern 24×24 Pixel Crypto Art on the Blockchain** »](https://github.com/openblockchains/awesome-cryptopunks-bubble)
12
+ See the [**Awesome CryptoPunks Bubble (Anno 2021) - Modern 24×24 Pixel Crypto Art on the Blockchain** »](https://github.com/cryptopunksnotdead/awesome-cryptopunks-bubble)
13
13
 
14
14
 
15
15
  ## Command Line
@@ -27,10 +27,11 @@ Usage: cryptopunk [options] IDs
27
27
  Mint punk characters from composite (./punks.png) - for IDs use 0 to 9999
28
28
 
29
29
  Options:
30
- -z, --zoom=ZOOM Zoom factor x2, x4, x8, etc. (default: 1)
31
- -d, --dir=DIR Output directory (default: .)
32
- -f, --file=FILE True Official Genuine CryptoPunks™ composite image (default: ./punks.png)
33
- -h, --help Prints this help
30
+ -z, --zoom=ZOOM Zoom factor x2, x4, x8, etc. (default: 1)
31
+ -d, --dir=DIR Output directory (default: .)
32
+ -f, --file=FILE True Official Genuine CryptoPunks™ composite image (default: ./punks.png)
33
+ --offset=NUM Start counting at offset (default: 0)
34
+ -h, --help Prints this help
34
35
  ```
35
36
 
36
37
 
@@ -42,7 +43,8 @@ in a single 2400×2400 image (~830 kb) for free.
42
43
  See [`punks.png` »](https://github.com/larvalabs/cryptopunks/blob/master/punks.png)
43
44
 
44
45
 
45
- ![](i/punks-zoom.png)
46
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punks-zoom.png)
47
+
46
48
 
47
49
 
48
50
 
@@ -65,9 +67,9 @@ printing:
65
67
 
66
68
  And voila!
67
69
 
68
- ![](i/punk-0000.png)
69
- ![](i/punk-2890.png)
70
- ![](i/punk-8219.png)
70
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-0000.png)
71
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-2890.png)
72
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-8219.png)
71
73
 
72
74
 
73
75
 
@@ -95,55 +97,139 @@ printing:
95
97
 
96
98
  And voila!
97
99
 
98
- ![](i/punk-0000x2.png)
99
- ![](i/punk-2890x2.png)
100
- ![](i/punk-8219x2.png)
100
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-0000x2.png)
101
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-2890x2.png)
102
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-8219x2.png)
101
103
 
102
104
  And x4:
103
105
 
104
- ![](i/punk-0000x4.png)
105
- ![](i/punk-2890x4.png)
106
- ![](i/punk-8219x4.png)
106
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-0000x4.png)
107
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-2890x4.png)
108
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-8219x4.png)
107
109
 
108
110
 
109
111
  And x8:
110
112
 
111
- ![](i/punk-0000x8.png)
112
- ![](i/punk-2890x8.png)
113
- ![](i/punk-8219x8.png)
113
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-0000x8.png)
114
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-2890x8.png)
115
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-8219x8.png)
114
116
 
115
117
 
116
118
  And so on.
117
119
 
118
120
 
119
- ## Usage in Your Scripts
120
121
 
121
122
 
122
- Yes, you can mint punks in your own scripts.
123
- Example:
123
+ ## 10 000 More Punks - Unauthorized? No Way?!- Fuck the Establishment - Yes, You Can - Do-It-Yourself - Use Your Own Collections
124
+
125
+
126
+ Use the `-f, --file=FILE` option
127
+ to pass along any unauthorized edition.
128
+ Only make sure all punks are lined-up left-to-right, top-to-bottom
129
+ in the 24x24 pixel format in the composite image.
130
+
131
+
132
+ Let's try the 10 000 More Punks series housing punks in
133
+ packs of a hundred each. Let's have a looksie at the first 100
134
+ in the series.
135
+
136
+
137
+ ![](https://github.com/cryptopunksnotdead/awesome-cryptopunks-bubble/raw/master/i/more-punks-1.png)
138
+
139
+
140
+
141
+ Let's mint punk #0, #19, #50, and #89
142
+ and let's add an offset of 10000
143
+ (to start counting at 10000 instead of 0):
144
+
145
+ ```
146
+ $ punk 0 18 40 88 --file ./more-punks-1.png --offset 10000
147
+ ```
148
+
149
+ printing:
150
+
151
+ ```
152
+ ==> reading >./more-punks-1.png<...
153
+ 240x240 (height x width)
154
+ ==> (1/4) minting punk #10000; writing to >./punk-10000.png<...
155
+ ==> (2/4) minting punk #10018; writing to >./punk-10018.png<...
156
+ ==> (3/4) minting punk #10040; writing to >./punk-10040.png<...
157
+ ==> (4/4) minting punk #10040; writing to >./punk-10088.png<...
158
+ ```
159
+
160
+ And voila!
161
+
162
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10000.png)
163
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10018.png)
164
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10040.png)
165
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10088.png)
166
+
167
+
168
+ And 4x:
169
+
170
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10000x4.png)
171
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10018x4.png)
172
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10040x4.png)
173
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10088x4.png)
124
174
 
125
- ``` ruby
126
- require 'cryptopunks'
127
175
 
128
- # step 1: read True Official Genuine CryptoPunks™ composite image
129
- punks = Punks::Image.read( './punks.png' )
130
176
 
131
- # step 2: start minting
132
177
 
133
- punks[0].save( './punk-0000.png' )
134
- punks[2890].save( './punk-2890.png' )
135
- punks[8219].save( './punk-8219.png')
178
+ Let's try the second pack - that is, punks 100 to 199 in the series.
136
179
 
137
- # or change the zoom factor
138
- punks.zoom = 4 # use x4
139
180
 
140
- punks[0].save( './punk-0000x4.png' )
141
- punks[2890].save( './punk-2890x4.png' )
142
- punks[8219].save( './punk-8219x4.png')
181
+ ![](https://github.com/cryptopunksnotdead/awesome-cryptopunks-bubble/raw/master/i/more-punks-2.png)
182
+
183
+
184
+
185
+ Let's mint punk #0, #79, #80, and #90
186
+ and let's add an offset of 10100
187
+ (to start counting at 10000 plus 100 instead of 0):
188
+
143
189
  ```
190
+ $ punk 0 79 80 90 --file ./more-punks-2.png --offset 10100
191
+ ```
192
+
193
+ printing:
194
+
195
+ ```
196
+ ==> reading >./more-punks-2.png<...
197
+ 240x240 (height x width)
198
+ ==> (1/4) minting punk #10100; writing to >./punk-10100.png<...
199
+ ==> (2/4) minting punk #10179; writing to >./punk-10179.png<...
200
+ ==> (3/4) minting punk #10180; writing to >./punk-10180.png<...
201
+ ==> (4/4) minting punk #10190; writing to >./punk-10190.png<...
202
+ ```
203
+
204
+ And voila! Super rare - world's first female alien and much more.
205
+
206
+
207
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10100.png)
208
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10179.png)
209
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10180.png)
210
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10190.png)
211
+
212
+
213
+ And 4x:
214
+
215
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10100x4.png)
216
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10179x4.png)
217
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10180x4.png)
218
+ ![](https://github.com/cryptopunksnotdead/cryptopunks/raw/master/cryptopunks/i/punk-10190x4.png)
219
+
220
+
221
+ And so on.
222
+
223
+
224
+
225
+
226
+ ## Usage in Your Scripts
227
+
144
228
 
145
- and so on. Happy miniting.
146
- That's all for now.
229
+ Yes, you can mint punks in your own scripts
230
+ and much more.
231
+ See the
232
+ [**Programming CryptoPunks & Copypastas Step-by-Step Booklet / Guide »**](https://github.com/cryptopunksnotdead/programming-cryptopunks)
147
233
 
148
234
 
149
235
 
@@ -162,4 +248,4 @@ Use it as you please with no restrictions whatsoever.
162
248
 
163
249
  ## Questions? Comments?
164
250
 
165
- Post them on the [cryptopunk reddit](https://www.reddit.com/r/cryptopunk). Thanks.
251
+ Post them on the [CryptoPunksDev reddit](https://old.reddit.com/r/CryptoPunksDev). Thanks.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ Hoe.spec 'cryptopunks' do
8
8
  self.summary = "cryptopunks - mint your own 24×24 pixel punk images off chain from the True Official Genuine CryptoPunks™ sha256-verified original 10 000 unique character collection; incl. 2x/4x/8x zoom for bigger sizes"
9
9
  self.description = summary
10
10
 
11
- self.urls = { home: 'https://github.com/rubycoco/blockchain' }
11
+ self.urls = { home: 'https://github.com/cryptopunksnotdead/cryptopunks' }
12
12
 
13
13
  self.author = 'Gerald Bauer'
14
14
  self.email = 'wwwmake@googlegroups.com'
@@ -18,8 +18,7 @@ Hoe.spec 'cryptopunks' do
18
18
  self.history_file = 'CHANGELOG.md'
19
19
 
20
20
  self.extra_deps = [
21
- ['crypto-lite'],
22
- ['chunky_png'],
21
+ ['pixelart'],
23
22
  ['csvreader'],
24
23
  ]
25
24
 
@@ -0,0 +1,34 @@
1
+ ###
2
+ # alien (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . . . . . . . . . . . . . . . . .
16
+ . . . . . . . . . . . . . . . . . . . . . . . .
17
+ . . . . . . . . . @ @ @ @ @ @ . . . . . . . . .
18
+ . . . . . . . . @ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
19
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
20
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
21
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
22
+ . . . . . . @ ^ ^ x @ ^ ^ ^ x @ @ . . . . . . .
23
+ . . . . . . @ ^ ^ @ o ^ ^ ^ @ o @ . . . . . . .
24
+ . . . . . . @ @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
25
+ . . . . . . . @ ^ ^ ^ ^ o ^ ^ ^ @ . . . . . . .
26
+ . . . . . . . @ ^ ^ ^ ^ o ^ ^ ^ @ . . . . . . .
27
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
28
+ . . . . . . . @ ^ ^ ^ @ @ @ ^ ^ @ . . . . . . .
29
+ . . . . . . . . @ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
30
+ . . . . . . . . @ ^ @ ^ ^ ^ @ . . . . . . . . .
31
+ . . . . . . . . @ ^ ^ @ @ @ . . . . . . . . . .
32
+ . . . . . . . . @ ^ ^ ^ @ . . . . . . . . . . .
33
+ . . . . . . . . @ ^ ^ ^ @ . . . . . . . . . . .
34
+
@@ -0,0 +1,33 @@
1
+ ###
2
+ # ape (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . . . . . . . . . . . . . . . . .
16
+ . . . . . . . . . . . . . . . . . . . . . . . .
17
+ . . . . . . . . . @ @ @ @ @ @ . . . . . . . . .
18
+ . . . . . . . . @ x x x x x x @ . . . . . . . .
19
+ . . . . . . . @ x x x x x x x x @ . . . . . . .
20
+ . . . . . . . @ x x ^ ^ ^ ^ ^ x @ . . . . . . .
21
+ . . . . . . . @ x ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
22
+ . . . . . . @ x ^ o o ^ ^ ^ o o @ . . . . . . .
23
+ . . . . . . @ x ^ @ ~ ^ ^ ^ @ ~ @ . . . . . . .
24
+ . . . . . . @ @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
25
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
26
+ . . . . . . . @ x ^ ^ @ ^ @ ^ ^ @ . . . . . . .
27
+ . . . . . . . @ x x ^ ^ ^ ^ ^ x @ . . . . . . .
28
+ . . . . . . . @ x ^ ^ @ @ @ ^ ^ @ . . . . . . .
29
+ . . . . . . . . @ x ^ ^ ^ ^ ^ @ . . . . . . . .
30
+ . . . . . . . . @ x @ ^ ^ ^ @ . . . . . . . . .
31
+ . . . . . . . . @ x x @ @ @ . . . . . . . . . .
32
+ . . . . . . . . @ x x x @ . . . . . . . . . . .
33
+ . . . . . . . . @ x x x @ . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # demon (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . @ @ . . . . @ @ . . . . . . . .
16
+ . . . . . . . . @ ^ @ . . @ ^ @ . . . . . . . .
17
+ . . . . . . . . @ ^ @ @ @ @ ^ @ . . . . . . . .
18
+ . . . . . . . . @ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
19
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
20
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
21
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
22
+ . . . . . . @ ^ ^ x x ^ ^ ^ x x @ . . . . . . .
23
+ . . . . . . @ ^ ^ @ o ^ ^ ^ @ o @ . . . . . . .
24
+ . . . . . . @ @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
25
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
26
+ . . . . . . . @ ^ ^ ^ ^ @ ^ ^ ^ @ . . . . . . .
27
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
28
+ . . . . . . . @ ^ ^ ^ @ @ @ ^ ^ @ . . . . . . .
29
+ . . . . . . . . @ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
30
+ . . . . . . . . @ ^ @ ^ ^ ^ @ . . . . . . . . .
31
+ . . . . . . . . @ ^ ^ @ @ @ . . . . . . . . . .
32
+ . . . . . . . . @ ^ ^ ^ @ . . . . . . . . . . .
33
+ . . . . . . . . @ ^ ^ ^ @ . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # demon (male) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . @ @ . . . . . @ @ . . . . . . . .
14
+ . . . . . . . @ ^ @ . . . @ ^ @ . . . . . . . .
15
+ . . . . . . . @ ^ @ @ @ @ @ ^ @ . . . . . . . .
16
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
17
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
18
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
19
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
20
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
21
+ . . . . . . @ ^ ^ x x ^ ^ ^ x x @ . . . . . . .
22
+ . . . . . @ ^ ^ ^ @ o ^ ^ ^ @ o @ . . . . . . .
23
+ . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
24
+ . . . . . @ @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
25
+ . . . . . . @ ^ ^ ^ ^ ^ @ @ ^ ^ @ . . . . . . .
26
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
27
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
28
+ . . . . . . @ ^ ^ ^ ^ @ @ @ ^ ^ @ . . . . . . .
29
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
30
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
31
+ . . . . . . @ ^ ^ ^ @ @ @ @ @ . . . . . . . . .
32
+ . . . . . . @ ^ ^ ^ @ . . . . . . . . . . . . .
33
+ . . . . . . @ ^ ^ ^ @ . . . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # mummy (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . . . . . . . . . . . . . . . . .
16
+ . . . . . . . . . . . . . . . . . . . . . . . .
17
+ . . . . . . . . . @ @ @ @ @ @ . . . . . . . . .
18
+ . . . . . . . . @ o o ~ ~ % % @ . . . . . . . .
19
+ . . . . . . . @ ^ ^ ~ ~ o o o o @ . . . . . . .
20
+ . . . . . . . @ o o o o o ~ % % @ . . . . . . .
21
+ . . . . . . . @ ^ ^ ~ ~ ~ ~ % % @ . . . . . . .
22
+ . . . . . . @ @ ^ x x x x x x x @ . . . . . . .
23
+ . . . . . . @ @ x x * x x x * x @ . . . . . . .
24
+ . . . . . . @ @ x x x x x x x x @ . . . . . . .
25
+ . . . . . . . @ ^ ^ ~ ~ o ~ % % @ . . . . . . .
26
+ . . . . . . . @ o o o o o o o o @ . . . . . . .
27
+ . . . . . . . @ ^ ^ ~ ~ ~ ~ % % @ . . . . . . .
28
+ . . . . . . . @ o o o o o o o o @ . . . . . . .
29
+ . . . . . . . . @ ^ ~ ~ ~ % % @ . . . . . . . .
30
+ . . . . . . . . @ o @ o o o @ . . . . . . . . .
31
+ . . . . . . . . @ ^ ^ @ @ @ . . . . . . . . . .
32
+ . . . . . . . . @ o o o @ . . . . . . . . . . .
33
+ . . . . . . . . @ ^ ^ ~ @ . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # mummy (male) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . @ @ @ @ @ @ @ . . . . . . . . .
16
+ . . . . . . . @ ^ ~ o o o o o @ . . . . . . . .
17
+ . . . . . . @ o o o o ~ ~ % % % @ . . . . . . .
18
+ . . . . . . @ ^ ^ ~ ~ ~ o o o o @ . . . . . . .
19
+ . . . . . . @ @ o o o o o ~ % @ @ . . . . . . .
20
+ . . . . . . @ ^ ^ ~ ~ ~ ~ ~ % % @ . . . . . . .
21
+ . . . . . . @ ^ x x x x x x x x @ . . . . . . .
22
+ . . . . . @ @ x x * x x x x * x @ . . . . . . .
23
+ . . . . . @ @ x x x x x x x x x @ . . . . . . .
24
+ . . . . . @ @ ^ ^ ~ ~ ~ o ~ % % @ . . . . . . .
25
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
26
+ . . . . . . @ ^ ^ ~ ~ ~ ~ ~ % % @ . . . . . . .
27
+ . . . . . . @ o o o o ~ ~ ~ o o @ . . . . . . .
28
+ . . . . . . @ ^ ^ ~ o o o o o % @ . . . . . . .
29
+ . . . . . . @ o o ~ ~ ~ ~ % % % @ . . . . . . .
30
+ . . . . . . @ ^ o o o o o o o @ . . . . . . . .
31
+ . . . . . . @ ^ ^ ~ @ @ @ @ @ . . . . . . . . .
32
+ . . . . . . @ o o o @ . . . . . . . . . . . . .
33
+ . . . . . . @ ^ ^ ~ @ . . . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # orc (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . . . . . . . . . . . . . . . . .
16
+ . . . . . . . . . . . . . . . . . . . . . . . .
17
+ . . . . . . . . . @ @ @ @ @ @ . . . . . . . . .
18
+ . . . . . . . . @ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
19
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
20
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
21
+ . . . . @ @ @ @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
22
+ . . . . . @ ^ ^ x x x x ^ x x x @ . . . . . . .
23
+ . . . . . @ @ ^ ^ @ o ^ ^ ^ @ o @ . . . . . . .
24
+ . . . . . . @ @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
25
+ . . . . . . . @ ^ ^ ^ @ ^ @ ^ ^ @ . . . . . . .
26
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
27
+ . . . . . . . @ ^ ^ ~ ^ ^ ^ ~ ^ @ . . . . . . .
28
+ . . . . . . . @ ^ ^ @ @ @ @ @ ^ @ . . . . . . .
29
+ . . . . . . . . @ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
30
+ . . . . . . . . @ ^ @ ^ ^ ^ @ . . . . . . . . .
31
+ . . . . . . . . @ ^ ^ @ @ @ . . . . . . . . . .
32
+ . . . . . . . . @ ^ ^ ^ @ . . . . . . . . . . .
33
+ . . . . . . . . @ ^ ^ ^ @ . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # orc (male) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . @ @ @ @ @ @ @ . . . . . . . . .
16
+ . . . . . . . @ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
17
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
18
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
19
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
20
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
21
+ . . . @ @ @ @ ^ x x x x ^ x x x @ . . . . . . .
22
+ . . . . @ ^ ^ ^ ^ @ o ^ ^ ^ @ o @ . . . . . . .
23
+ . . . . @ @ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
24
+ . . . . . @ @ ^ ^ ^ ^ @ ^ @ ^ ^ @ . . . . . . .
25
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
26
+ . . . . . . @ ^ ^ ^ ~ ^ ^ ^ ~ ^ @ . . . . . . .
27
+ . . . . . . @ ^ ^ ^ ~ ^ ^ ^ ~ ^ @ . . . . . . .
28
+ . . . . . . @ ^ ^ @ @ @ @ @ @ @ @ . . . . . . .
29
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . .
30
+ . . . . . . @ ^ ^ ^ ^ ^ ^ ^ ^ @ . . . . . . . .
31
+ . . . . . . @ ^ ^ ^ @ @ @ @ @ . . . . . . . . .
32
+ . . . . . . @ ^ ^ ^ @ . . . . . . . . . . . . .
33
+ . . . . . . @ ^ ^ ^ @ . . . . . . . . . . . . .
@@ -0,0 +1,34 @@
1
+ ###
2
+ # robot (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . . . . . . . . . . . . . . . . .
16
+ . . . . . . . . . . . . . . . . . . . . . . . .
17
+ . . . . . . . . . . . . . . . . . . . . . . . .
18
+ . . . . . . . . . @ @ @ @ @ @ . . . . . . . . .
19
+ . . . . . . . . @ o o o o o o @ . . . . . . . .
20
+ . . . . . . . @ o o o o o o o o @ . . . . . . .
21
+ . . . . . . . @ o o o o o o o o @ . . . . . . .
22
+ . . . . . . . @ o o o o o o o o @ . . . . . . .
23
+ . . . . . . @ @ o x @ @ @ @ @ @ @ . . . . . . .
24
+ . . . . . @ @ o o x @ ^ @ @ ^ @ @ . . . . . . .
25
+ . . . . . . @ @ o x @ @ @ @ @ @ @ . . . . . . .
26
+ . . . . . . . @ o x x x x x x x @ . . . . . . .
27
+ . . . . . . . @ o o o o o o o o @ . . . . . . .
28
+ . . . . . . . @ o o x @ x @ x o @ . . . . . . .
29
+ . . . . . . . @ o o @ x @ x @ o @ . . . . . . .
30
+ . . . . . . . . @ o o o o o o @ . . . . . . . .
31
+ . . . . . . . . @ o @ o o o @ . . . . . . . . .
32
+ . . . . . . . . @ o o @ @ @ . . . . . . . . . .
33
+ . . . . . . . . @ o o o @ . . . . . . . . . . .
34
+ . . . . . . . . @ o o o @ . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # robot (male) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . @ @ @ @ @ @ @ . . . . . . . . .
16
+ . . . . . . . @ o o o o o o o @ . . . . . . . .
17
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
18
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
19
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
20
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
21
+ . . . . . . @ o x @ @ @ @ @ @ @ @ . . . . . . .
22
+ . . . . . @ @ o x @ ^ @ @ @ ^ @ @ . . . . . . .
23
+ . . . . @ @ o o x @ @ @ @ @ @ @ @ . . . . . . .
24
+ . . . . . @ @ o x x x x x x x x @ . . . . . . .
25
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
26
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
27
+ . . . . . . @ o o o x @ x @ x o @ . . . . . . .
28
+ . . . . . . @ o o o @ x @ x @ o @ . . . . . . .
29
+ . . . . . . @ o o o o o o o o o @ . . . . . . .
30
+ . . . . . . @ o o o o o o o o @ . . . . . . . .
31
+ . . . . . . @ o o o @ @ @ @ @ . . . . . . . . .
32
+ . . . . . . @ o o o @ . . . . . . . . . . . . .
33
+ . . . . . . @ o o o @ . . . . . . . . . . . . .
@@ -0,0 +1,33 @@
1
+ ###
2
+ # skeleton (female) - basic - zero attributes
3
+ #
4
+ # colors:
5
+ # 0 - transparent
6
+ # 1 - black
7
+ #
8
+ # size: 24x24
9
+
10
+ . . . . . . . . . . . . . . . . . . . . . . . .
11
+ . . . . . . . . . . . . . . . . . . . . . . . .
12
+ . . . . . . . . . . . . . . . . . . . . . . . .
13
+ . . . . . . . . . . . . . . . . . . . . . . . .
14
+ . . . . . . . . . . . . . . . . . . . . . . . .
15
+ . . . . . . . . . . . . . . . . . . . . . . . .
16
+ . . . . . . . . . . . . . . . . . . . . . . . .
17
+ . . . . . . . . . @ @ @ @ @ @ . . . . . . . . .
18
+ . . . . . . . . @ x x x x x x @ . . . . . . . .
19
+ . . . . . . . @ x x x x x x x x @ . . . . . . .
20
+ . . . . . . . @ x x x x x x x x @ . . . . . . .
21
+ . . . . . . . @ x x x x x x x x @ . . . . . . .
22
+ . . . . . . @ x x @ @ x x x @ @ @ . . . . . . .
23
+ . . . . . . @ x x @ @ x x x @ @ @ . . . . . . .
24
+ . . . . . . @ @ x x x x x x x x @ . . . . . . .
25
+ . . . . . . . @ x x x x @ x x x @ . . . . . . .
26
+ . . . . . . . @ x x x x x x x x @ . . . . . . .
27
+ . . . . . . . @ x x @ x @ x @ x @ . . . . . . .
28
+ . . . . . . . @ x x @ @ @ @ @ x @ . . . . . . .
29
+ . . . . . . . . @ x @ x @ x @ @ . . . . . . . .
30
+ . . . . . . . . @ x @ x x x @ . . . . . . . . .
31
+ . . . . . . . . @ x x @ @ @ . . . . . . . . . .
32
+ . . . . . . . . @ x x x @ . . . . . . . . . . .
33
+ . . . . . . . . @ x x x @ . . . . . . . . . . .