diff --git a/CHANGELOG.md b/CHANGELOG.md index b519d16..2be2cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. + +## [v0.1.7] - 30/11/2022 + +### Features + +- Update Nefties' descriptions + ## [Unreleased] ## [v0.1.6] - 24/11/2022 diff --git a/ts/package.json b/ts/package.json index f90567c..a9607e4 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@aurory/dnajs", - "version": "0.1.6", + "version": "0.1.7", "repository": { "type": "git", "url": "git+https://github.com/Aurory-Game/dna.git" diff --git a/ts/src/deps/nefties_info.json b/ts/src/deps/nefties_info.json index 19551e1..8498f93 100644 --- a/ts/src/deps/nefties_info.json +++ b/ts/src/deps/nefties_info.json @@ -5,20 +5,20 @@ "Nefty_Dinobit": "Dinobit", "Nefty_ShibaIgnite": "Shiba Ignite", "Nefty_Zzoo": "Zzoo", - "Nefty_Blockchoy": "Blockchoy", - "Nefty_Number9": "Number9", + "Nefty_Blockchoy": "Block Choy", + "Nefty_Number9": "Number 9", "Nefty_Axobubble": "Axobubble", "Nefty_Unika": "Unika" }, "family_to_description": { - "Bitebit": "Don't be lured in by Bitebit's cuddly exterior - those aren't paper hands, they're sharp claws!", - "Dipking": "Dipking's big eyes are bulging with the magical power pent up inside it. Sadly, all that pent up power means that they also have a tendency to explode.", - "Dinobit": "Dinobit is one of the biggest and strongest Nefties around, plowing through enemies with unstoppable force.", - "Shiba": "Shiba Ignite is an inexhaustible go-getter who doesn't think twice before jumping into the heat of the action to defend its allies from any perceived threats.", - "Zzoo": "The territorial Zzoo has got a big beak and a bad attitude. Zzoo protects its territory with quick hit-and-run harassing strikes.", - "Blockchoy": "When a nefty is hurting, they seek out a Blockchoy who are known for their soothing and healing powers.", - "Number9": "TO DO", - "Axobubble": "We never know what’s hiding in Axobubble’s mind. From buffs to help the team, to curses to slow down the enemy, its bubble is full of mischief.", - "Unika": "Don’t be fooled by its delicate appearance, Unika is not an elegant icecream but a fierce striker! " + "Bitebit": "Bitebit may look cuddly, but don't be fooled by its charm - those aren't paper hands... they're DIAMOND CLAWS!", + "Dipking": "Dipking is bursting with personality and magical power, but handle with care - all that pent up energy may have EXPLOSIVE results!", + "Dinobit": "Dinobit is big, strong and tough, but careful of that temper - Make it mad and watch out for a charge that can PLOW THROUGH EVERYTHING in its path!", + "Shiba": "Shiba Ignite is always ready to jump into the heat of battle, but while it may not be the fastest - a helping paw is always there to DEFEND ITS ALLIES.", + "Zzoo": "Zzoo has a big beak and a bad attitude, but if it's on your side, both can be an asset - SWIFT STRIKES make its mean streak your advantage!", + "Blockchoy": "Block Choy may look tasty, but its real gift is far more delicious - a menu of healing powers is standing by to RE-FUEL its allies.", + "Number9": "Number 9 is a solid choice despite appearances, but remember - it has to FLY THROUGH ENEMIES before it can attack them.", + "Axobubble": "Axobubble is a born defender, but its magic is sneaky - buffs, curses and other mischief are sure to bubble up to HELP THE TEAM.", + "Unika": "Unika is cool under pressure, but don't let its delicate appearance confuse you - it's ready with an ICE COLD STRIKE!" } }