diff --git a/data/kData.json b/data/kData.json index c539dc2..8e0cc2e 100644 --- a/data/kData.json +++ b/data/kData.json @@ -358,10 +358,101 @@ "image": "url('../images/k/army.png')", "alt": "Badge from the Canadian Army Flag, a red and gold maple leaf over crossed swords.", "credit": "Coach.nyta, Public domain, via Wikimedia Commons" - } + }, + { + "name": "yaseen", + "attack": + { + "past": "punched", + "present": "punch", + "pastpart": "punched", + "prespart": "punching" + }, + "strength": "honest", + "weakness": "corrupt", + "image": "url('../images/k/yaseen.png')", + "alt": "an incredibly low resolution crop of yaseen's profile which is a bright neon delightful", + "credit": "By reading this post you agree to being an accomplice of the user @yassie_j@0w0.is in crimes committed against The State. This is irrevocable, constant, and cannot be undone." + }, + { + "name": "POTATO", + "attack": + { + "past": "POTATOED", + "present": "POTATO", + "pastpart": "POTATOED", + "prespart": "POTATOING" + }, + "strength": "POTATO", + "weakness": "RESEARCH", + "image": "url('../images/k/POTATO.png')", + "alt": "a POTATO growing some sprouts", + "credit": "ZooFari, Public domain, via Wikimedia Commons" + }, - ] + { + "name": "JSON", + "attack": + { + "past": "injected", + "present": "inject", + "pastpart": "injected", + "prespart": "injecting" + }, + "strength": "self-referential", + "weakness": "commentless", + "image": "url('../images/k/JSON.png')", + "alt": "the JSON-LD logo, three blue nodes in black brackets", + "credit": "https://json-ld.org/ - Website content released under a Creative Commons CC0 Public Domain Dedication except where an alternate is specified., CC0, via Wikimedia Commons" + }, + { + "name": "kittens", + "attack": + { + "past": "ambushed", + "present": "ambush", + "pastpart": "ambushed", + "prespart": "ambushing" + }, + "strength": "evil", + "weakness": "lack of can opening skills", + "image": "url('../images/k/kittens.png')", + "alt": "five orange and calico kittens doing kitten stuff", + "credit": "https://www.publicdomainpictures.net/en/view-image.php?image=161630 George Hodan https://www.publicdomainpictures.net/en/browse-author.php?a=8245" +}, + +{ + "name": "pun", + "attack": + { + "past": "salted", + "present": "salt", + "pastpart": "salted", + "prespart": "salting" + }, + "strength": "punny", + "weakness": "impasta", + "image": "url('../images/k/pun.png')", + "alt": "an image of a Alaskan Klee Kai dog looking super pleased, often used for the meme pun dog", + "credit": "u/lawlissmodia" +}, + +{ + "name": "hard labor", + "attack": + { + "past": "exploited", + "present": "exploit", + "pastpart": "exploited", + "prespart": "exploiting" + }, + "strength": "survival", + "weakness": "undercompensated", + "image": "url('../images/k/hardLabor.png')", + "alt": "a yellow warning sign that warns about rapid movement of workpiece in press brake machine", + "credit": "Author, CC0, via Wikimedia Commons" +} ] } diff --git a/images/k/JSON.png b/images/k/JSON.png new file mode 100644 index 0000000..7afcb95 Binary files /dev/null and b/images/k/JSON.png differ diff --git a/images/k/POTATO.png b/images/k/POTATO.png new file mode 100644 index 0000000..d92b014 Binary files /dev/null and b/images/k/POTATO.png differ diff --git a/images/k/hardLabor.png b/images/k/hardLabor.png new file mode 100644 index 0000000..13ba7dc Binary files /dev/null and b/images/k/hardLabor.png differ diff --git a/images/k/kittens.png b/images/k/kittens.png new file mode 100644 index 0000000..b0dcc07 Binary files /dev/null and b/images/k/kittens.png differ diff --git a/images/k/pun.png b/images/k/pun.png new file mode 100644 index 0000000..2c0a731 Binary files /dev/null and b/images/k/pun.png differ diff --git a/images/k/yaseen.png b/images/k/yaseen.png new file mode 100644 index 0000000..d865ab4 Binary files /dev/null and b/images/k/yaseen.png differ