This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const PNG = require('pngjs-image') | |
const colors = [ | |
{ red: 0, green: 0, blue: 0, alpha: 0 }, | |
{ red: 89, green: 125, blue: 39, alpha: 255 }, | |
{ red: 109, green: 153, blue: 48, alpha: 255 }, | |
{ red: 127, green: 178, blue: 56, alpha: 255 }, | |
{ red: 67, green: 94, blue: 29, alpha: 255 }, | |
{ red: 174, green: 164, blue: 115, alpha: 255 }, | |
{ red: 213, green: 201, blue: 140, alpha: 255 }, | |
{ red: 247, green: 233, blue: 163, alpha: 255 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{a:7,w:1.5},"","","","","","","","","","","",{w:1.5},""], | |
[{w:1.25},"","","","","","",{x:0.5},"","","","","",{w:1.25},""], | |
["","","","","","","","","","","","",""], | |
[{w:1.25},"","","","",{w:2.25},"",{w:2.25},"","","","",{w:1.25},""] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: iso-8859-15 -*- | |
# GIMP script for several stroke-editing functions | |
# (c) plexigras 2016 | |
# | |
# History: | |
# | |
# v0.0: 2016-12-18 Original version by Ofnuts https://sourceforge.net/projects/gimp-tools/files/scripts/ | |
# v0.1: 2016-12-25 Customizations by plexigras |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Farmer", | |
"buys": [ | |
{ | |
"item": "Wheat", | |
"quantity": "18 - 22", | |
"price": "1" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"displayName": "Protection", | |
"name": "protection", | |
"id": 0 | |
}, | |
{ | |
"displayName": "Fire Protection", | |
"name": "fire_protection", | |
"id": 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["container", [ | |
{ | |
"name": "windowId", | |
"type": "i32" | |
}, | |
{ | |
"name": "trades", | |
"type":["array",{ | |
"countType":"i8", | |
"type":["container",[ |