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/awk -f | |
# gp.awk: generates a svg rendering of a textual pallete list | |
BEGIN { | |
if(!h) h=1080 | |
if(!w) w=1920 | |
c=0 | |
print "<?xml version=\"1.0\" encoding=\"utf-8\" ?>" | |
printf("<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"%d\" width=\"%d\">\n", h, w) | |
} | |
{ |
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:{ | |
charname:"Zutash Zutashin", | |
playername:"Jan Serps" | |
}, | |
details:{ | |
clarrace:{ | |
class:{ | |
primary:"bard", | |
secondary:"fighter" |