From 6a6ac9d5549631b407e10c5c842eb4467628afa6 Mon Sep 17 00:00:00 2001 From: Ceterai Date: Fri, 8 Nov 2024 02:34:57 +0200 Subject: [PATCH] Update 2.3.4a A patch that makes the new critters actually spawn into the world, and also focuses on rebalancing armor prices and adding an "author" field to the Alta Scanner. It also makes the Security Set fully upgradeable. Main: - armor improvements; - bug fixes. Alta: - Alta Scanner now displays the item/object author, if it was set within the item's config or parameters; - alta armor and clothing now supports Futara's Dragon Pixel Full Bright Shader; - added upgrades to the Security Set. Translation: - moved drone (`_drone`) spawner items from `/items/active/unsorted/alta/spawner/` root to `/items/active/unsorted/alta/spawner/drones/` subdirectory; - moved drone (`_droid`) spawner items from `/items/active/unsorted/alta/spawner/` root to `/items/active/unsorted/alta/spawner/droids/` subdirectory; - added an author-related label to `/items/buildscripts/ct_texts.config:scan.author`; - reworked lines in `/items/armors/alta/tier4/security/helmet/ct_alta_security_helmet.head`; - added lines in: - `/items/armors/alta/tier4/security/chest/ct_alta_security_chest.head`; - `/items/armors/alta/tier4/security/legwear/ct_alta_security_legwear.legs`; - `/items/armors/alta/tier4/security/pack/ct_alta_security_pack.back`. Dev: - further enhancement to the deploy script to add pre-deployment checks and a release message; - updated armor config values to have unified tags and rely on automatical price & rarity assignment; - updated clothing config values to have unified tags and rely on automatical price & rarity assignment. Other: - minor grammar fixes in robohelper spawner items added in the last update; - minor bug fixes. --- .meta/changelog.md | 70 +- .meta/images/logos/logo_pet_ignomes.png | Bin 0 -> 19187 bytes .meta/images/logos/logo_pet_ignomes.psd | Bin 234017 -> 217395 bytes .meta/release/commit.txt | 52 +- .meta/release/info.txt | 18 +- .meta/release/notes.md | 57 +- .meta/scripts/deploy.py | 16 +- .meta/scripts/extract_version.py | 30 +- _metadata | 2 +- .../antorash/ct_alterash_warped.biome | 7 +- .../surface/ct_alterash_enchanted.biome | 4 +- .../alterash/surface/ct_alterash_garden.biome | 8 +- .../alterash/surface/ct_alterash_park.biome | 6 +- .../surface/ct_alterash_riverside.biome | 7 +- .../underground/ct_alterash_flooded.biome | 5 +- .../underground/ct_alterash_yaara.biome | 7 +- .../esetera caves/ct_hevika_tunnels.biome | 2 +- .../esetera depths/ct_alta_lab_debris.biome | 3 +- .../esetera depths/ct_aric.biome | 4 +- .../esetera depths/ct_bishyn_halls.biome | 3 +- .../esetera depths/ct_hevika.biome | 2 +- .../esetera entrance/ct_calin.biome | 2 +- .../ct_crystalline_prime.biome | 3 +- .../esetera entrance/ct_isoslime_plasts.biome | 4 +- .../alterash_prime/esetera/ct_gheatorn.biome | 7 +- .../surface/ct_eds_grounds.biome | 4 +- data/FullDatabase.database.patch | 3 + items/active/unsorted/alta/scanner/gui.config | 12 + items/active/unsorted/alta/scanner/gui.lua | 4 + .../ct_alta_defensive_droid.activeitem | 0 .../{ => droids}/ct_alta_defensive_droid.png | Bin .../ct_alta_spider_droid.activeitem | 0 .../{ => droids}/ct_alta_spider_droid.png | Bin .../ct_alta_stalker_droid.activeitem | 0 .../{ => droids}/ct_alta_stalker_droid.png | Bin .../{ => droids}/ct_eds_droid.activeitem | 0 .../spawner/{ => droids}/ct_eds_droid.png | Bin .../{ => droids}/ct_elite_droid.activeitem | 0 .../spawner/{ => droids}/ct_elite_droid.png | Bin .../{ => droids}/ct_gheatsyn_droid.activeitem | 0 .../{ => droids}/ct_gheatsyn_droid.png | Bin .../alta/spawner/droids/default.animation | 69 + .../alta/spawner/droids/monster_spawn.lua | 116 + .../ct_alta_companion_drone.activeitem | 0 .../{ => drones}/ct_alta_companion_drone.png | Bin .../ct_alta_crystal_drone.activeitem | 0 .../{ => drones}/ct_alta_crystal_drone.png | Bin .../ct_alta_defensive_drone.activeitem | 0 .../{ => drones}/ct_alta_defensive_drone.png | Bin .../ct_alta_engineer_drone.activeitem | 0 .../{ => drones}/ct_alta_engineer_drone.png | Bin .../ct_alta_frigate_drone.activeitem | 0 .../{ => drones}/ct_alta_frigate_drone.png | Bin .../ct_alta_frigate_drone_empty.activeitem | 0 .../ct_alta_frigate_drone_empty.png | Bin .../ct_alta_mini_drone.activeitem | 0 .../{ => drones}/ct_alta_mini_drone.png | Bin .../ct_alta_scout_drone.activeitem | 0 .../{ => drones}/ct_alta_scout_drone.png | Bin .../ct_alta_security_drone.activeitem | 0 .../{ => drones}/ct_alta_security_drone.png | Bin .../ct_alta_sentry_drone.activeitem | 0 .../{ => drones}/ct_alta_sentry_drone.png | Bin .../ct_alta_shield_drone.activeitem | 0 .../{ => drones}/ct_alta_shield_drone.png | Bin .../ct_alta_trans_drone.activeitem | 0 .../{ => drones}/ct_alta_trans_drone.png | Bin .../ct_alta_watcher_drone.activeitem | 0 .../{ => drones}/ct_alta_watcher_drone.png | Bin .../{ => drones}/ct_eds_drone.activeitem | 0 .../spawner/{ => drones}/ct_eds_drone.png | Bin .../{ => drones}/ct_elin_drone.activeitem | 0 .../spawner/{ => drones}/ct_elin_drone.png | Bin .../{ => drones}/ct_elite_drone.activeitem | 0 .../spawner/{ => drones}/ct_elite_drone.png | Bin .../{ => drones}/ct_ionic_drone.activeitem | 0 .../spawner/{ => drones}/ct_ionic_drone.png | Bin .../{ => drones}/ct_lava_drone.activeitem | 0 .../spawner/{ => drones}/ct_lava_drone.png | Bin .../alta/spawner/drones/default.animation | 69 + .../alta/spawner/drones/monster_spawn.lua | 116 + .../spawner/helpers/ct_alta_roomba.activeitem | 2 +- .../spawner/helpers/ct_alta_waiter.activeitem | 4 +- .../helpers/ct_arco_scanner.activeitem | 4 +- .../spawner/helpers/ct_eds_gardis.activeitem | 2 +- .../ct_alta_artist_croptop.chest | 4 +- .../artist_shorts/ct_alta_artist_shorts.legs | 4 +- .../ct_alta_artist_sweater.chest | 4 +- .../light_shirt/ct_alta_light_shirt.chest | 4 +- .../light_skirt/ct_alta_light_skirt.legs | 4 +- .../light_sweater/ct_alta_light_sweater.chest | 4 +- .../ct_alta_official_jacket.chest | 4 +- .../ct_alta_official_skirt.legs | 4 +- .../ct_alta_official_tights.legs | 4 +- .../ct_alta_service_jacket.chest | 4 +- .../service_pants/ct_alta_service_pants.legs | 4 +- .../service_skirt/ct_alta_service_skirt.legs | 4 +- .../social_bottom/ct_alta_social_bottom.legs | 4 +- .../social_top/ct_alta_social_top.chest | 4 +- .../alta/other/backpack/ct_alta_backpack.back | 6 +- .../alta/other/eds_beret/ct_eds_beret.head | 2 +- .../alta/other/eds_visor/ct_eds_visor.head | 2 +- .../energy_mask/ct_alta_energy_mask.head | 6 +- .../halogen_pack/ct_alta_halogen_pack.back | 6 +- .../hologlasses/ct_alta_hologlasses.head | 6 +- .../ct_alta_industrial_collar.head | 6 +- .../oxygen_mask/ct_alta_oxygen_mask.head | 6 +- .../pilot_helmet/ct_alta_pilot_helmet.head | 6 +- .../ct_alta_protective_collar.head | 6 +- .../ct_alta_respiratory_mask.head | 4 +- .../ct_alta_respiratory_mask_colorful.head | 6 +- .../ct_alta_science_ocular.head | 6 +- .../science_pack/ct_alta_science_pack.back | 6 +- .../state_beret/ct_alta_state_beret.head | 6 +- .../alta/other/visor/ct_alta_visor.head | 6 +- .../other/vr_headset/ct_alta_vr_headset.head | 6 +- .../lightwear/ct_alta_scout_lightwear.chest | 49 +- .../tier3/scout/mask/ct_alta_scout_mask.head | 47 +- .../ct_alta_scout_velocity_eaters.legs | 49 +- .../tier4/elin/helmet/ct_elin_helmet.head | 4 +- .../tier4/proto/helmet/ct_protohelmet.head | 43 +- .../ct_alta_security_captain_helmet.head | 40 +- .../chest/ct_alta_security_chest.chest | 54 +- .../ct_alta_security_droid_back.back | 42 +- .../ct_alta_security_droid_head.head | 40 +- .../helmet/ct_alta_security_helmet.head | 55 +- .../ct_alta_security_helmet_mk2.head | 4 +- .../legwear/ct_alta_security_legwear.legs | 59 +- .../security/pack/ct_alta_security_pack.back | 84 +- .../android_head/ct_arco_android_head.head | 40 +- .../alta/tier5/arco/chest/ct_arco_chest.chest | 43 +- .../tier5/arco/helmet/ct_arco_helmet.head | 7 +- .../arco/helmet_mk2/ct_arco_helmet_mk2.head | 4 +- .../tier5/arco/legwear/ct_arco_legwear.legs | 43 +- .../arco/protector/ct_arco_protector.back | 42 +- .../arco/rebreather/ct_arco_rebreather.head | 4 +- .../android_head/ct_combat_android_head.head | 28 +- .../tier5/combat/chest/ct_combat_chest.chest | 30 +- .../tier5/combat/helmet/ct_combat_helmet.head | 28 +- .../combat/legwear/ct_combat_legwear.legs | 28 +- .../tier5/combat/mask/ct_combat_mask.head | 55 +- .../combat/mask_mk2/ct_combat_mask_mk2.head | 52 +- .../eds/android_back/ct_eds_android_back.back | 43 +- .../eds/android_head/ct_eds_android_head.head | 40 +- .../alta/tier5/eds/chest/ct_eds_chest.chest | 4 +- .../alta/tier5/eds/helmet/ct_eds_helmet.head | 66 +- .../eds/helmet_mk2/ct_eds_helmet_mk2.head | 40 +- .../tier5/eds/legwear/ct_eds_legwear.legs | 4 +- .../eds/proto_helmet/ct_eds_proto_helmet.head | 40 +- .../misc/bishyn/helmet/ct_bishyn_helmet.head | 4 +- .../companion/helmet/ct_companion_helmet.head | 31 +- .../helmet/ct_alta_industrial_helmet.head | 43 +- .../misc/sona/helmet/ct_sona_helmet.head | 43 +- .../tier6/alternia/epp/ct_alternia_epp.back | 42 +- .../android_head/ct_ceterai_android_head.head | 40 +- .../ceterai/chest/ct_ceterai_chest.chest | 31 +- .../tier6/ceterai/core/ct_ceterai_core.back | 42 +- .../ceterai/helmet/ct_ceterai_helmet.head | 28 +- .../ceterai/legwear/ct_ceterai_legwear.legs | 31 +- .../mindframe/ct_ceterai_mindframe.head | 30 +- .../tier6/ceternia/epp/ct_ceternia_epp.back | 42 +- .../android_head/ct_dreamer_android_head.head | 42 +- .../dreamer/chest/ct_dreamer_chest.chest | 43 +- .../dreamer/enhancer/ct_dreamer_enhancer.back | 66 +- .../dreamer/helmet/ct_dreamer_helmet.head | 67 +- .../dreamer/legwear/ct_dreamer_legwear.legs | 43 +- .../android_head/ct_elite_android_head.head | 42 +- .../tier6/elite/chest/ct_elite_chest.chest | 66 +- .../elite/generator/ct_elite_generator.back | 42 +- .../tier6/elite/helmet/ct_elite_helmet.head | 43 +- .../tier6/elite/legwear/ct_elite_legwear.legs | 43 +- .../elite/protector/ct_elite_protector.back | 42 +- .../tier6/enternia/epp/ct_enternia_epp.back | 42 +- .../tier6/ghearun/back/ct_ghearun_back.back | 42 +- .../ghearun/chest/ct_ghearun_chest.chest | 43 +- .../ghearun/helmet/ct_ghearun_helmet.head | 43 +- .../ghearun/legwear/ct_ghearun_legwear.legs | 43 +- .../ct_misc_crystal_pillar_hat.head | 5 +- .../ct_misc_deprecation_device.back | 5 +- .../ct_misc_deprecation_horns.head | 5 +- .../trophies/crippit_head/ct_crippit.head | 5 +- .../ct_impulse_bobfae.head | 5 +- items/buildscripts/alta/defaults.config | 33 +- items/buildscripts/ct_mimics/body.chest | 2 +- items/buildscripts/ct_mimics/legs.legs | 6 +- items/buildscripts/ct_texts.config | 1 + .../pets/drone/ct_alta_pet_drone.monstertype | 2 +- ...stertype => ct_gheatsyn_snail.monstertype} | 0 npcs/alta/science/shop.config | 1 - npcs/alta/service/shop.config | 14 +- .../ct_alta_crafting_station.object | 12 +- .../crafting/crafting_station/tier1.config | 2 +- .../crafting/crafting_station/tier2.config | 2 +- .../crafting/crafting_station/tier3.config | 2 +- .../crafting/crafting_station/tier4.config | 2 +- .../crafting/crafting_station/tier5.config | 4 +- .../tier6/custom/armor/ct_animus.recipe | 8 - .../tier6/ct_alta_security_chest_upg.recipe | 10 + .../tier6/ct_alta_security_helmet_upg.recipe | 9 + .../tier6/ct_alta_security_legwear_upg.recipe | 9 + .../tier6/ct_alta_security_pack_upg.recipe | 10 + sipMods/my_enternia.json | 478 +- spawntypes/alta/robotics.spawntypes | 27 + spawntypes/my_enternia/critter.spawntypes | 134 + wardrobe/my_enternia.json | 4614 ++++++++--------- 205 files changed, 4431 insertions(+), 4218 deletions(-) create mode 100644 .meta/images/logos/logo_pet_ignomes.png rename items/active/unsorted/alta/spawner/{ => droids}/ct_alta_defensive_droid.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_alta_defensive_droid.png (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_alta_spider_droid.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_alta_spider_droid.png (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_alta_stalker_droid.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_alta_stalker_droid.png (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_eds_droid.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_eds_droid.png (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_elite_droid.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_elite_droid.png (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_gheatsyn_droid.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => droids}/ct_gheatsyn_droid.png (100%) create mode 100644 items/active/unsorted/alta/spawner/droids/default.animation create mode 100644 items/active/unsorted/alta/spawner/droids/monster_spawn.lua rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_companion_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_companion_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_crystal_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_crystal_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_defensive_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_defensive_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_engineer_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_engineer_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_frigate_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_frigate_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_frigate_drone_empty.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_frigate_drone_empty.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_mini_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_mini_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_scout_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_scout_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_security_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_security_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_sentry_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_sentry_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_shield_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_shield_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_trans_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_trans_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_watcher_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_alta_watcher_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_eds_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_eds_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_elin_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_elin_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_elite_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_elite_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_ionic_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_ionic_drone.png (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_lava_drone.activeitem (100%) rename items/active/unsorted/alta/spawner/{ => drones}/ct_lava_drone.png (100%) create mode 100644 items/active/unsorted/alta/spawner/drones/default.animation create mode 100644 items/active/unsorted/alta/spawner/drones/monster_spawn.lua rename monsters/critter/ct_gheatsyn_snail/{ciclesnailcritter.monstertype => ct_gheatsyn_snail.monstertype} (100%) delete mode 100644 recipes/ct_alta_crafting_station/misc_loot/tier6/custom/armor/ct_animus.recipe create mode 100644 recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_chest_upg.recipe create mode 100644 recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_helmet_upg.recipe create mode 100644 recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_legwear_upg.recipe create mode 100644 recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_pack_upg.recipe create mode 100644 spawntypes/my_enternia/critter.spawntypes diff --git a/.meta/changelog.md b/.meta/changelog.md index b3cd4e6f..ecaf8876 100644 --- a/.meta/changelog.md +++ b/.meta/changelog.md @@ -6,6 +6,7 @@ If you want to see more detailed changes, you can always navigate to the [commit - [Changelog](#changelog) - [Update 2.3 - Alta Cafe \& Monster Buffet](#update-23---alta-cafe--monster-buffet) + - [2.3.4a](#234a) - [2.3.4](#234) - [2.3.3d](#233d) - [2.3.3c](#233c) @@ -58,12 +59,54 @@ If you want to see more detailed changes, you can always navigate to the [commit ## Update 2.3 - Alta Cafe & Monster Buffet +### 2.3.4a + +A patch that makes the new critters actually spawn into the world, and also focuses on rebalancing armor prices and adding an "author" field to the **Alta Scanner**. It also makes the **Security Set** fully upgradeable. + +**Main:** + +- armor improvements; +- bug fixes. + +**Alta:** + +- **Alta Scanner** now displays the item/object author, if it was set within the item's config or parameters; +- alta armor and clothing now supports [Futara's Dragon Pixel Full Bright Shader](https://steamcommunity.com/sharedfiles/filedetails/?id=2422986190); +- added upgrades to the **Security Set**. + +**Translation:** + +- moved drone (`_drone`) spawner items from `/items/active/unsorted/alta/spawner/` root to `/items/active/unsorted/alta/spawner/drones/` subdirectory; +- moved drone (`_droid`) spawner items from `/items/active/unsorted/alta/spawner/` root to `/items/active/unsorted/alta/spawner/droids/` subdirectory; +- added an author-related label to `/items/buildscripts/ct_texts.config:scan.author`; +- reworked lines in `/items/armors/alta/tier4/security/helmet/ct_alta_security_helmet.head`; +- added lines in: + - `/items/armors/alta/tier4/security/chest/ct_alta_security_chest.head`; + - `/items/armors/alta/tier4/security/legwear/ct_alta_security_legwear.legs`; + - `/items/armors/alta/tier4/security/pack/ct_alta_security_pack.back`. + +**Dev:** + +- further enhancement to the deploy script to add pre-deployment checks and a release message; +- updated armor config values to have unified tags and rely on automatical price & rarity assignment; +- updated clothing config values to have unified tags and rely on automatical price & rarity assignment. + +**Other:** + +- minor grammar fixes in robohelper spawner items added in the last update; +- minor bug fixes. + ### 2.3.4 -This mini-patch mostly focuses on bugs and improving the mod's codebase. +An update that finally brings in critters, as well as special alta robotic helpers, like roombas or waiters. It also adds new custom dyes and some clothing alternatives. + +> Detailed changes for this version: [Update 2.3.4](https://github.com/Ceterai/Enternia/commit/e7caf28312c3a197b30972230be7656c3040f487) **Main:** +- added 24 critters; +- added 8 spawner items; +- added 4 dyes; - added proper archiver coats; - bug fixes. @@ -98,13 +141,30 @@ This mini-patch mostly focuses on bugs and improving the mod's codebase. **Critters:** - added 20 critters that can be found throughout the world: - - **Archiver Top**; - - **Archiver Bottom**. + - **Alta Jelly**; + - **Alta Scab**; + - **Ariling**; + - **Baratoad**; + - **Bishyn Tortoise**; + - **Boki**; + - **Calin Snail**; + - **EDS Scab**; + - **Eeriss**; + - **Floater**; + - **Floating Calline**; + - **Gheatsyn Snail**; + - **Isogloop**; + - **Miazmur**; + - **Plasma Nibbler**; + - **Riverside Crab**; + - **Warped Bug**; + - **Warped Spider**; + - **Warped Worm**; + - **Yaafrog**. **Translation:** -- all rarity names were moved to `/items/buildscripts/ct_texts.config`; -- all added dyes, critters, robohelpers and androids. +- all added dyes, critters, robohelpers and android spawner items need to be translated. **Dev:** diff --git a/.meta/images/logos/logo_pet_ignomes.png b/.meta/images/logos/logo_pet_ignomes.png new file mode 100644 index 0000000000000000000000000000000000000000..042035b79e2b016b573a3da98182ad2945be9c15 GIT binary patch literal 19187 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 literal 0 HcmV?d00001 diff --git a/.meta/images/logos/logo_pet_ignomes.psd b/.meta/images/logos/logo_pet_ignomes.psd index 7e58ff443d0bf4a9980c98a1cbd1ef329cf259b4..478d6a636424d21281737fa168a1d8eb9c56cb9f 100644 GIT binary patch literal 217395 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 literal 234017 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" + } + }, + "hidden" : { + "properties" : { + "image" : "" + } + } + } + } + } + } + }, + + "transformationGroups" : { + "weapon" : {} + }, + + "sounds" : { + "throw" : [ "/sfx/projectiles/throw_item_small.ogg" ], + "dead" : [ "/sfx/npc/monsters/pod_dead1.ogg" ] + }, + + "particleEmitters" : { + "energyball" : { + "particles" : [ + { + "particle" : { + "type" : "animated", + "animation" : "/items/active/unsorted/filledcapturepod/energyball.animation", + "size" : 1, + "destructionTime" : 0.3, + "destructionAction" : "shrink", + "position" : [0, 0], + "initialVelocity" : [0, 0], + "finalVelocity" : [0, 0], + "approach" : [0, 0], + "timeToLive" : 0, + "layer" : "front" + } + } + ] + } + } +} diff --git a/items/active/unsorted/alta/spawner/droids/monster_spawn.lua b/items/active/unsorted/alta/spawner/droids/monster_spawn.lua new file mode 100644 index 00000000..8e27939e --- /dev/null +++ b/items/active/unsorted/alta/spawner/droids/monster_spawn.lua @@ -0,0 +1,116 @@ +---@diagnostic disable: lowercase-global, undefined-global +require "/scripts/vec2.lua" +require "/scripts/util.lua" +require "/scripts/activeitem/stances.lua" + +function init() + initStances() + + -- local pets = config.getParameter("pets") + -- self.pet = pets[math.random(#pets)] + self.pet = config.getParameter("pet") + self.level = config.getParameter("level", 6) + self.returns = config.getParameter("returns", false) + self.projectileId = nil + self.returnProjectileId = nil + setStance("idle") +end + +function update(dt, fireMode, shiftHeld) + checkProjectiles() + + updateStance(dt) + + if fireMode ~= "primary" then + self.fired = false + end + + if self.stanceName == "idle" then + if fireMode == "primary" and not self.fired then + self.fired = true + setStance("windup") + end + end + + updateAim() + + if self.stanceName == "throw" then + if not self.projectileId and not self.returnProjectileId then + consumePod() + setStance("idle") + end + end +end + +function consumePod() + local entityId = activeItem.ownerEntityId() + if player then + local itm = item.descriptor() + if config.getParameter('ammoUsage') then itm.count = config.getParameter('ammoUsage') end + player.consumeItem(itm, true, true) + else + world.callScriptedEntity(entityId, "setItemSlotDelayed", activeItem.hand()) + end +end + +function showEnergyBall() + animator.burstParticleEmitter("energyball") +end + +function checkProjectiles() + if self.projectileId then + if not world.entityExists(self.projectileId) then + self.projectileId = nil + showEnergyBall() + elseif self.returns and world.callScriptedEntity(self.projectileId, "released") then + self.returnProjectileId = self.projectileId + self.projectileId = nil + end + elseif self.returnProjectileId then + if not world.entityExists(self.returnProjectileId) then + self.returnProjectileId = nil + end + end +end + +function fire() + if self.pet and not self.projectileId and not self.returnProjectileId then + throwProjectile() + setStance("throw") + end +end + +function monsterLevel() + local entityId = activeItem.ownerEntityId() + if world.entityType(entityId) == "npc" then + return world.callScriptedEntity(entityId, "npc.level") or self.level + end + return self.level +end + +function throwProjectile() + local position = firePosition() + local params = config.getParameter("projectileParameters", {}) + + params.monster = { + type = self.pet, + species = config.getParameter("petSpecies", nil), + damageTeam = config.getParameter("damageTeam"), + level = monsterLevel(), + aggressive = true, + params = config.getParameter("baseParameters", {}) + } + params.returns = self.returns + params.ownerAimPosition = activeItem.ownerAimPosition() + if self.aimDirection < 0 then params.processing = "?flipx" end + + self.projectileId = world.spawnProjectile( + config.getParameter("projectileType", "ct_monster_spawner"), + position, + activeItem.ownerEntityId(), + aimVector(), + false, + params + ) + animator.playSound("throw") +end diff --git a/items/active/unsorted/alta/spawner/ct_alta_companion_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_companion_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_companion_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_companion_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_companion_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_companion_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_companion_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_companion_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_crystal_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_crystal_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_crystal_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_crystal_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_crystal_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_crystal_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_crystal_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_crystal_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_defensive_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_defensive_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_defensive_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_defensive_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_defensive_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_defensive_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_defensive_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_defensive_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_engineer_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_engineer_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_engineer_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_engineer_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_engineer_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_engineer_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_engineer_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_engineer_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_frigate_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_frigate_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_frigate_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_frigate_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_frigate_drone_empty.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone_empty.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_frigate_drone_empty.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone_empty.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_frigate_drone_empty.png b/items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone_empty.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_frigate_drone_empty.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_frigate_drone_empty.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_mini_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_mini_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_mini_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_mini_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_mini_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_mini_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_mini_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_mini_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_scout_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_scout_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_scout_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_scout_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_security_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_security_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_security_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_security_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_security_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_security_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_security_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_security_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_sentry_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_sentry_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_sentry_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_sentry_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_sentry_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_sentry_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_sentry_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_sentry_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_shield_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_shield_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_shield_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_shield_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_shield_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_shield_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_shield_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_shield_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_trans_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_trans_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_trans_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_trans_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_trans_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_trans_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_trans_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_trans_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_alta_watcher_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_alta_watcher_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_watcher_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_alta_watcher_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_alta_watcher_drone.png b/items/active/unsorted/alta/spawner/drones/ct_alta_watcher_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_alta_watcher_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_alta_watcher_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_eds_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_eds_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_eds_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_eds_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_eds_drone.png b/items/active/unsorted/alta/spawner/drones/ct_eds_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_eds_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_eds_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_elin_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_elin_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_elin_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_elin_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_elin_drone.png b/items/active/unsorted/alta/spawner/drones/ct_elin_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_elin_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_elin_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_elite_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_elite_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_elite_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_elite_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_elite_drone.png b/items/active/unsorted/alta/spawner/drones/ct_elite_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_elite_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_elite_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_ionic_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_ionic_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_ionic_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_ionic_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_ionic_drone.png b/items/active/unsorted/alta/spawner/drones/ct_ionic_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_ionic_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_ionic_drone.png diff --git a/items/active/unsorted/alta/spawner/ct_lava_drone.activeitem b/items/active/unsorted/alta/spawner/drones/ct_lava_drone.activeitem similarity index 100% rename from items/active/unsorted/alta/spawner/ct_lava_drone.activeitem rename to items/active/unsorted/alta/spawner/drones/ct_lava_drone.activeitem diff --git a/items/active/unsorted/alta/spawner/ct_lava_drone.png b/items/active/unsorted/alta/spawner/drones/ct_lava_drone.png similarity index 100% rename from items/active/unsorted/alta/spawner/ct_lava_drone.png rename to items/active/unsorted/alta/spawner/drones/ct_lava_drone.png diff --git a/items/active/unsorted/alta/spawner/drones/default.animation b/items/active/unsorted/alta/spawner/drones/default.animation new file mode 100644 index 00000000..ab3070ef --- /dev/null +++ b/items/active/unsorted/alta/spawner/drones/default.animation @@ -0,0 +1,69 @@ +{ + "animatedParts" : { + "stateTypes" : { + "weapon" : { + "default" : "visible", + "states" : { + "visible" : {}, + "hidden" : {} + } + } + }, + + "parts" : { + "item" : { + "properties" : { + "zLevel" : 0, + "centered" : true, + "transformationGroups" : [ "weapon" ] + }, + + "partStates" : { + "weapon" : { + "visible" : { + "properties" : { + "image" : "?replace=000000=ffffff00" + } + }, + "hidden" : { + "properties" : { + "image" : "" + } + } + } + } + } + } + }, + + "transformationGroups" : { + "weapon" : {} + }, + + "sounds" : { + "throw" : [ "/sfx/projectiles/throw_item_small.ogg" ], + "dead" : [ "/sfx/npc/monsters/pod_dead1.ogg" ] + }, + + "particleEmitters" : { + "energyball" : { + "particles" : [ + { + "particle" : { + "type" : "animated", + "animation" : "/items/active/unsorted/filledcapturepod/energyball.animation", + "size" : 1, + "destructionTime" : 0.3, + "destructionAction" : "shrink", + "position" : [0, 0], + "initialVelocity" : [0, 0], + "finalVelocity" : [0, 0], + "approach" : [0, 0], + "timeToLive" : 0, + "layer" : "front" + } + } + ] + } + } +} diff --git a/items/active/unsorted/alta/spawner/drones/monster_spawn.lua b/items/active/unsorted/alta/spawner/drones/monster_spawn.lua new file mode 100644 index 00000000..8e27939e --- /dev/null +++ b/items/active/unsorted/alta/spawner/drones/monster_spawn.lua @@ -0,0 +1,116 @@ +---@diagnostic disable: lowercase-global, undefined-global +require "/scripts/vec2.lua" +require "/scripts/util.lua" +require "/scripts/activeitem/stances.lua" + +function init() + initStances() + + -- local pets = config.getParameter("pets") + -- self.pet = pets[math.random(#pets)] + self.pet = config.getParameter("pet") + self.level = config.getParameter("level", 6) + self.returns = config.getParameter("returns", false) + self.projectileId = nil + self.returnProjectileId = nil + setStance("idle") +end + +function update(dt, fireMode, shiftHeld) + checkProjectiles() + + updateStance(dt) + + if fireMode ~= "primary" then + self.fired = false + end + + if self.stanceName == "idle" then + if fireMode == "primary" and not self.fired then + self.fired = true + setStance("windup") + end + end + + updateAim() + + if self.stanceName == "throw" then + if not self.projectileId and not self.returnProjectileId then + consumePod() + setStance("idle") + end + end +end + +function consumePod() + local entityId = activeItem.ownerEntityId() + if player then + local itm = item.descriptor() + if config.getParameter('ammoUsage') then itm.count = config.getParameter('ammoUsage') end + player.consumeItem(itm, true, true) + else + world.callScriptedEntity(entityId, "setItemSlotDelayed", activeItem.hand()) + end +end + +function showEnergyBall() + animator.burstParticleEmitter("energyball") +end + +function checkProjectiles() + if self.projectileId then + if not world.entityExists(self.projectileId) then + self.projectileId = nil + showEnergyBall() + elseif self.returns and world.callScriptedEntity(self.projectileId, "released") then + self.returnProjectileId = self.projectileId + self.projectileId = nil + end + elseif self.returnProjectileId then + if not world.entityExists(self.returnProjectileId) then + self.returnProjectileId = nil + end + end +end + +function fire() + if self.pet and not self.projectileId and not self.returnProjectileId then + throwProjectile() + setStance("throw") + end +end + +function monsterLevel() + local entityId = activeItem.ownerEntityId() + if world.entityType(entityId) == "npc" then + return world.callScriptedEntity(entityId, "npc.level") or self.level + end + return self.level +end + +function throwProjectile() + local position = firePosition() + local params = config.getParameter("projectileParameters", {}) + + params.monster = { + type = self.pet, + species = config.getParameter("petSpecies", nil), + damageTeam = config.getParameter("damageTeam"), + level = monsterLevel(), + aggressive = true, + params = config.getParameter("baseParameters", {}) + } + params.returns = self.returns + params.ownerAimPosition = activeItem.ownerAimPosition() + if self.aimDirection < 0 then params.processing = "?flipx" end + + self.projectileId = world.spawnProjectile( + config.getParameter("projectileType", "ct_monster_spawner"), + position, + activeItem.ownerEntityId(), + aimVector(), + false, + params + ) + animator.playSound("throw") +end diff --git a/items/active/unsorted/alta/spawner/helpers/ct_alta_roomba.activeitem b/items/active/unsorted/alta/spawner/helpers/ct_alta_roomba.activeitem index 18293971..da582e46 100644 --- a/items/active/unsorted/alta/spawner/helpers/ct_alta_roomba.activeitem +++ b/items/active/unsorted/alta/spawner/helpers/ct_alta_roomba.activeitem @@ -7,7 +7,7 @@ "primaryAbility" : { "name" : "Friendly Helper", - "description" : "This small robotic helper was designed to help altals in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." + "description" : "This small robotic helper was designed to help altas in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." }, "passiveAbility" : { diff --git a/items/active/unsorted/alta/spawner/helpers/ct_alta_waiter.activeitem b/items/active/unsorted/alta/spawner/helpers/ct_alta_waiter.activeitem index 69d23c89..ca07638d 100644 --- a/items/active/unsorted/alta/spawner/helpers/ct_alta_waiter.activeitem +++ b/items/active/unsorted/alta/spawner/helpers/ct_alta_waiter.activeitem @@ -2,12 +2,12 @@ "itemName" : "ct_alta_waiter", "shortdescription" : "Waiter", "description" : "Can be used to deploy a persistent alta waiter droid.", - "longdescription" : "Alta waiters are simple small table-shaped robots, used in many alta restaurants and parks to asist alta servers.", + "longdescription" : "Alta waiters are simple small table-shaped robots, used in many alta restaurants and parks to assist alta servers.", "altaDescription" : "Ooh, I want this one to bring me some cold tea!", "primaryAbility" : { "name" : "Friendly Helper", - "description" : "This small robotic helper was designed to help altals in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." + "description" : "This small robotic helper was designed to help altas in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." }, "passiveAbility" : { diff --git a/items/active/unsorted/alta/spawner/helpers/ct_arco_scanner.activeitem b/items/active/unsorted/alta/spawner/helpers/ct_arco_scanner.activeitem index 5609f31a..418d0411 100644 --- a/items/active/unsorted/alta/spawner/helpers/ct_arco_scanner.activeitem +++ b/items/active/unsorted/alta/spawner/helpers/ct_arco_scanner.activeitem @@ -2,12 +2,12 @@ "itemName" : "ct_arco_scanner", "shortdescription" : "Enviroscanner", "description" : "Can be used to deploy a persistent A.R.C.O. scanner droid.", - "longdescription" : "Enviroscanners are important pieces of techonology that can analyze biosignals in certain range and identify them through layers of materials.", + "longdescription" : "Enviroscanners are important pieces of technology that can analyze biosignals in certain range and identify them through layers of materials.", "altaDescription" : "Who's a smart searchy boy? You are!~", "primaryAbility" : { "name" : "Friendly Helper", - "description" : "This small robotic helper was designed to help altals in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." + "description" : "This small robotic helper was designed to help altas in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." }, "passiveAbility" : { diff --git a/items/active/unsorted/alta/spawner/helpers/ct_eds_gardis.activeitem b/items/active/unsorted/alta/spawner/helpers/ct_eds_gardis.activeitem index 263ee7ba..49be2535 100644 --- a/items/active/unsorted/alta/spawner/helpers/ct_eds_gardis.activeitem +++ b/items/active/unsorted/alta/spawner/helpers/ct_eds_gardis.activeitem @@ -7,7 +7,7 @@ "primaryAbility" : { "name" : "Friendly Helper", - "description" : "This small robotic helper was designed to help altals in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." + "description" : "This small robotic helper was designed to help altas in their daily work, and thus isn't a threat. \nCan be relocated with a Relocator." }, "passiveAbility" : { diff --git a/items/armors/alta/clothing/artist_croptop/ct_alta_artist_croptop.chest b/items/armors/alta/clothing/artist_croptop/ct_alta_artist_croptop.chest index a7de73a6..1507c15b 100644 --- a/items/armors/alta/clothing/artist_croptop/ct_alta_artist_croptop.chest +++ b/items/armors/alta/clothing/artist_croptop/ct_alta_artist_croptop.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_artist_croptop", "shortdescription" : "Artistic Crop-Top", "description" : "A perfect wear for ^#b0e0fc;altas^reset; who love to express themselves.\n\nCreated by Perizhad alta designers with comfort in mind.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/clothing/artist_shorts/ct_alta_artist_shorts.legs b/items/armors/alta/clothing/artist_shorts/ct_alta_artist_shorts.legs index 542ea90c..dc304beb 100644 --- a/items/armors/alta/clothing/artist_shorts/ct_alta_artist_shorts.legs +++ b/items/armors/alta/clothing/artist_shorts/ct_alta_artist_shorts.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_artist_shorts", "shortdescription" : "Artistic Shorts", "description" : "A small pair of shorts that helps you feel free and alive.", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/artist_sweater/ct_alta_artist_sweater.chest b/items/armors/alta/clothing/artist_sweater/ct_alta_artist_sweater.chest index 54360c41..a30c721a 100644 --- a/items/armors/alta/clothing/artist_sweater/ct_alta_artist_sweater.chest +++ b/items/armors/alta/clothing/artist_sweater/ct_alta_artist_sweater.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_artist_sweater", "shortdescription" : "Artistic Sweater", "description" : "A stricking yet elegant shoulderless sweater for people of self-expression. Boosts your creativity stat by 20.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/clothing/light_shirt/ct_alta_light_shirt.chest b/items/armors/alta/clothing/light_shirt/ct_alta_light_shirt.chest index ae8067e3..bee6228e 100644 --- a/items/armors/alta/clothing/light_shirt/ct_alta_light_shirt.chest +++ b/items/armors/alta/clothing/light_shirt/ct_alta_light_shirt.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_light_shirt", "shortdescription" : "Light Shirt", "description" : "A simple casual shirt worn by many altas. It smells of home and peace.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/clothing/light_skirt/ct_alta_light_skirt.legs b/items/armors/alta/clothing/light_skirt/ct_alta_light_skirt.legs index 7239594a..bfccafc2 100644 --- a/items/armors/alta/clothing/light_skirt/ct_alta_light_skirt.legs +++ b/items/armors/alta/clothing/light_skirt/ct_alta_light_skirt.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_light_skirt", "shortdescription" : "Light Skirt", "description" : "A basic casual skirt worn by many altas. Nice and simple.", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/light_sweater/ct_alta_light_sweater.chest b/items/armors/alta/clothing/light_sweater/ct_alta_light_sweater.chest index 5f90d09a..7cce29ba 100644 --- a/items/armors/alta/clothing/light_sweater/ct_alta_light_sweater.chest +++ b/items/armors/alta/clothing/light_sweater/ct_alta_light_sweater.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_light_sweater", "shortdescription" : "Light Sweater Vest", "description" : "A cozy goodness that will make any ^#b0e0fc;alta^reset; feel at home.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/clothing/official_jacket/ct_alta_official_jacket.chest b/items/armors/alta/clothing/official_jacket/ct_alta_official_jacket.chest index b86a6283..0f172d06 100644 --- a/items/armors/alta/clothing/official_jacket/ct_alta_official_jacket.chest +++ b/items/armors/alta/clothing/official_jacket/ct_alta_official_jacket.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_official_jacket", "shortdescription" : "Official Jacket", "description" : "A top often used by ^#b0e0fc;alta^reset; representatives and officials. A choice of taking responsibility.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/clothing/official_skirt/ct_alta_official_skirt.legs b/items/armors/alta/clothing/official_skirt/ct_alta_official_skirt.legs index d6a43739..c9ae4994 100644 --- a/items/armors/alta/clothing/official_skirt/ct_alta_official_skirt.legs +++ b/items/armors/alta/clothing/official_skirt/ct_alta_official_skirt.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_official_skirt", "shortdescription" : "Official Skirt", "description" : "A tidy layered skirt. A symbol of responsibility.", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/official_tights/ct_alta_official_tights.legs b/items/armors/alta/clothing/official_tights/ct_alta_official_tights.legs index 5926bf8e..e86a6225 100644 --- a/items/armors/alta/clothing/official_tights/ct_alta_official_tights.legs +++ b/items/armors/alta/clothing/official_tights/ct_alta_official_tights.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_official_tights", "shortdescription" : "Official Tights", "description" : "A pair of tidy dark tights with sharp footwear. Light yet very official.", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/service_jacket/ct_alta_service_jacket.chest b/items/armors/alta/clothing/service_jacket/ct_alta_service_jacket.chest index 069b9d0c..a1daeb8c 100644 --- a/items/armors/alta/clothing/service_jacket/ct_alta_service_jacket.chest +++ b/items/armors/alta/clothing/service_jacket/ct_alta_service_jacket.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_service_jacket", "shortdescription" : "Service Jacket", "description" : "A typical jacket worn by ^#b0e0fc;alta^reset; servicers of different establishments.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/clothing/service_pants/ct_alta_service_pants.legs b/items/armors/alta/clothing/service_pants/ct_alta_service_pants.legs index 9210dbcd..bcc1cb5e 100644 --- a/items/armors/alta/clothing/service_pants/ct_alta_service_pants.legs +++ b/items/armors/alta/clothing/service_pants/ct_alta_service_pants.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_service_pants", "shortdescription" : "Service Pants", "description" : "A bottom issue for ^#b0e0fc;alta^reset; servicers who prefer trousers over skirts.", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/service_skirt/ct_alta_service_skirt.legs b/items/armors/alta/clothing/service_skirt/ct_alta_service_skirt.legs index 7418aba5..e0c212e4 100644 --- a/items/armors/alta/clothing/service_skirt/ct_alta_service_skirt.legs +++ b/items/armors/alta/clothing/service_skirt/ct_alta_service_skirt.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_service_skirt", "shortdescription" : "Service Skirt", "description" : "A bottom issue for ^#b0e0fc;alta^reset; servicers who prefer skirts over trousers.", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/social_bottom/ct_alta_social_bottom.legs b/items/armors/alta/clothing/social_bottom/ct_alta_social_bottom.legs index 28a46e1b..ebe36c5b 100644 --- a/items/armors/alta/clothing/social_bottom/ct_alta_social_bottom.legs +++ b/items/armors/alta/clothing/social_bottom/ct_alta_social_bottom.legs @@ -2,9 +2,9 @@ "itemName" : "ct_alta_social_bottom", "shortdescription" : "Social Worker Bottom", "description" : "Shorts yet sturdy for safety and ease of movement!", - "level" : 1, "price" : 35, "rarity" : "Common", "race" : "alta", - "category" : "legwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "legwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/clothing/social_top/ct_alta_social_top.chest b/items/armors/alta/clothing/social_top/ct_alta_social_top.chest index edb8f8de..1d808476 100644 --- a/items/armors/alta/clothing/social_top/ct_alta_social_top.chest +++ b/items/armors/alta/clothing/social_top/ct_alta_social_top.chest @@ -2,9 +2,9 @@ "itemName" : "ct_alta_social_top", "shortdescription" : "Social Worker Top", "description" : "A top usually worn by the most altruistic ^#b0e0fc;altas^reset;.", - "level" : 1, "price" : 75, "rarity" : "Common", "race" : "alta", - "category" : "chestwear", "maxStack" : 1, "tooltipKind" : "ct_alta_effects", + "race" : "alta", + "category" : "chestwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, diff --git a/items/armors/alta/other/backpack/ct_alta_backpack.back b/items/armors/alta/other/backpack/ct_alta_backpack.back index dfdd05e2..3ab62312 100644 --- a/items/armors/alta/other/backpack/ct_alta_backpack.back +++ b/items/armors/alta/other/backpack/ct_alta_backpack.back @@ -3,9 +3,9 @@ "shortdescription" : "Tidy Backpack", "description" : "A carefully packed backpack. You can wear it and feel a sense of meaning behind your back.", - "level" : 3, "price" : 240, "rarity" : "Uncommon", - "category" : "backwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 2, "race" : "alta", + "itemTags" : [ "tier2clothing" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", diff --git a/items/armors/alta/other/eds_beret/ct_eds_beret.head b/items/armors/alta/other/eds_beret/ct_eds_beret.head index 0a70e898..ddebf306 100644 --- a/items/armors/alta/other/eds_beret/ct_eds_beret.head +++ b/items/armors/alta/other/eds_beret/ct_eds_beret.head @@ -3,7 +3,7 @@ "shortdescription" : "^#f02020;EDS^reset; Duty Beret", "description" : "Decorative on-duty ^#b0e0fc;alta^reset; ^#f02020;EDS^reset; headwear.", - "level" : 5, "race" : "alta", + "level" : 3, "race" : "alta", "itemTags" : [ "tier5clothing", "eds", "patriotic" ], "category" : "headwear", "tooltipKind" : "ct_alta_effects", diff --git a/items/armors/alta/other/eds_visor/ct_eds_visor.head b/items/armors/alta/other/eds_visor/ct_eds_visor.head index 5b8c5cef..aad2deb6 100644 --- a/items/armors/alta/other/eds_visor/ct_eds_visor.head +++ b/items/armors/alta/other/eds_visor/ct_eds_visor.head @@ -3,7 +3,7 @@ "shortdescription" : "^#f02020;EDS^reset; Visor", "description" : "An advanced visor upgrade for ^#f02020;EDS^reset; units.", - "level" : 5, "price" : 360, "race" : "alta", + "level" : 4, "race" : "alta", "itemTags" : [ "tier5clothing", "eds" ], "category" : "headwear", "tooltipKind" : "ct_alta_effects", diff --git a/items/armors/alta/other/energy_mask/ct_alta_energy_mask.head b/items/armors/alta/other/energy_mask/ct_alta_energy_mask.head index e5767090..690c89ad 100644 --- a/items/armors/alta/other/energy_mask/ct_alta_energy_mask.head +++ b/items/armors/alta/other/energy_mask/ct_alta_energy_mask.head @@ -3,9 +3,9 @@ "shortdescription" : "Energy Mask", "description" : "Developed by Tserera, this device provides visual analysis right to your eyes!", - "level" : 6, "price" : 320, "rarity" : "Legendary", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6clothing" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/halogen_pack/ct_alta_halogen_pack.back b/items/armors/alta/other/halogen_pack/ct_alta_halogen_pack.back index 7d7a71f2..bcde494e 100644 --- a/items/armors/alta/other/halogen_pack/ct_alta_halogen_pack.back +++ b/items/armors/alta/other/halogen_pack/ct_alta_halogen_pack.back @@ -3,9 +3,9 @@ "shortdescription" : "Altered Halogen Pack", "description" : "A backpack with an attached halogen light. It's very bright!", - "level" : 6, "price" : 320, "rarity" : "Legendary", - "category" : "backwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6clothing", "science" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", diff --git a/items/armors/alta/other/hologlasses/ct_alta_hologlasses.head b/items/armors/alta/other/hologlasses/ct_alta_hologlasses.head index 87fcb51a..04942086 100644 --- a/items/armors/alta/other/hologlasses/ct_alta_hologlasses.head +++ b/items/armors/alta/other/hologlasses/ct_alta_hologlasses.head @@ -3,9 +3,9 @@ "shortdescription" : "Hologlasses", "description" : "High-tech sunglasses created by ^#b0e0fc;alta^reset; researchers on ^#20f080;Alterash^reset;.", - "level" : 5, "price" : 240, "rarity" : "Rare", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5clothing" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/industrial_collar/ct_alta_industrial_collar.head b/items/armors/alta/other/industrial_collar/ct_alta_industrial_collar.head index 3ce5bf21..fc090007 100644 --- a/items/armors/alta/other/industrial_collar/ct_alta_industrial_collar.head +++ b/items/armors/alta/other/industrial_collar/ct_alta_industrial_collar.head @@ -3,9 +3,9 @@ "shortdescription" : "Industrial Collar", "description" : "This collar provides health monitoring and a way of communication. Designed for any industrial environments.", - "level" : 5, "price" : 600, "rarity" : "Rare", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5clothing", "industrial" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/oxygen_mask/ct_alta_oxygen_mask.head b/items/armors/alta/other/oxygen_mask/ct_alta_oxygen_mask.head index ce032011..5e21e763 100644 --- a/items/armors/alta/other/oxygen_mask/ct_alta_oxygen_mask.head +++ b/items/armors/alta/other/oxygen_mask/ct_alta_oxygen_mask.head @@ -3,9 +3,9 @@ "shortdescription" : "Oxygen Mask", "description" : "Developed by Tserera, this device provides visual analysis right to your eyes!", - "level" : 5, "price" : 320, "rarity" : "Rare", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5clothing", "alta_ship" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/pilot_helmet/ct_alta_pilot_helmet.head b/items/armors/alta/other/pilot_helmet/ct_alta_pilot_helmet.head index 53fa6660..46d00220 100644 --- a/items/armors/alta/other/pilot_helmet/ct_alta_pilot_helmet.head +++ b/items/armors/alta/other/pilot_helmet/ct_alta_pilot_helmet.head @@ -3,9 +3,9 @@ "shortdescription" : "Pilot Helmet", "description" : "Developed by Tserera, this device provides visual analysis right to your eyes!", - "level" : 6, "price" : 320, "rarity" : "Legendary", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6clothing", "alta_ship" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/protective_collar/ct_alta_protective_collar.head b/items/armors/alta/other/protective_collar/ct_alta_protective_collar.head index 4019cda9..6e60af0d 100644 --- a/items/armors/alta/other/protective_collar/ct_alta_protective_collar.head +++ b/items/armors/alta/other/protective_collar/ct_alta_protective_collar.head @@ -3,9 +3,9 @@ "shortdescription" : "Protective Collar", "description" : "This collar provides an energy shield to prevent you from receiving damage.", - "level" : 4, "price" : 320, "rarity" : "Uncommon", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4clothing", "alta_security" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/respiratory_mask/ct_alta_respiratory_mask.head b/items/armors/alta/other/respiratory_mask/ct_alta_respiratory_mask.head index 668671e7..9fa06501 100644 --- a/items/armors/alta/other/respiratory_mask/ct_alta_respiratory_mask.head +++ b/items/armors/alta/other/respiratory_mask/ct_alta_respiratory_mask.head @@ -3,9 +3,9 @@ "shortdescription" : "Respiratory Mask", "description" : "A simple but effective filtering mask to help you not breath dust.", - "level" : 2, "price" : 240, "rarity" : "Common", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, "race" : "alta", + "itemTags" : [ "tier0clothing" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/respiratory_mask_colorful/ct_alta_respiratory_mask_colorful.head b/items/armors/alta/other/respiratory_mask_colorful/ct_alta_respiratory_mask_colorful.head index 97d945d4..cf39daba 100644 --- a/items/armors/alta/other/respiratory_mask_colorful/ct_alta_respiratory_mask_colorful.head +++ b/items/armors/alta/other/respiratory_mask_colorful/ct_alta_respiratory_mask_colorful.head @@ -3,9 +3,9 @@ "shortdescription" : "Colored Respiratory Mask", "description" : "A simple but effective filtering mask. Now in colors!", - "level" : 2, "price" : 240, "rarity" : "Common", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 1, "race" : "alta", + "itemTags" : [ "tier1clothing" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/science_ocular/ct_alta_science_ocular.head b/items/armors/alta/other/science_ocular/ct_alta_science_ocular.head index cab9ab0d..b3e5560d 100644 --- a/items/armors/alta/other/science_ocular/ct_alta_science_ocular.head +++ b/items/armors/alta/other/science_ocular/ct_alta_science_ocular.head @@ -3,9 +3,9 @@ "shortdescription" : "Scientific Visor", "description" : "Developed by Tserera, this device provides visual analysis right to your eyes!", - "level" : 5, "price" : 320, "rarity" : "Rare", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier5clothing", "science" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/science_pack/ct_alta_science_pack.back b/items/armors/alta/other/science_pack/ct_alta_science_pack.back index c0429971..998201d8 100644 --- a/items/armors/alta/other/science_pack/ct_alta_science_pack.back +++ b/items/armors/alta/other/science_pack/ct_alta_science_pack.back @@ -3,9 +3,9 @@ "shortdescription" : "Scientific Backpack", "description" : "A Tserera's development. This way the most important things are always happening right behind you.", - "level" : 5, "price" : 480, "rarity" : "Rare", - "category" : "backwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5clothing", "science" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", diff --git a/items/armors/alta/other/state_beret/ct_alta_state_beret.head b/items/armors/alta/other/state_beret/ct_alta_state_beret.head index 86a632c4..dd2bf92a 100644 --- a/items/armors/alta/other/state_beret/ct_alta_state_beret.head +++ b/items/armors/alta/other/state_beret/ct_alta_state_beret.head @@ -3,9 +3,9 @@ "shortdescription" : "State Beret", "description" : "Decorative parade ^#b0e0fc;alta^reset; headwear.", - "level" : 3, "price" : 240, "rarity" : "Uncommon", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 2, "race" : "alta", + "itemTags" : [ "tier2clothing", "patriotic" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/visor/ct_alta_visor.head b/items/armors/alta/other/visor/ct_alta_visor.head index 3a905132..c53edc5b 100644 --- a/items/armors/alta/other/visor/ct_alta_visor.head +++ b/items/armors/alta/other/visor/ct_alta_visor.head @@ -3,9 +3,9 @@ "shortdescription" : "Omniblue Visor", "description" : "A visor with an omniblue lightsource. Helps you see in the dark.", - "level" : 3, "price" : 320, "rarity" : "Uncommon", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 3, "race" : "alta", + "itemTags" : [ "tier3clothing" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/other/vr_headset/ct_alta_vr_headset.head b/items/armors/alta/other/vr_headset/ct_alta_vr_headset.head index eaadf832..d1ecdc62 100644 --- a/items/armors/alta/other/vr_headset/ct_alta_vr_headset.head +++ b/items/armors/alta/other/vr_headset/ct_alta_vr_headset.head @@ -3,9 +3,9 @@ "shortdescription" : "VR Headset", "description" : "A virtual reality headwear.", - "level" : 3, "price" : 240, "rarity" : "Uncommon", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "race" : "alta", + "level" : 3, "race" : "alta", + "itemTags" : [ "tier3clothing" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier3/scout/lightwear/ct_alta_scout_lightwear.chest b/items/armors/alta/tier3/scout/lightwear/ct_alta_scout_lightwear.chest index 3d42784c..93c158a9 100644 --- a/items/armors/alta/tier3/scout/lightwear/ct_alta_scout_lightwear.chest +++ b/items/armors/alta/tier3/scout/lightwear/ct_alta_scout_lightwear.chest @@ -5,9 +5,9 @@ "longdescription" : "The wrist mechanisms are meant to be connected to any equiped proto-gear, like ^#b0e0fc;protospears^reset;, ^#b0e0fc;protomasks^reset; or even ^#b0e0fc;velocity eaters^reset;.", "altaDescription" : "A scava's body armor, very light and bendable. I like the feel of it in my hands.", + "level" : 3, "race" : "alta", + "itemTags" : [ "protogear", "tier3armour", "upgradeableWeapon" ], "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", - "level" : 3, "itemTags" : [ "protogear", "tier3armour", "upgradeableWeapon" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -49,44 +49,29 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", "upgradeParameters" : { - "inventoryIcon" : "icon.png", - "maleFrames" : { "body" : "chestm.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, - "femaleFrames" : { "body" : "chestf.png", "backSleeve" : "bsleeve.png", "frontSleeve" : "fsleeve.png" }, - "shortdescription" : "Protea's Jacket ^#8020f0;^reset;", + "shortdescription" : "Protea's Jacket ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "protea" ], "tooltipKind" : "ct_alta_effects_2", "description" : "This protective jacket is encrusted with ^#ffa8e8;stardust^reset;. Label on the inner side reads \"From Protea «\".", "longdescription" : "This gift is part of Protea's relics, that she worn or used as a scout.", - "statusEffects" : [ "ct_life_support_module", "ct_emergency_healer" ], "tooltipKind" : "ct_alta_effects_2", + "statusEffects" : [ "ct_life_support_module", "ct_emergency_healer" ], "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", - "#383c50":"#c060fc","#24283c":"#8020f0","#101428":"#5000c0"}, + "#383c50":"#c060fcfe","#24283c":"#8020f0fe","#101428":"#5000c0fe"}, "leveledStatusEffects" : [ { "levelFunction" : "acceleratorArmorLevelPowerMultiplierMultiplier", diff --git a/items/armors/alta/tier3/scout/mask/ct_alta_scout_mask.head b/items/armors/alta/tier3/scout/mask/ct_alta_scout_mask.head index 4fcddf28..c6be13bf 100644 --- a/items/armors/alta/tier3/scout/mask/ct_alta_scout_mask.head +++ b/items/armors/alta/tier3/scout/mask/ct_alta_scout_mask.head @@ -5,9 +5,9 @@ "longdescription" : "This mask enhances the wearer's energy by connecting to the body suit's protogear system. The recepticles on the back are meant to gather that energy from the ionized air around.", "altaDescription" : "Very stylish. But also, those pretty tails are quite important to the whole proto system.", + "level" : 3, "race" : "alta", + "itemTags" : [ "protogear", "tier3armour", "upgradeableWeapon" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 3, "itemTags" : [ "protogear", "tier3armour", "upgradeableWeapon" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -42,43 +42,30 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", "upgradeParameters" : { - "inventoryIcon" : "icon.png", "maleFrames" : "head.png", "femaleFrames" : "head.png", "mask" : "mask.png", - "shortdescription" : "Protea's Mask ^#8020f0;^reset;", + "shortdescription" : "Protea's Mask ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "protea" ], "tooltipKind" : "ct_alta_effects_2", "description" : "A mask worn by Protea - a staris ^#b0e0fc;alta^reset; scout known for her vigilance and agility. Hairs on the back are made of ^#ffa8e8;stardust^reset;.", "longdescription" : "This brings the gathered energy levels to a maximum, powering the whole protosystem almost instantly.", - "radioMessagesOnPickup" : [ "ct_alta_head_armor_msg" ], "tooltipKind" : "ct_alta_effects_2", + "radioMessagesOnPickup" : [ "ct_alta_head_armor_msg" ], "statusEffects" : [ "ct_omniblue_vision", "ct_autoanalyzer", { "stat" : "breathProtection", "amount" : 1.0 } ], "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", - "#383c50":"#c060fc","#24283c":"#8020f0","#101428":"#5000c0"}, + "#383c50":"#c060fcfe","#24283c":"#8020f0fe","#101428":"#5000c0fe"}, "leveledStatusEffects" : [ { "levelFunction" : "acceleratorArmorLevelPowerMultiplierMultiplier", diff --git a/items/armors/alta/tier3/scout/velocity_eaters/ct_alta_scout_velocity_eaters.legs b/items/armors/alta/tier3/scout/velocity_eaters/ct_alta_scout_velocity_eaters.legs index e1ba495b..376811f4 100644 --- a/items/armors/alta/tier3/scout/velocity_eaters/ct_alta_scout_velocity_eaters.legs +++ b/items/armors/alta/tier3/scout/velocity_eaters/ct_alta_scout_velocity_eaters.legs @@ -5,9 +5,9 @@ "longdescription" : "They are powered by the special protosystem that replaces usual energy cells with an energy circulation mechanic that flows troughout the whole costume.", "altaDescription" : "I can jump so much higher in these! Like a real scava!", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", - "level" : 3, "itemTags" : [ "protogear", "tier3armour", "upgradeableWeapon" ], - "race" : "alta", + "level" : 3, "race" : "alta", + "itemTags" : [ "protogear", "tier3armour", "upgradeableWeapon" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -41,47 +41,34 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", "upgradeParameters" : { - "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", "femaleFrames" : "pants.png", - "shortdescription" : "Protea's Vectors ^#8020f0;^reset;", + "shortdescription" : "Protea's Vectors ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "protea" ], "tooltipKind" : "ct_alta_effects_2", "description" : "These protective leggings with ^#ffa8e8;stardust^reset; crystals once belonged to Protea. They're yours now. Enjoy!", "longdescription" : "They're part of the Protea's gift to inexperienced alta scouts as means of care and support!", - "radioMessagesOnPickup" : [ "ct_alta_legs_armor_msg" ], "tooltipKind" : "ct_alta_effects_2", + "radioMessagesOnPickup" : [ "ct_alta_legs_armor_msg" ], "statusEffects" : [ "ct_velocity_jump", "ct_velocity_swim", { "stat" : "fallDamageMultiplier", "effectiveMultiplier" : 0.85 }, { "stat" : "knockbackThreshold", "amount" : 3.0 } ], "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", - "#383c50":"#c060fc","#24283c":"#8020f0","#101428":"#5000c0"}, + "#383c50":"#c060fcfe","#24283c":"#8020f0fe","#101428":"#5000c0fe"}, "leveledStatusEffects" : [ { "levelFunction" : "acceleratorArmorLevelPowerMultiplierMultiplier", diff --git a/items/armors/alta/tier4/elin/helmet/ct_elin_helmet.head b/items/armors/alta/tier4/elin/helmet/ct_elin_helmet.head index 27762c59..dc74949d 100644 --- a/items/armors/alta/tier4/elin/helmet/ct_elin_helmet.head +++ b/items/armors/alta/tier4/elin/helmet/ct_elin_helmet.head @@ -3,9 +3,9 @@ "shortdescription" : "Elin Guard Helmet ^#20f080;^reset;", "description" : "A helmet overgrown with ^#20f080;yaara^reset;. Worn by some Elin Garden guards.", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "elin" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 4, "itemTags" : [ "tier4armour", "elin" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier4/proto/helmet/ct_protohelmet.head b/items/armors/alta/tier4/proto/helmet/ct_protohelmet.head index efe52ac2..a55f335f 100644 --- a/items/armors/alta/tier4/proto/helmet/ct_protohelmet.head +++ b/items/armors/alta/tier4/proto/helmet/ct_protohelmet.head @@ -3,10 +3,9 @@ "shortdescription" : "Protohelmet", "description" : "An energy-driven full electronic helmet used by some ^#b0e0fc;alta^reset; protoscouts.", - "price" : 1000, "rarity" : "Uncommon", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 4, "itemTags" : [ "tier4armour" ], - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "protogear", "tier4armour" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -41,30 +40,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier4/security/captain_helmet/ct_alta_security_captain_helmet.head b/items/armors/alta/tier4/security/captain_helmet/ct_alta_security_captain_helmet.head index 58182cfe..12e03591 100644 --- a/items/armors/alta/tier4/security/captain_helmet/ct_alta_security_captain_helmet.head +++ b/items/armors/alta/tier4/security/captain_helmet/ct_alta_security_captain_helmet.head @@ -3,9 +3,9 @@ "shortdescription" : "Security Captain's Helmet ^#20f080;^reset;", "description" : "A standard protocol helmet worn by ^#b0e0fc;alta^reset; security captains.", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "alta_security" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 4, "itemTags" : [ "tier4armour", "alta_security" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -40,30 +40,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier4/security/chest/ct_alta_security_chest.chest b/items/armors/alta/tier4/security/chest/ct_alta_security_chest.chest index e878518b..59787a19 100644 --- a/items/armors/alta/tier4/security/chest/ct_alta_security_chest.chest +++ b/items/armors/alta/tier4/security/chest/ct_alta_security_chest.chest @@ -3,10 +3,9 @@ "shortdescription" : "Security Armor", "description" : "A standard protocol armor piece for ^#b0e0fc;alta^reset; security units.", - "price" : 1600, "rarity" : "Uncommon", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 4, "itemTags" : [ "tier4armour", "alta_security" ], - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "alta_security", "upgradeableWeapon" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -48,31 +47,28 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], - "builder" : "/items/buildscripts/alta/item.lua" + "builder" : "/items/buildscripts/alta/item.lua", + + "upgradeParameters" : { + "shortdescription" : "GR Guard ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "animus" ], + "description" : "A ^#ffa8e8;stardust^reset;-infused piece of armor made from bionix. Label on the inner side reads \"From Kora «\".", + "longdescription" : "This gift is part of Kora's relics, that she worn or used as the first security guard.", + "statusEffects" : [ "ct_autorepeller" ], "tooltipKind" : "ct_alta_effects", + "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", + "#4c5064" : "#b0fce0fe", "#383c50":"#60fcc0fe","#24283c":"#20f080fe","#101428":"#00c050fe"} + } } diff --git a/items/armors/alta/tier4/security/droid_back/ct_alta_security_droid_back.back b/items/armors/alta/tier4/security/droid_back/ct_alta_security_droid_back.back index 64b84080..c01f62e7 100644 --- a/items/armors/alta/tier4/security/droid_back/ct_alta_security_droid_back.back +++ b/items/armors/alta/tier4/security/droid_back/ct_alta_security_droid_back.back @@ -3,9 +3,9 @@ "shortdescription" : "Security Droid Powermod ^#20f080;^reset;", "description" : "A standard protocol power module of an ^#b0e0fc;alta^reset; security droid.", - "category" : "backwear", "tooltipKind" : "ct_alta_effects", - "level" : 4, "itemTags" : [ "tier4armour", "robotics", "alta_security" ], - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "robotics", "alta_security" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", @@ -17,30 +17,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier4/security/droid_head/ct_alta_security_droid_head.head b/items/armors/alta/tier4/security/droid_head/ct_alta_security_droid_head.head index 21be371d..7f626f1b 100644 --- a/items/armors/alta/tier4/security/droid_head/ct_alta_security_droid_head.head +++ b/items/armors/alta/tier4/security/droid_head/ct_alta_security_droid_head.head @@ -3,9 +3,9 @@ "shortdescription" : "Security Droid Head ^#20f080;^reset;", "description" : "A standard protocol head of an ^#b0e0fc;alta^reset; security droid.", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "robotics", "alta_security" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 4, "itemTags" : [ "tier4armour", "robotics", "alta_security" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -40,30 +40,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier4/security/helmet/ct_alta_security_helmet.head b/items/armors/alta/tier4/security/helmet/ct_alta_security_helmet.head index 719c743d..511b36fb 100644 --- a/items/armors/alta/tier4/security/helmet/ct_alta_security_helmet.head +++ b/items/armors/alta/tier4/security/helmet/ct_alta_security_helmet.head @@ -5,17 +5,15 @@ "longdescription" : "If protects the head completely from all sides, providing a visor with small cameras on the sides for a combined field of view.", "altaDescription" : "When I first saw it, I was wondering how vardas can see in this. Visors!", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "alta_security", "upgradeableWeapon" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 4, "itemTags" : [ "tier4armour", "alta_security" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", "femaleFrames" : "head.png", "mask" : "mask.png", - "statusEffects" : [ "ct_energizer" ], - "leveledStatusEffects" : [ { "levelFunction" : "standardArmorLevelPowerMultiplierMultiplier", @@ -40,30 +38,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { @@ -191,5 +177,16 @@ }, "alkey" : "Varda Grom", - "builder" : "/items/buildscripts/alta/item.lua" + "builder" : "/items/buildscripts/alta/item.lua", + + "upgradeParameters" : { + "shortdescription" : "GR \"Animus\" ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "animus" ], + "description" : "A high-tech enternia artifact that hides unknown power. And your face with it. \nHas built-in ^#b0e0fc;breath protection^reset;.", + "longdescription" : "Its energy transceptors fuel your systems with enternia, resulting in a centralized protosystem.", + "altaDescription" : "It looks very mysterious, but no more mysterious than the person wearing it.", "alkey" : "Animus", + "radioMessagesOnPickup" : [ "ct_alta_head_armor_msg" ], + "statusEffects" : [ "ct_energizer", { "stat" : "breathProtection", "amount" : 1.0 } ], + "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", + "#4c5064" : "#b0fce0fe", "#383c50":"#60fcc0fe","#24283c":"#20f080fe","#101428":"#00c050fe"} + } } diff --git a/items/armors/alta/tier4/security/helmet_mk2/ct_alta_security_helmet_mk2.head b/items/armors/alta/tier4/security/helmet_mk2/ct_alta_security_helmet_mk2.head index b68ce15b..d2984e61 100644 --- a/items/armors/alta/tier4/security/helmet_mk2/ct_alta_security_helmet_mk2.head +++ b/items/armors/alta/tier4/security/helmet_mk2/ct_alta_security_helmet_mk2.head @@ -3,9 +3,9 @@ "shortdescription" : "Security MkII Helmet ^#20f080;^reset;", "description" : "A slightly upgraded version of ^#b0e0fc;alta^reset; security helmets.", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "alta_security" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 4, "itemTags" : [ "tier4armour", "alta_security" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier4/security/legwear/ct_alta_security_legwear.legs b/items/armors/alta/tier4/security/legwear/ct_alta_security_legwear.legs index 42c8b4ad..ee800a14 100644 --- a/items/armors/alta/tier4/security/legwear/ct_alta_security_legwear.legs +++ b/items/armors/alta/tier4/security/legwear/ct_alta_security_legwear.legs @@ -3,10 +3,9 @@ "shortdescription" : "Security Greaves", "description" : "A standard protocol armour-plated legwear for ^#b0e0fc;alta^reset; security units.", - "price" : 700, "rarity" : "Uncommon", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 4, "itemTags" : [ "tier4armour", "alta_security" ], - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "alta_security", "upgradeableWeapon" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -40,31 +39,33 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], - "builder" : "/items/buildscripts/alta/item.lua" + "builder" : "/items/buildscripts/alta/item.lua", + + "upgradeParameters" : { + "shortdescription" : "GR Stands ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "animus" ], "tooltipKind" : "ct_alta_effects", + "description" : "These protective greaves with ^#ffa8e8;stardust^reset; layers once belonged to Kora. They're yours now. Enjoy!", + "longdescription" : "They're part of the Kora's gift to inexperienced alta security guards as means of care and support!", + "radioMessagesOnPickup" : [ "ct_alta_legs_armor_msg" ], + "statusEffects" : [ + "ct_velocity_jump", + { "stat" : "fallDamageMultiplier", "effectiveMultiplier" : 0.85 }, + { "stat" : "knockbackThreshold", "amount" : 3.0 } + ], + "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", + "#4c5064" : "#b0fce0fe", "#383c50":"#60fcc0fe","#24283c":"#20f080fe","#101428":"#00c050fe"} + } } diff --git a/items/armors/alta/tier4/security/pack/ct_alta_security_pack.back b/items/armors/alta/tier4/security/pack/ct_alta_security_pack.back index 35ca475f..192caaf9 100644 --- a/items/armors/alta/tier4/security/pack/ct_alta_security_pack.back +++ b/items/armors/alta/tier4/security/pack/ct_alta_security_pack.back @@ -5,44 +5,31 @@ "longdescription" : "This necessary life-saving technology is required for every security guard by safety protocols, but has to be worn separately from the suit.", "altaDescription" : "No additional weight can be dismissed in exchange for a life.", - "level" : 4, "price" : 640, "rarity" : "Uncommon", - "category" : "backwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, "itemTags" : [ "tier4armour", "alta_security" ], - "race" : "alta", + "level" : 4, "race" : "alta", + "itemTags" : [ "tier4armour", "alta_security", "upgradeableWeapon" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", "femaleFrames" : "back.png", "statusEffects" : [ - "ct_life_support_system", - "ct_autoprotector" + "ct_life_support_system" ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { @@ -53,22 +40,35 @@ "altaDescription" : "First line of protection of all the precious research we've made and knowledgge we've gained.", "alkey" : "Tek Varda Amaikav", "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#383c50","#606478":"#24283c","#24283c":"#101428"}, "colorOptions" : [ - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "ffaa49", "b0e0fc" : "ffc888" }, - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "ffaa49fe", "b0e0fc" : "ffc888fe" }, + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "wiki" : { "skip" : true } } }, "alkey" : "Varda Amaikav", - "builder" : "/items/buildscripts/alta/item.lua" + "builder" : "/items/buildscripts/alta/item.lua", + + "upgradeParameters" : { + "shortdescription" : "GR Supply ^#8020f0;^reset;", "itemTags" : [ "tier6armour", "animus" ], "tooltipKind" : "ct_alta_epp", + "description" : "A compact ^#ffa8e8;stardust^reset;-enhanced life support system once worn by Kora.", + "longdescription" : "Kora wore this supply not as much for herself - more so for other altas in need.", + "category" : "enviroProtectionPack", "acceptsAugmentType" : "back", "radioMessagesOnPickup" : [ "ct_alta_back_armor_msg" ], + "statusEffects" : [ + "ct_life_support_system", + "ct_autoprotector" + ], + "paletteSwap" : {"#f6f6f6":"#606478","#d8dcf0":"#4c5064","#b0b4c8":"#24283c","#606478":"#101428", + "#4c5064" : "#b0fce0fe", "#383c50":"#60fcc0fe","#24283c":"#20f080fe","#101428":"#00c050fe"} + } } diff --git a/items/armors/alta/tier5/arco/android_head/ct_arco_android_head.head b/items/armors/alta/tier5/arco/android_head/ct_arco_android_head.head index de9774e9..f272edb8 100644 --- a/items/armors/alta/tier5/arco/android_head/ct_arco_android_head.head +++ b/items/armors/alta/tier5/arco/android_head/ct_arco_android_head.head @@ -3,9 +3,9 @@ "shortdescription" : "Enviro Android Head ^#2080f0;^reset;", "description" : "A head of an advanced android prototype for the ^#f08f20;Enviro Android Set^reset; series.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "robotics", "arco" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "robotics", "arco" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -40,30 +40,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier5/arco/chest/ct_arco_chest.chest b/items/armors/alta/tier5/arco/chest/ct_arco_chest.chest index 17ded60b..a15df285 100644 --- a/items/armors/alta/tier5/arco/chest/ct_arco_chest.chest +++ b/items/armors/alta/tier5/arco/chest/ct_arco_chest.chest @@ -3,10 +3,9 @@ "shortdescription" : "Envirosuit Chestpiece", "description" : "Created for work in unstable and hazardous environments.", - "price" : 1600, "rarity" : "Rare", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "arco" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -48,30 +47,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/arco/helmet/ct_arco_helmet.head b/items/armors/alta/tier5/arco/helmet/ct_arco_helmet.head index 8a3ac808..1120c5c7 100644 --- a/items/armors/alta/tier5/arco/helmet/ct_arco_helmet.head +++ b/items/armors/alta/tier5/arco/helmet/ct_arco_helmet.head @@ -3,10 +3,9 @@ "shortdescription" : "Envirosuit Helmet", "description" : "Comes as part of the Envirosuit.", - "price" : 1000, "rarity" : "Rare", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "arco" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier5/arco/helmet_mk2/ct_arco_helmet_mk2.head b/items/armors/alta/tier5/arco/helmet_mk2/ct_arco_helmet_mk2.head index 3b664df1..65d9b359 100644 --- a/items/armors/alta/tier5/arco/helmet_mk2/ct_arco_helmet_mk2.head +++ b/items/armors/alta/tier5/arco/helmet_mk2/ct_arco_helmet_mk2.head @@ -3,9 +3,9 @@ "shortdescription" : "Envirosuit MkII Helmet ^#2080f0;^reset;", "description" : "An improved version of the ^#f08f20;Envirosuit Helmet^reset; with added armor capabilities.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "arco" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "arco" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier5/arco/legwear/ct_arco_legwear.legs b/items/armors/alta/tier5/arco/legwear/ct_arco_legwear.legs index 5d89a35a..c67c5089 100644 --- a/items/armors/alta/tier5/arco/legwear/ct_arco_legwear.legs +++ b/items/armors/alta/tier5/arco/legwear/ct_arco_legwear.legs @@ -5,10 +5,9 @@ "longdescription" : "These leggings include multiple layers of high quality materials to ensure heat retention, electric isolation and poison blocks.", "altaDescription" : "You could walk through fire in these easily.", - "price" : 700, "rarity" : "Rare", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour", "arco" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "arco" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -42,30 +41,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { diff --git a/items/armors/alta/tier5/arco/protector/ct_arco_protector.back b/items/armors/alta/tier5/arco/protector/ct_arco_protector.back index af0d4ea1..56d5810d 100644 --- a/items/armors/alta/tier5/arco/protector/ct_arco_protector.back +++ b/items/armors/alta/tier5/arco/protector/ct_arco_protector.back @@ -3,9 +3,9 @@ "shortdescription" : "Enviroprotector ^#2080f0;^reset;", "description" : "Provides life support and enhanced protection.", - "level" : 5, - "category" : "backwear", "tooltipKind" : "ct_alta_effects", - "race" : "alta", "itemTags" : [ "tier5armour", "arco" ], + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "arco" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", @@ -17,30 +17,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/arco/rebreather/ct_arco_rebreather.head b/items/armors/alta/tier5/arco/rebreather/ct_arco_rebreather.head index 96d822e4..ae33a14d 100644 --- a/items/armors/alta/tier5/arco/rebreather/ct_arco_rebreather.head +++ b/items/armors/alta/tier5/arco/rebreather/ct_arco_rebreather.head @@ -3,9 +3,9 @@ "shortdescription" : "Envirosuit Rebreather ^#2080f0;^reset;", "description" : "Has an extended view as well as clearer vision and additional breath protection.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "arco" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "arco" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier5/combat/android_head/ct_combat_android_head.head b/items/armors/alta/tier5/combat/android_head/ct_combat_android_head.head index 61a86f24..6befe948 100644 --- a/items/armors/alta/tier5/combat/android_head/ct_combat_android_head.head +++ b/items/armors/alta/tier5/combat/android_head/ct_combat_android_head.head @@ -3,9 +3,9 @@ "shortdescription" : "Combat Android Head ^#2080f0;^reset;", "description" : "A head of an advanced android prototype for the ^#10b4ef;Combat Android Set^reset; series.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "robotics", "combat" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "robotics", "combat" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -41,29 +41,29 @@ "colorOptions" : [ // COMBAT (DEFAULT) - { "106890" : "106890", "1090c0" : "1090c0", "10b4ef" : "10b4ef", "71d4f8" : "71d4f8" }, + { "106890" : "106890fe", "1090c0" : "1090c0fe", "10b4ef" : "10b4effe", "71d4f8" : "71d4f8fe" }, // LIME (BLACK) - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, // TEAL (GRAY) - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, // CYAN (WHITE) - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, // RED - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, // ORANGE - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, // YELLOW - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, // GREEN - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, // BLUE - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, // PURPLE - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, // PINK - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier5/combat/chest/ct_combat_chest.chest b/items/armors/alta/tier5/combat/chest/ct_combat_chest.chest index eba1b9fa..e894a405 100644 --- a/items/armors/alta/tier5/combat/chest/ct_combat_chest.chest +++ b/items/armors/alta/tier5/combat/chest/ct_combat_chest.chest @@ -3,9 +3,9 @@ "shortdescription" : "Combat Uniform", "description" : "A bulletproof cape covering a weather-adaptive jacket that doesn't restrict movement.", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "combat" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "combat" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -48,29 +48,29 @@ "colorOptions" : [ // COMBAT (DEFAULT) - { "106890" : "106890", "1090c0" : "1090c0", "10b4ef" : "10b4ef", "71d4f8" : "71d4f8" }, + { "106890" : "106890fe", "1090c0" : "1090c0fe", "10b4ef" : "10b4effe", "71d4f8" : "71d4f8fe" }, // LIME (BLACK) - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, // TEAL (GRAY) - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, // CYAN (WHITE) - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, // RED - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, // ORANGE - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, // YELLOW - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, // GREEN - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, // BLUE - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, // PURPLE - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, // PINK - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "presets" : { diff --git a/items/armors/alta/tier5/combat/helmet/ct_combat_helmet.head b/items/armors/alta/tier5/combat/helmet/ct_combat_helmet.head index 64ebf6e7..0d13020b 100644 --- a/items/armors/alta/tier5/combat/helmet/ct_combat_helmet.head +++ b/items/armors/alta/tier5/combat/helmet/ct_combat_helmet.head @@ -3,9 +3,9 @@ "shortdescription" : "Combat Helmet ^#2080f0;^reset;", "description" : "A full ^#b0e0fc;alta^reset; army helmet, covering the head completely. Provides additional breath protection.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "combat" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "combat" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -45,29 +45,29 @@ "colorOptions" : [ // COMBAT (DEFAULT) - { "106890" : "106890", "1090c0" : "1090c0", "10b4ef" : "10b4ef", "71d4f8" : "71d4f8" }, + { "106890" : "106890fe", "1090c0" : "1090c0fe", "10b4ef" : "10b4effe", "71d4f8" : "71d4f8fe" }, // LIME (BLACK) - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, // TEAL (GRAY) - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, // CYAN (WHITE) - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, // RED - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, // ORANGE - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, // YELLOW - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, // GREEN - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, // BLUE - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, // PURPLE - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, // PINK - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/combat/legwear/ct_combat_legwear.legs b/items/armors/alta/tier5/combat/legwear/ct_combat_legwear.legs index 88481f1d..f70ff305 100644 --- a/items/armors/alta/tier5/combat/legwear/ct_combat_legwear.legs +++ b/items/armors/alta/tier5/combat/legwear/ct_combat_legwear.legs @@ -3,9 +3,9 @@ "shortdescription" : "Combat Off-Roaders", "description" : "All ^#b0e0fc;alta^reset; combat units wear these boots to ease traversing any landscape.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "combat" ], "category" : "legarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "combat" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -40,29 +40,29 @@ "colorOptions" : [ // COMBAT (DEFAULT) - { "106890" : "106890", "1090c0" : "1090c0", "10b4ef" : "10b4ef", "71d4f8" : "71d4f8" }, + { "106890" : "106890fe", "1090c0" : "1090c0fe", "10b4ef" : "10b4effe", "71d4f8" : "71d4f8fe" }, // LIME (BLACK) - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, // TEAL (GRAY) - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, // CYAN (WHITE) - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, // RED - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, // ORANGE - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, // YELLOW - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, // GREEN - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, // BLUE - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, // PURPLE - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, // PINK - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "presets" : { diff --git a/items/armors/alta/tier5/combat/mask/ct_combat_mask.head b/items/armors/alta/tier5/combat/mask/ct_combat_mask.head index 4f0ccca2..68c056e9 100644 --- a/items/armors/alta/tier5/combat/mask/ct_combat_mask.head +++ b/items/armors/alta/tier5/combat/mask/ct_combat_mask.head @@ -5,10 +5,9 @@ "longdescription" : "Designed to provide additional visual context and protect vital parts of the head when facing an enemy.", "altaDescription" : "Very comfortable to wear actually, even if you're not in combat.", - "price" : 1000, "rarity" : "Rare", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour", "combat" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "combat" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -44,29 +43,29 @@ "colorOptions" : [ // COMBAT (DEFAULT) - { "106890" : "106890", "1090c0" : "1090c0", "10b4ef" : "10b4ef", "71d4f8" : "71d4f8" }, + { "106890" : "106890fe", "1090c0" : "1090c0fe", "10b4ef" : "10b4effe", "71d4f8" : "71d4f8fe" }, // LIME (BLACK) - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, // TEAL (GRAY) - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, // CYAN (WHITE) - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, // RED - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, // ORANGE - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, // YELLOW - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, // GREEN - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, // BLUE - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, // PURPLE - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, // PINK - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "presets" : { @@ -77,18 +76,18 @@ "altaDescription" : "A friendly medical glow of this mask gives me reassurance.", "alkey" : "Amava Nit", "paletteSwap" : {"#606074":"#f6f6f6","#404050":"#d8dcf0","#2c2c34":"#b0b4c8","#101014":"#606478"}, "colorOptions" : [ - { "106890" : "90103d", "1090c0" : "c01055", "10b4ef" : "ef106a", "71d4f8" : "f871a7" }, - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "90103dfe", "1090c0" : "c01055fe", "10b4ef" : "ef106afe", "71d4f8" : "f871a7fe" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "statusEffects" : [ "ct_emergency_healer" ], "leveledStatusEffects" : [ diff --git a/items/armors/alta/tier5/combat/mask_mk2/ct_combat_mask_mk2.head b/items/armors/alta/tier5/combat/mask_mk2/ct_combat_mask_mk2.head index 42050e58..f4080962 100644 --- a/items/armors/alta/tier5/combat/mask_mk2/ct_combat_mask_mk2.head +++ b/items/armors/alta/tier5/combat/mask_mk2/ct_combat_mask_mk2.head @@ -5,9 +5,9 @@ "longdescription" : "It provides a better visor with a broader scope and field of view. Similar models are used in many alta defence-related projects.", "altaDescription" : "It's like a huge visor, that takes up all of your face!", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "combat" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "combat" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -43,29 +43,29 @@ "colorOptions" : [ // COMBAT (DEFAULT) - { "106890" : "106890", "1090c0" : "1090c0", "10b4ef" : "10b4ef", "71d4f8" : "71d4f8" }, + { "106890" : "106890fe", "1090c0" : "1090c0fe", "10b4ef" : "10b4effe", "71d4f8" : "71d4f8fe" }, // LIME (BLACK) - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, // TEAL (GRAY) - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, // CYAN (WHITE) - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, // RED - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, // ORANGE - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, // YELLOW - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, // GREEN - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, // BLUE - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, // PURPLE - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, // PINK - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "presets" : { @@ -83,18 +83,18 @@ { "levelFunction" : "standardArmorLevelMaxHealthMultiplier", "stat" : "maxHealth", "amount" : 3.5 } ], "colorOptions" : [ - { "106890" : "c05c00", "1090c0" : "f08e20", "10b4ef" : "fcca60", "71d4f8" : "fce5b0" }, - { "106890" : "8fc000", "1090c0" : "c5f020", "10b4ef" : "f3fc60", "71d4f8" : "f9fcb0" }, - { "106890" : "00c063", "1090c0" : "20f081", "10b4ef" : "60fc91", "71d4f8" : "b0fcc7" }, - { "106890" : "009cc0", "1090c0" : "20d3f0", "10b4ef" : "60fcf9", "71d4f8" : "b0fcf9" }, - { "106890" : "c00003", "1090c0" : "f0202d", "10b4ef" : "fc6082", "71d4f8" : "fcb0c2" }, - { "106890" : "c07000", "1090c0" : "f08f20", "10b4ef" : "fc9c60", "71d4f8" : "fcccb0" }, - { "106890" : "c0af00", "1090c0" : "f0d420", "10b4ef" : "fcd060", "71d4f8" : "fce5b0" }, - { "106890" : "03c000", "1090c0" : "2df020", "10b4ef" : "82fc60", "71d4f8" : "c2fcb0" }, - { "106890" : "001cc0", "1090c0" : "2049f0", "10b4ef" : "6096fc", "71d4f8" : "b0ccfc" }, - { "106890" : "7c00c0", "1090c0" : "9d20f0", "10b4ef" : "a660fc", "71d4f8" : "d1b0fc" }, - { "106890" : "c00069", "1090c0" : "f0209b", "10b4ef" : "fc60d4", "71d4f8" : "fcb0ea" }, - { "106890" : "366388", "1090c0" : "4e8fb8", "10b4ef" : "76c7e4", "71d4f8" : "c9eef6" } + { "106890" : "c05c00fe", "1090c0" : "f08e20fe", "10b4ef" : "fcca60fe", "71d4f8" : "fce5b0fe" }, + { "106890" : "8fc000fe", "1090c0" : "c5f020fe", "10b4ef" : "f3fc60fe", "71d4f8" : "f9fcb0fe" }, + { "106890" : "00c063fe", "1090c0" : "20f081fe", "10b4ef" : "60fc91fe", "71d4f8" : "b0fcc7fe" }, + { "106890" : "009cc0fe", "1090c0" : "20d3f0fe", "10b4ef" : "60fcf9fe", "71d4f8" : "b0fcf9fe" }, + { "106890" : "c00003fe", "1090c0" : "f0202dfe", "10b4ef" : "fc6082fe", "71d4f8" : "fcb0c2fe" }, + { "106890" : "c07000fe", "1090c0" : "f08f20fe", "10b4ef" : "fc9c60fe", "71d4f8" : "fcccb0fe" }, + { "106890" : "c0af00fe", "1090c0" : "f0d420fe", "10b4ef" : "fcd060fe", "71d4f8" : "fce5b0fe" }, + { "106890" : "03c000fe", "1090c0" : "2df020fe", "10b4ef" : "82fc60fe", "71d4f8" : "c2fcb0fe" }, + { "106890" : "001cc0fe", "1090c0" : "2049f0fe", "10b4ef" : "6096fcfe", "71d4f8" : "b0ccfcfe" }, + { "106890" : "7c00c0fe", "1090c0" : "9d20f0fe", "10b4ef" : "a660fcfe", "71d4f8" : "d1b0fcfe" }, + { "106890" : "c00069fe", "1090c0" : "f0209bfe", "10b4ef" : "fc60d4fe", "71d4f8" : "fcb0eafe" }, + { "106890" : "366388fe", "1090c0" : "4e8fb8fe", "10b4ef" : "76c7e4fe", "71d4f8" : "c9eef6fe" } ], "wiki" : { "skip" : true } }, "stardust" : { diff --git a/items/armors/alta/tier5/eds/android_back/ct_eds_android_back.back b/items/armors/alta/tier5/eds/android_back/ct_eds_android_back.back index 84e65ebf..3915055e 100644 --- a/items/armors/alta/tier5/eds/android_back/ct_eds_android_back.back +++ b/items/armors/alta/tier5/eds/android_back/ct_eds_android_back.back @@ -3,10 +3,9 @@ "shortdescription" : "^#f02020;EDS^reset; Android Defensystem ^#2080f0;^reset;", "description" : "A modularized defense system of an advanced ^#f02020;EDS Android Set^reset;.", - "level" : 5, - "category" : "backwear", "tooltipKind" : "ct_alta_effects", - "itemTags" : [ "tier5armour", "eds" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "robotics", "eds" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", @@ -18,30 +17,18 @@ ], "colorOptions" : [ - // EDS RED (DEFAULT) - { "551b1b" : "551b1b", "762222" : "762222", "a42b2b" : "a42b2b", "ca002b" : "ca002b" }, - // LIME (BLACK) - { "551b1b" : "8fc000", "762222" : "c5f020", "a42b2b" : "f3fc60", "ca002b" : "f9fcb0" }, - // TEAL (GRAY) - { "551b1b" : "00c063", "762222" : "20f081", "a42b2b" : "60fc91", "ca002b" : "b0fcc7" }, - // CYAN (WHITE) - { "551b1b" : "009cc0", "762222" : "20d3f0", "a42b2b" : "60fcf9", "ca002b" : "b0fcf9" }, - // RED - { "551b1b" : "c00003", "762222" : "f0202d", "a42b2b" : "fc6082", "ca002b" : "fcb0c2" }, - // ORANGE - { "551b1b" : "c07000", "762222" : "f08f20", "a42b2b" : "fc9c60", "ca002b" : "fcccb0" }, - // YELLOW - { "551b1b" : "c0af00", "762222" : "f0d420", "a42b2b" : "fcd060", "ca002b" : "fce5b0" }, - // GREEN - { "551b1b" : "03c000", "762222" : "2df020", "a42b2b" : "82fc60", "ca002b" : "c2fcb0" }, - // BLUE - { "551b1b" : "001cc0", "762222" : "2049f0", "a42b2b" : "6096fc", "ca002b" : "b0ccfc" }, - // PURPLE - { "551b1b" : "7c00c0", "762222" : "9d20f0", "a42b2b" : "a660fc", "ca002b" : "d1b0fc" }, - // PINK - { "551b1b" : "c00069", "762222" : "f0209b", "a42b2b" : "fc60d4", "ca002b" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "551b1b" : "366388", "762222" : "4e8fb8", "a42b2b" : "76c7e4", "ca002b" : "c9eef6" } + { "551b1b" : "551b1bfe", "762222" : "762222fe", "a42b2b" : "a42b2bfe", "ca002b" : "ca002bfe" }, // EDS RED (DEFAULT) + { "551b1b" : "8fc000fe", "762222" : "c5f020fe", "a42b2b" : "f3fc60fe", "ca002b" : "f9fcb0fe" }, // LIME (BLACK) + { "551b1b" : "00c063fe", "762222" : "20f081fe", "a42b2b" : "60fc91fe", "ca002b" : "b0fcc7fe" }, // TEAL (GRAY) + { "551b1b" : "009cc0fe", "762222" : "20d3f0fe", "a42b2b" : "60fcf9fe", "ca002b" : "b0fcf9fe" }, // CYAN (WHITE) + { "551b1b" : "c00003fe", "762222" : "f0202dfe", "a42b2b" : "fc6082fe", "ca002b" : "fcb0c2fe" }, // RED + { "551b1b" : "c07000fe", "762222" : "f08f20fe", "a42b2b" : "fc9c60fe", "ca002b" : "fcccb0fe" }, // ORANGE + { "551b1b" : "c0af00fe", "762222" : "f0d420fe", "a42b2b" : "fcd060fe", "ca002b" : "fce5b0fe" }, // YELLOW + { "551b1b" : "03c000fe", "762222" : "2df020fe", "a42b2b" : "82fc60fe", "ca002b" : "c2fcb0fe" }, // GREEN + { "551b1b" : "001cc0fe", "762222" : "2049f0fe", "a42b2b" : "6096fcfe", "ca002b" : "b0ccfcfe" }, // BLUE + { "551b1b" : "7c00c0fe", "762222" : "9d20f0fe", "a42b2b" : "a660fcfe", "ca002b" : "d1b0fcfe" }, // PURPLE + { "551b1b" : "c00069fe", "762222" : "f0209bfe", "a42b2b" : "fc60d4fe", "ca002b" : "fcb0eafe" }, // PINK + { "551b1b" : "366388fe", "762222" : "4e8fb8fe", "a42b2b" : "76c7e4fe", "ca002b" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/eds/android_head/ct_eds_android_head.head b/items/armors/alta/tier5/eds/android_head/ct_eds_android_head.head index c7f7c464..574ce750 100644 --- a/items/armors/alta/tier5/eds/android_head/ct_eds_android_head.head +++ b/items/armors/alta/tier5/eds/android_head/ct_eds_android_head.head @@ -3,9 +3,9 @@ "shortdescription" : "^#f02020;EDS^reset; Android Head ^#2080f0;^reset;", "description" : "A head of an advanced android prototype for the ^#f02020;EDS Android Set^reset; series.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "robotics", "eds" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "robotics", "eds" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -40,30 +40,18 @@ ], "colorOptions" : [ - // EDS RED (DEFAULT) - { "801c1c" : "801c1c", "b81824" : "b81824", "ff2c40" : "ff2c40", "ff6480" : "ff6480" }, - // LIME (BLACK) - { "801c1c" : "8fc000", "b81824" : "c5f020", "ff2c40" : "f3fc60", "ff6480" : "f9fcb0" }, - // TEAL (GRAY) - { "801c1c" : "00c063", "b81824" : "20f081", "ff2c40" : "60fc91", "ff6480" : "b0fcc7" }, - // CYAN (WHITE) - { "801c1c" : "009cc0", "b81824" : "20d3f0", "ff2c40" : "60fcf9", "ff6480" : "b0fcf9" }, - // RED - { "801c1c" : "c00003", "b81824" : "f0202d", "ff2c40" : "fc6082", "ff6480" : "fcb0c2" }, - // ORANGE - { "801c1c" : "c07000", "b81824" : "f08f20", "ff2c40" : "fc9c60", "ff6480" : "fcccb0" }, - // YELLOW - { "801c1c" : "c0af00", "b81824" : "f0d420", "ff2c40" : "fcd060", "ff6480" : "fce5b0" }, - // GREEN - { "801c1c" : "03c000", "b81824" : "2df020", "ff2c40" : "82fc60", "ff6480" : "c2fcb0" }, - // BLUE - { "801c1c" : "001cc0", "b81824" : "2049f0", "ff2c40" : "6096fc", "ff6480" : "b0ccfc" }, - // PURPLE - { "801c1c" : "7c00c0", "b81824" : "9d20f0", "ff2c40" : "a660fc", "ff6480" : "d1b0fc" }, - // PINK - { "801c1c" : "c00069", "b81824" : "f0209b", "ff2c40" : "fc60d4", "ff6480" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "801c1c" : "366388", "b81824" : "4e8fb8", "ff2c40" : "76c7e4", "ff6480" : "c9eef6" } + { "801c1c" : "801c1cfe", "b81824" : "b81824fe", "ff2c40" : "ff2c40fe", "ff6480" : "ff6480fe" }, // EDS RED (DEFAULT) + { "801c1c" : "8fc000fe", "b81824" : "c5f020fe", "ff2c40" : "f3fc60fe", "ff6480" : "f9fcb0fe" }, // LIME (BLACK) + { "801c1c" : "00c063fe", "b81824" : "20f081fe", "ff2c40" : "60fc91fe", "ff6480" : "b0fcc7fe" }, // TEAL (GRAY) + { "801c1c" : "009cc0fe", "b81824" : "20d3f0fe", "ff2c40" : "60fcf9fe", "ff6480" : "b0fcf9fe" }, // CYAN (WHITE) + { "801c1c" : "c00003fe", "b81824" : "f0202dfe", "ff2c40" : "fc6082fe", "ff6480" : "fcb0c2fe" }, // RED + { "801c1c" : "c07000fe", "b81824" : "f08f20fe", "ff2c40" : "fc9c60fe", "ff6480" : "fcccb0fe" }, // ORANGE + { "801c1c" : "c0af00fe", "b81824" : "f0d420fe", "ff2c40" : "fcd060fe", "ff6480" : "fce5b0fe" }, // YELLOW + { "801c1c" : "03c000fe", "b81824" : "2df020fe", "ff2c40" : "82fc60fe", "ff6480" : "c2fcb0fe" }, // GREEN + { "801c1c" : "001cc0fe", "b81824" : "2049f0fe", "ff2c40" : "6096fcfe", "ff6480" : "b0ccfcfe" }, // BLUE + { "801c1c" : "7c00c0fe", "b81824" : "9d20f0fe", "ff2c40" : "a660fcfe", "ff6480" : "d1b0fcfe" }, // PURPLE + { "801c1c" : "c00069fe", "b81824" : "f0209bfe", "ff2c40" : "fc60d4fe", "ff6480" : "fcb0eafe" }, // PINK + { "801c1c" : "366388fe", "b81824" : "4e8fb8fe", "ff2c40" : "76c7e4fe", "ff6480" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier5/eds/chest/ct_eds_chest.chest b/items/armors/alta/tier5/eds/chest/ct_eds_chest.chest index 67adc9a9..2bcd9dc3 100644 --- a/items/armors/alta/tier5/eds/chest/ct_eds_chest.chest +++ b/items/armors/alta/tier5/eds/chest/ct_eds_chest.chest @@ -5,9 +5,9 @@ "longdescription" : "It compensates lesser effect with mobility and protection, as well as a freen back slot.", "altaDescription" : "You do feel quite safe in stuff like this, especially with all the life support systems.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "eds" ], "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "eds" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : { diff --git a/items/armors/alta/tier5/eds/helmet/ct_eds_helmet.head b/items/armors/alta/tier5/eds/helmet/ct_eds_helmet.head index 69180e93..b1e6f1e5 100644 --- a/items/armors/alta/tier5/eds/helmet/ct_eds_helmet.head +++ b/items/armors/alta/tier5/eds/helmet/ct_eds_helmet.head @@ -5,9 +5,9 @@ "longdescription" : "This cap-like metal headwear is supplied with a standardized ^#f02020;EDS visor^reset; module in place.", "altaDescription" : "This helmet kinda looks like it has a cap.", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour", "eds" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "eds" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -42,30 +42,18 @@ ], "colorOptions" : [ - // EDS RED (DEFAULT) - { "801c1c" : "801c1c", "b81824" : "b81824", "ff2c40" : "ff2c40", "ff6480" : "ff6480" }, - // LIME (BLACK) - { "801c1c" : "8fc000", "b81824" : "c5f020", "ff2c40" : "f3fc60", "ff6480" : "f9fcb0" }, - // TEAL (GRAY) - { "801c1c" : "00c063", "b81824" : "20f081", "ff2c40" : "60fc91", "ff6480" : "b0fcc7" }, - // CYAN (WHITE) - { "801c1c" : "009cc0", "b81824" : "20d3f0", "ff2c40" : "60fcf9", "ff6480" : "b0fcf9" }, - // RED - { "801c1c" : "c00003", "b81824" : "f0202d", "ff2c40" : "fc6082", "ff6480" : "fcb0c2" }, - // ORANGE - { "801c1c" : "c07000", "b81824" : "f08f20", "ff2c40" : "fc9c60", "ff6480" : "fcccb0" }, - // YELLOW - { "801c1c" : "c0af00", "b81824" : "f0d420", "ff2c40" : "fcd060", "ff6480" : "fce5b0" }, - // GREEN - { "801c1c" : "03c000", "b81824" : "2df020", "ff2c40" : "82fc60", "ff6480" : "c2fcb0" }, - // BLUE - { "801c1c" : "001cc0", "b81824" : "2049f0", "ff2c40" : "6096fc", "ff6480" : "b0ccfc" }, - // PURPLE - { "801c1c" : "7c00c0", "b81824" : "9d20f0", "ff2c40" : "a660fc", "ff6480" : "d1b0fc" }, - // PINK - { "801c1c" : "c00069", "b81824" : "f0209b", "ff2c40" : "fc60d4", "ff6480" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "801c1c" : "366388", "b81824" : "4e8fb8", "ff2c40" : "76c7e4", "ff6480" : "c9eef6" } + { "801c1c" : "801c1cfe", "b81824" : "b81824fe", "ff2c40" : "ff2c40fe", "ff6480" : "ff6480fe" }, // EDS RED (DEFAULT) + { "801c1c" : "8fc000fe", "b81824" : "c5f020fe", "ff2c40" : "f3fc60fe", "ff6480" : "f9fcb0fe" }, // LIME (BLACK) + { "801c1c" : "00c063fe", "b81824" : "20f081fe", "ff2c40" : "60fc91fe", "ff6480" : "b0fcc7fe" }, // TEAL (GRAY) + { "801c1c" : "009cc0fe", "b81824" : "20d3f0fe", "ff2c40" : "60fcf9fe", "ff6480" : "b0fcf9fe" }, // CYAN (WHITE) + { "801c1c" : "c00003fe", "b81824" : "f0202dfe", "ff2c40" : "fc6082fe", "ff6480" : "fcb0c2fe" }, // RED + { "801c1c" : "c07000fe", "b81824" : "f08f20fe", "ff2c40" : "fc9c60fe", "ff6480" : "fcccb0fe" }, // ORANGE + { "801c1c" : "c0af00fe", "b81824" : "f0d420fe", "ff2c40" : "fcd060fe", "ff6480" : "fce5b0fe" }, // YELLOW + { "801c1c" : "03c000fe", "b81824" : "2df020fe", "ff2c40" : "82fc60fe", "ff6480" : "c2fcb0fe" }, // GREEN + { "801c1c" : "001cc0fe", "b81824" : "2049f0fe", "ff2c40" : "6096fcfe", "ff6480" : "b0ccfcfe" }, // BLUE + { "801c1c" : "7c00c0fe", "b81824" : "9d20f0fe", "ff2c40" : "a660fcfe", "ff6480" : "d1b0fcfe" }, // PURPLE + { "801c1c" : "c00069fe", "b81824" : "f0209bfe", "ff2c40" : "fc60d4fe", "ff6480" : "fcb0eafe" }, // PINK + { "801c1c" : "366388fe", "b81824" : "4e8fb8fe", "ff2c40" : "76c7e4fe", "ff6480" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { @@ -84,18 +72,18 @@ { "levelFunction" : "standardArmorLevelMaxHealthMultiplier", "stat" : "maxHealth", "amount" : 4 } ], "colorOptions" : [ - { "801c1c" : "c05c00", "b81824" : "f08e20", "ff2c40" : "fcca60", "ff6480" : "fce5b0" }, - { "801c1c" : "8fc000", "b81824" : "c5f020", "ff2c40" : "f3fc60", "ff6480" : "f9fcb0" }, - { "801c1c" : "00c063", "b81824" : "20f081", "ff2c40" : "60fc91", "ff6480" : "b0fcc7" }, - { "801c1c" : "009cc0", "b81824" : "20d3f0", "ff2c40" : "60fcf9", "ff6480" : "b0fcf9" }, - { "801c1c" : "c00003", "b81824" : "f0202d", "ff2c40" : "fc6082", "ff6480" : "fcb0c2" }, - { "801c1c" : "c07000", "b81824" : "f08f20", "ff2c40" : "fc9c60", "ff6480" : "fcccb0" }, - { "801c1c" : "c0af00", "b81824" : "f0d420", "ff2c40" : "fcd060", "ff6480" : "fce5b0" }, - { "801c1c" : "03c000", "b81824" : "2df020", "ff2c40" : "82fc60", "ff6480" : "c2fcb0" }, - { "801c1c" : "001cc0", "b81824" : "2049f0", "ff2c40" : "6096fc", "ff6480" : "b0ccfc" }, - { "801c1c" : "7c00c0", "b81824" : "9d20f0", "ff2c40" : "a660fc", "ff6480" : "d1b0fc" }, - { "801c1c" : "c00069", "b81824" : "f0209b", "ff2c40" : "fc60d4", "ff6480" : "fcb0ea" }, - { "801c1c" : "366388", "b81824" : "4e8fb8", "ff2c40" : "76c7e4", "ff6480" : "c9eef6" } + { "801c1c" : "c05c00fe", "b81824" : "f08e20fe", "ff2c40" : "fcca60fe", "ff6480" : "fce5b0fe" }, + { "801c1c" : "8fc000fe", "b81824" : "c5f020fe", "ff2c40" : "f3fc60fe", "ff6480" : "f9fcb0fe" }, + { "801c1c" : "00c063fe", "b81824" : "20f081fe", "ff2c40" : "60fc91fe", "ff6480" : "b0fcc7fe" }, + { "801c1c" : "009cc0fe", "b81824" : "20d3f0fe", "ff2c40" : "60fcf9fe", "ff6480" : "b0fcf9fe" }, + { "801c1c" : "c00003fe", "b81824" : "f0202dfe", "ff2c40" : "fc6082fe", "ff6480" : "fcb0c2fe" }, + { "801c1c" : "c07000fe", "b81824" : "f08f20fe", "ff2c40" : "fc9c60fe", "ff6480" : "fcccb0fe" }, + { "801c1c" : "c0af00fe", "b81824" : "f0d420fe", "ff2c40" : "fcd060fe", "ff6480" : "fce5b0fe" }, + { "801c1c" : "03c000fe", "b81824" : "2df020fe", "ff2c40" : "82fc60fe", "ff6480" : "c2fcb0fe" }, + { "801c1c" : "001cc0fe", "b81824" : "2049f0fe", "ff2c40" : "6096fcfe", "ff6480" : "b0ccfcfe" }, + { "801c1c" : "7c00c0fe", "b81824" : "9d20f0fe", "ff2c40" : "a660fcfe", "ff6480" : "d1b0fcfe" }, + { "801c1c" : "c00069fe", "b81824" : "f0209bfe", "ff2c40" : "fc60d4fe", "ff6480" : "fcb0eafe" }, + { "801c1c" : "366388fe", "b81824" : "4e8fb8fe", "ff2c40" : "76c7e4fe", "ff6480" : "c9eef6fe" } ], "wiki" : { "skip" : true } } }, diff --git a/items/armors/alta/tier5/eds/helmet_mk2/ct_eds_helmet_mk2.head b/items/armors/alta/tier5/eds/helmet_mk2/ct_eds_helmet_mk2.head index 9ec9d0cd..3bad0121 100644 --- a/items/armors/alta/tier5/eds/helmet_mk2/ct_eds_helmet_mk2.head +++ b/items/armors/alta/tier5/eds/helmet_mk2/ct_eds_helmet_mk2.head @@ -3,9 +3,9 @@ "shortdescription" : "^#f02020;EDS^reset; MkII Helmet ^#2080f0;^reset;", "description" : "An improved version of the ^#f02020;EDS Helmet^reset; with added energy capabilities.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "eds" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "eds" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -40,30 +40,18 @@ ], "colorOptions" : [ - // EDS RED (DEFAULT) - { "801c1c" : "801c1c", "b81824" : "b81824", "ff2c40" : "ff2c40", "ff6480" : "ff6480" }, - // LIME (BLACK) - { "801c1c" : "8fc000", "b81824" : "c5f020", "ff2c40" : "f3fc60", "ff6480" : "f9fcb0" }, - // TEAL (GRAY) - { "801c1c" : "00c063", "b81824" : "20f081", "ff2c40" : "60fc91", "ff6480" : "b0fcc7" }, - // CYAN (WHITE) - { "801c1c" : "009cc0", "b81824" : "20d3f0", "ff2c40" : "60fcf9", "ff6480" : "b0fcf9" }, - // RED - { "801c1c" : "c00003", "b81824" : "f0202d", "ff2c40" : "fc6082", "ff6480" : "fcb0c2" }, - // ORANGE - { "801c1c" : "c07000", "b81824" : "f08f20", "ff2c40" : "fc9c60", "ff6480" : "fcccb0" }, - // YELLOW - { "801c1c" : "c0af00", "b81824" : "f0d420", "ff2c40" : "fcd060", "ff6480" : "fce5b0" }, - // GREEN - { "801c1c" : "03c000", "b81824" : "2df020", "ff2c40" : "82fc60", "ff6480" : "c2fcb0" }, - // BLUE - { "801c1c" : "001cc0", "b81824" : "2049f0", "ff2c40" : "6096fc", "ff6480" : "b0ccfc" }, - // PURPLE - { "801c1c" : "7c00c0", "b81824" : "9d20f0", "ff2c40" : "a660fc", "ff6480" : "d1b0fc" }, - // PINK - { "801c1c" : "c00069", "b81824" : "f0209b", "ff2c40" : "fc60d4", "ff6480" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "801c1c" : "366388", "b81824" : "4e8fb8", "ff2c40" : "76c7e4", "ff6480" : "c9eef6" } + { "801c1c" : "801c1cfe", "b81824" : "b81824fe", "ff2c40" : "ff2c40fe", "ff6480" : "ff6480fe" }, // EDS RED (DEFAULT) + { "801c1c" : "8fc000fe", "b81824" : "c5f020fe", "ff2c40" : "f3fc60fe", "ff6480" : "f9fcb0fe" }, // LIME (BLACK) + { "801c1c" : "00c063fe", "b81824" : "20f081fe", "ff2c40" : "60fc91fe", "ff6480" : "b0fcc7fe" }, // TEAL (GRAY) + { "801c1c" : "009cc0fe", "b81824" : "20d3f0fe", "ff2c40" : "60fcf9fe", "ff6480" : "b0fcf9fe" }, // CYAN (WHITE) + { "801c1c" : "c00003fe", "b81824" : "f0202dfe", "ff2c40" : "fc6082fe", "ff6480" : "fcb0c2fe" }, // RED + { "801c1c" : "c07000fe", "b81824" : "f08f20fe", "ff2c40" : "fc9c60fe", "ff6480" : "fcccb0fe" }, // ORANGE + { "801c1c" : "c0af00fe", "b81824" : "f0d420fe", "ff2c40" : "fcd060fe", "ff6480" : "fce5b0fe" }, // YELLOW + { "801c1c" : "03c000fe", "b81824" : "2df020fe", "ff2c40" : "82fc60fe", "ff6480" : "c2fcb0fe" }, // GREEN + { "801c1c" : "001cc0fe", "b81824" : "2049f0fe", "ff2c40" : "6096fcfe", "ff6480" : "b0ccfcfe" }, // BLUE + { "801c1c" : "7c00c0fe", "b81824" : "9d20f0fe", "ff2c40" : "a660fcfe", "ff6480" : "d1b0fcfe" }, // PURPLE + { "801c1c" : "c00069fe", "b81824" : "f0209bfe", "ff2c40" : "fc60d4fe", "ff6480" : "fcb0eafe" }, // PINK + { "801c1c" : "366388fe", "b81824" : "4e8fb8fe", "ff2c40" : "76c7e4fe", "ff6480" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/eds/legwear/ct_eds_legwear.legs b/items/armors/alta/tier5/eds/legwear/ct_eds_legwear.legs index a6afee37..c1bd7aeb 100644 --- a/items/armors/alta/tier5/eds/legwear/ct_eds_legwear.legs +++ b/items/armors/alta/tier5/eds/legwear/ct_eds_legwear.legs @@ -5,9 +5,9 @@ "longdescription" : "Its full focus goes to reinforcing critical parts of the leg - feet and knees. This creates a good weight-defence balance.", "altaDescription" : "One can definitely feel their step in these.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "eds" ], "category" : "legarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "eds" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", diff --git a/items/armors/alta/tier5/eds/proto_helmet/ct_eds_proto_helmet.head b/items/armors/alta/tier5/eds/proto_helmet/ct_eds_proto_helmet.head index 4102d57b..cef6d84e 100644 --- a/items/armors/alta/tier5/eds/proto_helmet/ct_eds_proto_helmet.head +++ b/items/armors/alta/tier5/eds/proto_helmet/ct_eds_proto_helmet.head @@ -3,9 +3,9 @@ "shortdescription" : "^#f02020;EDS^reset; Proto Helmet ^#2080f0;^reset;", "description" : "A heavy ^#f02020;EDS^reset; headwear with enhanced power, protection and breath protection in exchange for energy.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "eds" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "eds" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -44,30 +44,18 @@ ], "colorOptions" : [ - // EDS RED (DEFAULT) - { "801c1c" : "801c1c", "b81824" : "b81824", "ff2c40" : "ff2c40", "ff6480" : "ff6480" }, - // LIME (BLACK) - { "801c1c" : "8fc000", "b81824" : "c5f020", "ff2c40" : "f3fc60", "ff6480" : "f9fcb0" }, - // TEAL (GRAY) - { "801c1c" : "00c063", "b81824" : "20f081", "ff2c40" : "60fc91", "ff6480" : "b0fcc7" }, - // CYAN (WHITE) - { "801c1c" : "009cc0", "b81824" : "20d3f0", "ff2c40" : "60fcf9", "ff6480" : "b0fcf9" }, - // RED - { "801c1c" : "c00003", "b81824" : "f0202d", "ff2c40" : "fc6082", "ff6480" : "fcb0c2" }, - // ORANGE - { "801c1c" : "c07000", "b81824" : "f08f20", "ff2c40" : "fc9c60", "ff6480" : "fcccb0" }, - // YELLOW - { "801c1c" : "c0af00", "b81824" : "f0d420", "ff2c40" : "fcd060", "ff6480" : "fce5b0" }, - // GREEN - { "801c1c" : "03c000", "b81824" : "2df020", "ff2c40" : "82fc60", "ff6480" : "c2fcb0" }, - // BLUE - { "801c1c" : "001cc0", "b81824" : "2049f0", "ff2c40" : "6096fc", "ff6480" : "b0ccfc" }, - // PURPLE - { "801c1c" : "7c00c0", "b81824" : "9d20f0", "ff2c40" : "a660fc", "ff6480" : "d1b0fc" }, - // PINK - { "801c1c" : "c00069", "b81824" : "f0209b", "ff2c40" : "fc60d4", "ff6480" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "801c1c" : "366388", "b81824" : "4e8fb8", "ff2c40" : "76c7e4", "ff6480" : "c9eef6" } + { "801c1c" : "801c1cfe", "b81824" : "b81824fe", "ff2c40" : "ff2c40fe", "ff6480" : "ff6480fe" }, // EDS RED (DEFAULT) + { "801c1c" : "8fc000fe", "b81824" : "c5f020fe", "ff2c40" : "f3fc60fe", "ff6480" : "f9fcb0fe" }, // LIME (BLACK) + { "801c1c" : "00c063fe", "b81824" : "20f081fe", "ff2c40" : "60fc91fe", "ff6480" : "b0fcc7fe" }, // TEAL (GRAY) + { "801c1c" : "009cc0fe", "b81824" : "20d3f0fe", "ff2c40" : "60fcf9fe", "ff6480" : "b0fcf9fe" }, // CYAN (WHITE) + { "801c1c" : "c00003fe", "b81824" : "f0202dfe", "ff2c40" : "fc6082fe", "ff6480" : "fcb0c2fe" }, // RED + { "801c1c" : "c07000fe", "b81824" : "f08f20fe", "ff2c40" : "fc9c60fe", "ff6480" : "fcccb0fe" }, // ORANGE + { "801c1c" : "c0af00fe", "b81824" : "f0d420fe", "ff2c40" : "fcd060fe", "ff6480" : "fce5b0fe" }, // YELLOW + { "801c1c" : "03c000fe", "b81824" : "2df020fe", "ff2c40" : "82fc60fe", "ff6480" : "c2fcb0fe" }, // GREEN + { "801c1c" : "001cc0fe", "b81824" : "2049f0fe", "ff2c40" : "6096fcfe", "ff6480" : "b0ccfcfe" }, // BLUE + { "801c1c" : "7c00c0fe", "b81824" : "9d20f0fe", "ff2c40" : "a660fcfe", "ff6480" : "d1b0fcfe" }, // PURPLE + { "801c1c" : "c00069fe", "b81824" : "f0209bfe", "ff2c40" : "fc60d4fe", "ff6480" : "fcb0eafe" }, // PINK + { "801c1c" : "366388fe", "b81824" : "4e8fb8fe", "ff2c40" : "76c7e4fe", "ff6480" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/misc/bishyn/helmet/ct_bishyn_helmet.head b/items/armors/alta/tier5/misc/bishyn/helmet/ct_bishyn_helmet.head index e6332a01..8ea68e2c 100644 --- a/items/armors/alta/tier5/misc/bishyn/helmet/ct_bishyn_helmet.head +++ b/items/armors/alta/tier5/misc/bishyn/helmet/ct_bishyn_helmet.head @@ -3,9 +3,9 @@ "shortdescription" : "Bishyn Helmet ^#2080f0;^reset;", "description" : "A helmet powered by poisonous ^#378754;bishyn^reset; crystals.", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "bishyn" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 5, "itemTags" : [ "tier5armour", "bishyn" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/alta/tier5/misc/companion/helmet/ct_companion_helmet.head b/items/armors/alta/tier5/misc/companion/helmet/ct_companion_helmet.head index ae5f1c76..00599877 100644 --- a/items/armors/alta/tier5/misc/companion/helmet/ct_companion_helmet.head +++ b/items/armors/alta/tier5/misc/companion/helmet/ct_companion_helmet.head @@ -3,10 +3,9 @@ "shortdescription" : "Companion Helmet", "description" : "A helmet resembling a companion android's head.", - "price" : 1000, "rarity" : "Rare", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "portal" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -42,29 +41,29 @@ "colorOptions" : [ // COMPANION (DEFAULT) - { "bf65a8" : "bf65a8", "de7dca" : "de7dca", "eca4e8" : "eca4e8", "f5d1f4" : "f5d1f4" }, + { "bf65a8" : "bf65a8fe", "de7dca" : "de7dcafe", "eca4e8" : "eca4e8fe", "f5d1f4" : "f5d1f4fe" }, // LIME (BLACK) - { "bf65a8" : "8fc000", "de7dca" : "c5f020", "eca4e8" : "f3fc60", "f5d1f4" : "f9fcb0" }, + { "bf65a8" : "8fc000fe", "de7dca" : "c5f020fe", "eca4e8" : "f3fc60fe", "f5d1f4" : "f9fcb0fe" }, // TEAL (GRAY) - { "bf65a8" : "00c063", "de7dca" : "20f081", "eca4e8" : "60fc91", "f5d1f4" : "b0fcc7" }, + { "bf65a8" : "00c063fe", "de7dca" : "20f081fe", "eca4e8" : "60fc91fe", "f5d1f4" : "b0fcc7fe" }, // CYAN (WHITE) - { "bf65a8" : "009cc0", "de7dca" : "20d3f0", "eca4e8" : "60fcf9", "f5d1f4" : "b0fcf9" }, + { "bf65a8" : "009cc0fe", "de7dca" : "20d3f0fe", "eca4e8" : "60fcf9fe", "f5d1f4" : "b0fcf9fe" }, // RED - { "bf65a8" : "c00003", "de7dca" : "f0202d", "eca4e8" : "fc6082", "f5d1f4" : "fcb0c2" }, + { "bf65a8" : "c00003fe", "de7dca" : "f0202dfe", "eca4e8" : "fc6082fe", "f5d1f4" : "fcb0c2fe" }, // ORANGE - { "bf65a8" : "c07000", "de7dca" : "f08f20", "eca4e8" : "fc9c60", "f5d1f4" : "fcccb0" }, + { "bf65a8" : "c07000fe", "de7dca" : "f08f20fe", "eca4e8" : "fc9c60fe", "f5d1f4" : "fcccb0fe" }, // YELLOW - { "bf65a8" : "c0af00", "de7dca" : "f0d420", "eca4e8" : "fcd060", "f5d1f4" : "fce5b0" }, + { "bf65a8" : "c0af00fe", "de7dca" : "f0d420fe", "eca4e8" : "fcd060fe", "f5d1f4" : "fce5b0fe" }, // GREEN - { "bf65a8" : "03c000", "de7dca" : "2df020", "eca4e8" : "82fc60", "f5d1f4" : "c2fcb0" }, + { "bf65a8" : "03c000fe", "de7dca" : "2df020fe", "eca4e8" : "82fc60fe", "f5d1f4" : "c2fcb0fe" }, // BLUE - { "bf65a8" : "001cc0", "de7dca" : "2049f0", "eca4e8" : "6096fc", "f5d1f4" : "b0ccfc" }, + { "bf65a8" : "001cc0fe", "de7dca" : "2049f0fe", "eca4e8" : "6096fcfe", "f5d1f4" : "b0ccfcfe" }, // PURPLE - { "bf65a8" : "7c00c0", "de7dca" : "9d20f0", "eca4e8" : "a660fc", "f5d1f4" : "d1b0fc" }, + { "bf65a8" : "7c00c0fe", "de7dca" : "9d20f0fe", "eca4e8" : "a660fcfe", "f5d1f4" : "d1b0fcfe" }, // PINK - { "bf65a8" : "c00069", "de7dca" : "f0209b", "eca4e8" : "fc60d4", "f5d1f4" : "fcb0ea" }, + { "bf65a8" : "c00069fe", "de7dca" : "f0209bfe", "eca4e8" : "fc60d4fe", "f5d1f4" : "fcb0eafe" }, // CRYSTAL (BROWN) - { "bf65a8" : "366388", "de7dca" : "4e8fb8", "eca4e8" : "76c7e4", "f5d1f4" : "c9eef6" } + { "bf65a8" : "366388fe", "de7dca" : "4e8fb8fe", "eca4e8" : "76c7e4fe", "f5d1f4" : "c9eef6fe" } ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/misc/industrial/helmet/ct_alta_industrial_helmet.head b/items/armors/alta/tier5/misc/industrial/helmet/ct_alta_industrial_helmet.head index 1b968588..22601187 100644 --- a/items/armors/alta/tier5/misc/industrial/helmet/ct_alta_industrial_helmet.head +++ b/items/armors/alta/tier5/misc/industrial/helmet/ct_alta_industrial_helmet.head @@ -3,10 +3,9 @@ "shortdescription" : "Industrial Dura-Helmet", "description" : "This helmet provides full protection from ^#80f020;poison^reset; and ^#f08020;fire^reset; hazards of industrial environment.", - "price" : 1000, "rarity" : "Rare", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "industrial" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -48,30 +47,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier5/misc/sona/helmet/ct_sona_helmet.head b/items/armors/alta/tier5/misc/sona/helmet/ct_sona_helmet.head index 72b2e0c1..6b110efd 100644 --- a/items/armors/alta/tier5/misc/sona/helmet/ct_sona_helmet.head +++ b/items/armors/alta/tier5/misc/sona/helmet/ct_sona_helmet.head @@ -3,10 +3,9 @@ "shortdescription" : "Sona Soldier Helmet", "description" : "A camouflaged full helmet that provides clear vision in snowy environments.", - "price" : 1000, "rarity" : "Rare", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 5, "itemTags" : [ "tier5armour" ], - "race" : "alta", + "level" : 5, "race" : "alta", + "itemTags" : [ "tier5armour", "sona" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -41,30 +40,18 @@ ], "colorOptions" : [ - // OMNIBLUE (DEFAULT) - { "0050c0" : "0050c0", "2080f0" : "2080f0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // LIME (BLACK) - { "0050c0" : "8fc000", "2080f0" : "c5f020", "60c0fc" : "f3fc60", "b0e0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "0050c0" : "00c063", "2080f0" : "20f081", "60c0fc" : "60fc91", "b0e0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "0050c0" : "009cc0", "2080f0" : "20d3f0", "60c0fc" : "60fcf9", "b0e0fc" : "b0fcf9" }, - // RED - { "0050c0" : "c00003", "2080f0" : "f0202d", "60c0fc" : "fc6082", "b0e0fc" : "fcb0c2" }, - // ORANGE - { "0050c0" : "c07000", "2080f0" : "f08f20", "60c0fc" : "fc9c60", "b0e0fc" : "fcccb0" }, - // YELLOW - { "0050c0" : "c0af00", "2080f0" : "f0d420", "60c0fc" : "fcd060", "b0e0fc" : "fce5b0" }, - // GREEN - { "0050c0" : "03c000", "2080f0" : "2df020", "60c0fc" : "82fc60", "b0e0fc" : "c2fcb0" }, - // BLUE - { "0050c0" : "001cc0", "2080f0" : "2049f0", "60c0fc" : "6096fc", "b0e0fc" : "b0ccfc" }, - // PURPLE - { "0050c0" : "7c00c0", "2080f0" : "9d20f0", "60c0fc" : "a660fc", "b0e0fc" : "d1b0fc" }, - // PINK - { "0050c0" : "c00069", "2080f0" : "f0209b", "60c0fc" : "fc60d4", "b0e0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "0050c0" : "366388", "2080f0" : "4e8fb8", "60c0fc" : "76c7e4", "b0e0fc" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier6/alternia/epp/ct_alternia_epp.back b/items/armors/alta/tier6/alternia/epp/ct_alternia_epp.back index df6e592e..13860212 100644 --- a/items/armors/alta/tier6/alternia/epp/ct_alternia_epp.back +++ b/items/armors/alta/tier6/alternia/epp/ct_alternia_epp.back @@ -3,9 +3,9 @@ "shortdescription" : "^#2080f0;Alter^reset;-EPP", "description" : "An EPP with an augment slot. Adds 20% ^#7733aa;electric resistance^reset;, ^#7733aa;Electric Immunity^reset; and ^#2080f0;Plasma Immunity^reset;. \n^gray;Starburst Rework: ^reset;^#7733aa;Mild Static^reset;^gray; immunity.^reset;", - "level" : 6, "price" : 640, "rarity" : "Legendary", - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "alternia" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -20,30 +20,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ceterai/android_head/ct_ceterai_android_head.head b/items/armors/alta/tier6/ceterai/android_head/ct_ceterai_android_head.head index 496e971f..7ed795af 100644 --- a/items/armors/alta/tier6/ceterai/android_head/ct_ceterai_android_head.head +++ b/items/armors/alta/tier6/ceterai/android_head/ct_ceterai_android_head.head @@ -3,9 +3,9 @@ "shortdescription" : "^#2080f0;C.T.^reset; Android Head ^#8020f0;^reset;", "description" : "A head of a heavy android prototype for the ^#2080f0;C.T. Android Set^reset; series.", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "robotics", "ceterai" ], "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 6, "itemTags" : [ "tier6armour", "robotics", "ceterai" ], - "race" : "alta", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -41,30 +41,18 @@ ], "colorOptions" : [ - // DEFAULT - OMNIBLUE - { "2080f0" : "2080f0", "0050c0" : "0050c0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // BLACK - TEAL - { "2080f0" : "b0fcdb", "0050c0" : "008ec0", "60c0fc" : "60f2fc", "b0e0fc" : "b0f9fc" }, - // GREY - ROSE - { "2080f0" : "f0206f", "0050c0" : "c00041", "60c0fc" : "fc60b3", "b0e0fc" : "fcb0da" }, - // WHITE - LIME - { "2080f0" : "c2f020", "0050c0" : "8dc000", "60c0fc" : "f1fc60", "b0e0fc" : "f8fcb0" }, - // RED - { "2080f0" : "f0202a", "0050c0" : "c00000", "60c0fc" : "fc607f", "b0e0fc" : "fcb0c0" }, - // ORANGE - { "2080f0" : "f08520", "0050c0" : "c06600", "60c0fc" : "fc9460", "b0e0fc" : "fcc8b0" }, - // YELLOW - { "2080f0" : "f0d820", "0050c0" : "c0b200", "60c0fc" : "fcd260", "b0e0fc" : "fce6b0" }, - // GREEN - { "2080f0" : "20f05b", "0050c0" : "00c03f", "60c0fc" : "60fc75", "b0e0fc" : "b0fcb9" }, - // BLUE - { "2080f0" : "2045f0", "0050c0" : "001bc0", "60c0fc" : "6094fc", "b0e0fc" : "b0cbfc" }, - // PURPLE - { "2080f0" : "9320f0", "0050c0" : "7100c0", "60c0fc" : "9e60fc", "b0e0fc" : "ccb0fc" }, - // PINK - { "2080f0" : "ccb0fc", "0050c0" : "c00082", "60c0fc" : "fc60e7", "b0e0fc" : "fcb0f4" }, - // BROWN - CYAN - { "2080f0" : "20f0bd", "0050c0" : "00c097", "60c0fc" : "60fcbd", "b0e0fc" : "b0fcdb" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier6/ceterai/chest/ct_ceterai_chest.chest b/items/armors/alta/tier6/ceterai/chest/ct_ceterai_chest.chest index 1b3660bb..ad6f52e9 100644 --- a/items/armors/alta/tier6/ceterai/chest/ct_ceterai_chest.chest +++ b/items/armors/alta/tier6/ceterai/chest/ct_ceterai_chest.chest @@ -3,10 +3,9 @@ "shortdescription" : "^#2080f0;C.T.^reset; Suit", "description" : "Provides enhanced energy flow in exchange for protection.", - "price" : 1600, "rarity" : "Legendary", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ceterai" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -49,29 +48,29 @@ "colorOptions" : [ // DARK OMNIBLUE - { "60c0fc" : "60c0fc", "2080f0" : "2080f0", "0050c0" : "0050c0", "081c6c" : "081c6c" }, + { "60c0fc" : "60c0fcfe", "2080f0" : "2080f0fe", "0050c0" : "0050c0fe", "081c6c" : "081c6cfe" }, // BLACK - { "60c0fc" : "4e4e4e", "2080f0" : "333333", "0050c0" : "242424", "081c6c" : "121212" }, + { "60c0fc" : "4e4e4efe", "2080f0" : "333333fe", "0050c0" : "242424fe", "081c6c" : "121212fe" }, // GREY - { "60c0fc" : "b1b1b1", "2080f0" : "727272", "0050c0" : "525252", "081c6c" : "282828" }, + { "60c0fc" : "b1b1b1fe", "2080f0" : "727272fe", "0050c0" : "525252fe", "081c6c" : "282828fe" }, // WHITE - { "60c0fc" : "dfdfdf", "2080f0" : "c5c5c5", "0050c0" : "b8b8b8", "081c6c" : "a6a6a6" }, + { "60c0fc" : "dfdfdffe", "2080f0" : "c5c5c5fe", "0050c0" : "b8b8b8fe", "081c6c" : "a6a6a6fe" }, // RED - { "60c0fc" : "ff646b", "2080f0" : "cd1921", "0050c0" : "922113", "081c6c" : "520000" }, + { "60c0fc" : "ff646bfe", "2080f0" : "cd1921fe", "0050c0" : "922113fe", "081c6c" : "520000fe" }, // ORANGE - { "60c0fc" : "ffa664", "2080f0" : "cd5919", "0050c0" : "924313", "081c6c" : "522e00" }, + { "60c0fc" : "ffa664fe", "2080f0" : "cd5919fe", "0050c0" : "924313fe", "081c6c" : "522e00fe" }, // YELLOW - { "60c0fc" : "ffe364", "2080f0" : "cdad19", "0050c0" : "928f13", "081c6c" : "515200" }, + { "60c0fc" : "ffe364fe", "2080f0" : "cdad19fe", "0050c0" : "928f13fe", "081c6c" : "515200fe" }, // GREEN - { "60c0fc" : "94ff64", "2080f0" : "51cd19", "0050c0" : "279213", "081c6c" : "005205" }, + { "60c0fc" : "94ff64fe", "2080f0" : "51cd19fe", "0050c0" : "279213fe", "081c6c" : "005205fe" }, // BLUE - { "60c0fc" : "6485ff", "2080f0" : "1940cd", "0050c0" : "131b92", "081c6c" : "0c0052" }, + { "60c0fc" : "6485fffe", "2080f0" : "1940cdfe", "0050c0" : "131b92fe", "081c6c" : "0c0052fe" }, // PURPLE - { "60c0fc" : "a064ff", "2080f0" : "5e19cd", "0050c0" : "571392", "081c6c" : "380052" }, + { "60c0fc" : "a064fffe", "2080f0" : "5e19cdfe", "0050c0" : "571392fe", "081c6c" : "380052fe" }, // PINK - { "60c0fc" : "ff64f0", "2080f0" : "cd19bd", "0050c0" : "921373", "081c6c" : "52002d" }, + { "60c0fc" : "ff64f0fe", "2080f0" : "cd19bdfe", "0050c0" : "921373fe", "081c6c" : "52002dfe" }, // CRYSTAL (BROWN) - { "60c0fc" : "c9eef6", "2080f0" : "76c7e4", "0050c0" : "4e8fb8", "081c6c" : "366388" } + { "60c0fc" : "c9eef6fe", "2080f0" : "76c7e4fe", "0050c0" : "4e8fb8fe", "081c6c" : "366388fe" } ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ceterai/core/ct_ceterai_core.back b/items/armors/alta/tier6/ceterai/core/ct_ceterai_core.back index 77b344b8..f00e7e63 100644 --- a/items/armors/alta/tier6/ceterai/core/ct_ceterai_core.back +++ b/items/armors/alta/tier6/ceterai/core/ct_ceterai_core.back @@ -3,9 +3,9 @@ "shortdescription" : "^#2080f0;C.T.^reset; Energy Core", "description" : "This back part of the ^#2080f0;C.T. Set^reset; generates additional energy for the wearer. Has an augment slot.", - "level" : 6, "price" : 640, "rarity" : "Legendary", - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ceterai" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -20,30 +20,18 @@ ], "colorOptions" : [ - // DEFAULT - OMNIBLUE - { "2080f0" : "2080f0", "0050c0" : "0050c0", "60c0fc" : "60c0fc", "b0e0fc" : "b0e0fc" }, - // BLACK - TEAL - { "2080f0" : "b0fcdb", "0050c0" : "008ec0", "60c0fc" : "60f2fc", "b0e0fc" : "b0f9fc" }, - // GREY - ROSE - { "2080f0" : "f0206f", "0050c0" : "c00041", "60c0fc" : "fc60b3", "b0e0fc" : "fcb0da" }, - // WHITE - LIME - { "2080f0" : "c2f020", "0050c0" : "8dc000", "60c0fc" : "f1fc60", "b0e0fc" : "f8fcb0" }, - // RED - { "2080f0" : "f0202a", "0050c0" : "c00000", "60c0fc" : "fc607f", "b0e0fc" : "fcb0c0" }, - // ORANGE - { "2080f0" : "f08520", "0050c0" : "c06600", "60c0fc" : "fc9460", "b0e0fc" : "fcc8b0" }, - // YELLOW - { "2080f0" : "f0d820", "0050c0" : "c0b200", "60c0fc" : "fcd260", "b0e0fc" : "fce6b0" }, - // GREEN - { "2080f0" : "20f05b", "0050c0" : "00c03f", "60c0fc" : "60fc75", "b0e0fc" : "b0fcb9" }, - // BLUE - { "2080f0" : "2045f0", "0050c0" : "001bc0", "60c0fc" : "6094fc", "b0e0fc" : "b0cbfc" }, - // PURPLE - { "2080f0" : "9320f0", "0050c0" : "7100c0", "60c0fc" : "9e60fc", "b0e0fc" : "ccb0fc" }, - // PINK - { "2080f0" : "ccb0fc", "0050c0" : "c00082", "60c0fc" : "fc60e7", "b0e0fc" : "fcb0f4" }, - // BROWN - CYAN - { "2080f0" : "20f0bd", "0050c0" : "00c097", "60c0fc" : "60fcbd", "b0e0fc" : "b0fcdb" } + { "0050c0" : "0050c0fe", "2080f0" : "2080f0fe", "60c0fc" : "60c0fcfe", "b0e0fc" : "b0e0fcfe" }, // OMNIBLUE (DEFAULT) + { "0050c0" : "8fc000fe", "2080f0" : "c5f020fe", "60c0fc" : "f3fc60fe", "b0e0fc" : "f9fcb0fe" }, // LIME (BLACK) + { "0050c0" : "00c063fe", "2080f0" : "20f081fe", "60c0fc" : "60fc91fe", "b0e0fc" : "b0fcc7fe" }, // TEAL (GRAY) + { "0050c0" : "009cc0fe", "2080f0" : "20d3f0fe", "60c0fc" : "60fcf9fe", "b0e0fc" : "b0fcf9fe" }, // CYAN (WHITE) + { "0050c0" : "c00003fe", "2080f0" : "f0202dfe", "60c0fc" : "fc6082fe", "b0e0fc" : "fcb0c2fe" }, // RED + { "0050c0" : "c07000fe", "2080f0" : "f08f20fe", "60c0fc" : "fc9c60fe", "b0e0fc" : "fcccb0fe" }, // ORANGE + { "0050c0" : "c0af00fe", "2080f0" : "f0d420fe", "60c0fc" : "fcd060fe", "b0e0fc" : "fce5b0fe" }, // YELLOW + { "0050c0" : "03c000fe", "2080f0" : "2df020fe", "60c0fc" : "82fc60fe", "b0e0fc" : "c2fcb0fe" }, // GREEN + { "0050c0" : "001cc0fe", "2080f0" : "2049f0fe", "60c0fc" : "6096fcfe", "b0e0fc" : "b0ccfcfe" }, // BLUE + { "0050c0" : "7c00c0fe", "2080f0" : "9d20f0fe", "60c0fc" : "a660fcfe", "b0e0fc" : "d1b0fcfe" }, // PURPLE + { "0050c0" : "c00069fe", "2080f0" : "f0209bfe", "60c0fc" : "fc60d4fe", "b0e0fc" : "fcb0eafe" }, // PINK + { "0050c0" : "366388fe", "2080f0" : "4e8fb8fe", "60c0fc" : "76c7e4fe", "b0e0fc" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ceterai/helmet/ct_ceterai_helmet.head b/items/armors/alta/tier6/ceterai/helmet/ct_ceterai_helmet.head index f6478948..cbb2be73 100644 --- a/items/armors/alta/tier6/ceterai/helmet/ct_ceterai_helmet.head +++ b/items/armors/alta/tier6/ceterai/helmet/ct_ceterai_helmet.head @@ -5,9 +5,9 @@ "longdescription" : "This analytical alternia-powered protected headwear is a dream of many ^#b0e0fc;alta researchers^reset;, as there are quite a few comparable alternatives.", "altaDescription" : "Many Project Ceterai associates used to wear this on-field. Now I could be the one utilizing it to the fullest.", - "level" : 6, "price" : 1000, "rarity" : "Legendary", "race" : "alta", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, + "level" : 6, "race" : "alta", "itemTags" : [ "tier6armour", "ceterai" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -42,29 +42,29 @@ "colorOptions" : [ // DARK OMNIBLUE - { "60c0fc" : "60c0fc", "2080f0" : "2080f0", "0050c0" : "0050c0", "081c6c" : "081c6c" }, + { "60c0fc" : "60c0fcfe", "2080f0" : "2080f0fe", "0050c0" : "0050c0fe", "081c6c" : "081c6cfe" }, // BLACK - { "60c0fc" : "4e4e4e", "2080f0" : "333333", "0050c0" : "242424", "081c6c" : "121212" }, + { "60c0fc" : "4e4e4efe", "2080f0" : "333333fe", "0050c0" : "242424fe", "081c6c" : "121212fe" }, // GREY - { "60c0fc" : "b1b1b1", "2080f0" : "727272", "0050c0" : "525252", "081c6c" : "282828" }, + { "60c0fc" : "b1b1b1fe", "2080f0" : "727272fe", "0050c0" : "525252fe", "081c6c" : "282828fe" }, // WHITE - { "60c0fc" : "dfdfdf", "2080f0" : "c5c5c5", "0050c0" : "b8b8b8", "081c6c" : "a6a6a6" }, + { "60c0fc" : "dfdfdffe", "2080f0" : "c5c5c5fe", "0050c0" : "b8b8b8fe", "081c6c" : "a6a6a6fe" }, // RED - { "60c0fc" : "ff646b", "2080f0" : "cd1921", "0050c0" : "922113", "081c6c" : "520000" }, + { "60c0fc" : "ff646bfe", "2080f0" : "cd1921fe", "0050c0" : "922113fe", "081c6c" : "520000fe" }, // ORANGE - { "60c0fc" : "ffa664", "2080f0" : "cd5919", "0050c0" : "924313", "081c6c" : "522e00" }, + { "60c0fc" : "ffa664fe", "2080f0" : "cd5919fe", "0050c0" : "924313fe", "081c6c" : "522e00fe" }, // YELLOW - { "60c0fc" : "ffe364", "2080f0" : "cdad19", "0050c0" : "928f13", "081c6c" : "515200" }, + { "60c0fc" : "ffe364fe", "2080f0" : "cdad19fe", "0050c0" : "928f13fe", "081c6c" : "515200fe" }, // GREEN - { "60c0fc" : "94ff64", "2080f0" : "51cd19", "0050c0" : "279213", "081c6c" : "005205" }, + { "60c0fc" : "94ff64fe", "2080f0" : "51cd19fe", "0050c0" : "279213fe", "081c6c" : "005205fe" }, // BLUE - { "60c0fc" : "6485ff", "2080f0" : "1940cd", "0050c0" : "131b92", "081c6c" : "0c0052" }, + { "60c0fc" : "6485fffe", "2080f0" : "1940cdfe", "0050c0" : "131b92fe", "081c6c" : "0c0052fe" }, // PURPLE - { "60c0fc" : "a064ff", "2080f0" : "5e19cd", "0050c0" : "571392", "081c6c" : "380052" }, + { "60c0fc" : "a064fffe", "2080f0" : "5e19cdfe", "0050c0" : "571392fe", "081c6c" : "380052fe" }, // PINK - { "60c0fc" : "ff64f0", "2080f0" : "cd19bd", "0050c0" : "921373", "081c6c" : "52002d" }, + { "60c0fc" : "ff64f0fe", "2080f0" : "cd19bdfe", "0050c0" : "921373fe", "081c6c" : "52002dfe" }, // CRYSTAL (BROWN) - { "60c0fc" : "c9eef6", "2080f0" : "76c7e4", "0050c0" : "4e8fb8", "081c6c" : "366388" } + { "60c0fc" : "c9eef6fe", "2080f0" : "76c7e4fe", "0050c0" : "4e8fb8fe", "081c6c" : "366388fe" } ], "presets" : { diff --git a/items/armors/alta/tier6/ceterai/legwear/ct_ceterai_legwear.legs b/items/armors/alta/tier6/ceterai/legwear/ct_ceterai_legwear.legs index 75235ec4..e61090bf 100644 --- a/items/armors/alta/tier6/ceterai/legwear/ct_ceterai_legwear.legs +++ b/items/armors/alta/tier6/ceterai/legwear/ct_ceterai_legwear.legs @@ -3,10 +3,9 @@ "shortdescription" : "^#2080f0;C.T.^reset; Walkers", "description" : "This alternia-enhanced legwear provides additional energy to its wearer.", - "price" : 700, "rarity" : "Legendary", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ceterai" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -44,29 +43,29 @@ "colorOptions" : [ // DARK OMNIBLUE - { "60c0fc" : "60c0fc", "2080f0" : "2080f0", "0050c0" : "0050c0", "081c6c" : "081c6c" }, + { "60c0fc" : "60c0fcfe", "2080f0" : "2080f0fe", "0050c0" : "0050c0fe", "081c6c" : "081c6cfe" }, // BLACK - { "60c0fc" : "4e4e4e", "2080f0" : "333333", "0050c0" : "242424", "081c6c" : "121212" }, + { "60c0fc" : "4e4e4efe", "2080f0" : "333333fe", "0050c0" : "242424fe", "081c6c" : "121212fe" }, // GREY - { "60c0fc" : "b1b1b1", "2080f0" : "727272", "0050c0" : "525252", "081c6c" : "282828" }, + { "60c0fc" : "b1b1b1fe", "2080f0" : "727272fe", "0050c0" : "525252fe", "081c6c" : "282828fe" }, // WHITE - { "60c0fc" : "dfdfdf", "2080f0" : "c5c5c5", "0050c0" : "b8b8b8", "081c6c" : "a6a6a6" }, + { "60c0fc" : "dfdfdffe", "2080f0" : "c5c5c5fe", "0050c0" : "b8b8b8fe", "081c6c" : "a6a6a6fe" }, // RED - { "60c0fc" : "ff646b", "2080f0" : "cd1921", "0050c0" : "922113", "081c6c" : "520000" }, + { "60c0fc" : "ff646bfe", "2080f0" : "cd1921fe", "0050c0" : "922113fe", "081c6c" : "520000fe" }, // ORANGE - { "60c0fc" : "ffa664", "2080f0" : "cd5919", "0050c0" : "924313", "081c6c" : "522e00" }, + { "60c0fc" : "ffa664fe", "2080f0" : "cd5919fe", "0050c0" : "924313fe", "081c6c" : "522e00fe" }, // YELLOW - { "60c0fc" : "ffe364", "2080f0" : "cdad19", "0050c0" : "928f13", "081c6c" : "515200" }, + { "60c0fc" : "ffe364fe", "2080f0" : "cdad19fe", "0050c0" : "928f13fe", "081c6c" : "515200fe" }, // GREEN - { "60c0fc" : "94ff64", "2080f0" : "51cd19", "0050c0" : "279213", "081c6c" : "005205" }, + { "60c0fc" : "94ff64fe", "2080f0" : "51cd19fe", "0050c0" : "279213fe", "081c6c" : "005205fe" }, // BLUE - { "60c0fc" : "6485ff", "2080f0" : "1940cd", "0050c0" : "131b92", "081c6c" : "0c0052" }, + { "60c0fc" : "6485fffe", "2080f0" : "1940cdfe", "0050c0" : "131b92fe", "081c6c" : "0c0052fe" }, // PURPLE - { "60c0fc" : "a064ff", "2080f0" : "5e19cd", "0050c0" : "571392", "081c6c" : "380052" }, + { "60c0fc" : "a064fffe", "2080f0" : "5e19cdfe", "0050c0" : "571392fe", "081c6c" : "380052fe" }, // PINK - { "60c0fc" : "ff64f0", "2080f0" : "cd19bd", "0050c0" : "921373", "081c6c" : "52002d" }, + { "60c0fc" : "ff64f0fe", "2080f0" : "cd19bdfe", "0050c0" : "921373fe", "081c6c" : "52002dfe" }, // CRYSTAL (BROWN) - { "60c0fc" : "c9eef6", "2080f0" : "76c7e4", "0050c0" : "4e8fb8", "081c6c" : "366388" } + { "60c0fc" : "c9eef6fe", "2080f0" : "76c7e4fe", "0050c0" : "4e8fb8fe", "081c6c" : "366388fe" } ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ceterai/mindframe/ct_ceterai_mindframe.head b/items/armors/alta/tier6/ceterai/mindframe/ct_ceterai_mindframe.head index 6c6a71b1..eddb7e3d 100644 --- a/items/armors/alta/tier6/ceterai/mindframe/ct_ceterai_mindframe.head +++ b/items/armors/alta/tier6/ceterai/mindframe/ct_ceterai_mindframe.head @@ -3,9 +3,9 @@ "shortdescription" : "^#2080f0;C.T.^reset; Mindframe ^#8020f0;^reset;", "description" : "A misterious device, that you can put on your head. What is its purpose? The label on the side reads 'Mark II'. Has built-in ^#b0e0fc;breath protection^reset;.", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 6, "itemTags" : [ "tier6armour", "ceterai" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ceterai" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -46,29 +46,29 @@ "colorOptions" : [ // DARK OMNIBLUE - { "60c0fc" : "60c0fc", "2080f0" : "2080f0", "0050c0" : "0050c0", "081c6c" : "081c6c" }, + { "60c0fc" : "60c0fcfe", "2080f0" : "2080f0fe", "0050c0" : "0050c0fe", "081c6c" : "081c6cfe" }, // BLACK - { "60c0fc" : "4e4e4e", "2080f0" : "333333", "0050c0" : "242424", "081c6c" : "121212" }, + { "60c0fc" : "4e4e4efe", "2080f0" : "333333fe", "0050c0" : "242424fe", "081c6c" : "121212fe" }, // GREY - { "60c0fc" : "b1b1b1", "2080f0" : "727272", "0050c0" : "525252", "081c6c" : "282828" }, + { "60c0fc" : "b1b1b1fe", "2080f0" : "727272fe", "0050c0" : "525252fe", "081c6c" : "282828fe" }, // WHITE - { "60c0fc" : "dfdfdf", "2080f0" : "c5c5c5", "0050c0" : "b8b8b8", "081c6c" : "a6a6a6" }, + { "60c0fc" : "dfdfdffe", "2080f0" : "c5c5c5fe", "0050c0" : "b8b8b8fe", "081c6c" : "a6a6a6fe" }, // RED - { "60c0fc" : "ff646b", "2080f0" : "cd1921", "0050c0" : "922113", "081c6c" : "520000" }, + { "60c0fc" : "ff646bfe", "2080f0" : "cd1921fe", "0050c0" : "922113fe", "081c6c" : "520000fe" }, // ORANGE - { "60c0fc" : "ffa664", "2080f0" : "cd5919", "0050c0" : "924313", "081c6c" : "522e00" }, + { "60c0fc" : "ffa664fe", "2080f0" : "cd5919fe", "0050c0" : "924313fe", "081c6c" : "522e00fe" }, // YELLOW - { "60c0fc" : "ffe364", "2080f0" : "cdad19", "0050c0" : "928f13", "081c6c" : "515200" }, + { "60c0fc" : "ffe364fe", "2080f0" : "cdad19fe", "0050c0" : "928f13fe", "081c6c" : "515200fe" }, // GREEN - { "60c0fc" : "94ff64", "2080f0" : "51cd19", "0050c0" : "279213", "081c6c" : "005205" }, + { "60c0fc" : "94ff64fe", "2080f0" : "51cd19fe", "0050c0" : "279213fe", "081c6c" : "005205fe" }, // BLUE - { "60c0fc" : "6485ff", "2080f0" : "1940cd", "0050c0" : "131b92", "081c6c" : "0c0052" }, + { "60c0fc" : "6485fffe", "2080f0" : "1940cdfe", "0050c0" : "131b92fe", "081c6c" : "0c0052fe" }, // PURPLE - { "60c0fc" : "a064ff", "2080f0" : "5e19cd", "0050c0" : "571392", "081c6c" : "380052" }, + { "60c0fc" : "a064fffe", "2080f0" : "5e19cdfe", "0050c0" : "571392fe", "081c6c" : "380052fe" }, // PINK - { "60c0fc" : "ff64f0", "2080f0" : "cd19bd", "0050c0" : "921373", "081c6c" : "52002d" }, + { "60c0fc" : "ff64f0fe", "2080f0" : "cd19bdfe", "0050c0" : "921373fe", "081c6c" : "52002dfe" }, // CRYSTAL (BROWN) - { "60c0fc" : "c9eef6", "2080f0" : "76c7e4", "0050c0" : "4e8fb8", "081c6c" : "366388" } + { "60c0fc" : "c9eef6fe", "2080f0" : "76c7e4fe", "0050c0" : "4e8fb8fe", "081c6c" : "366388fe" } ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ceternia/epp/ct_ceternia_epp.back b/items/armors/alta/tier6/ceternia/epp/ct_ceternia_epp.back index 945e0a4b..e2b0fe55 100644 --- a/items/armors/alta/tier6/ceternia/epp/ct_ceternia_epp.back +++ b/items/armors/alta/tier6/ceternia/epp/ct_ceternia_epp.back @@ -3,9 +3,9 @@ "shortdescription" : "^#20f080;Ceter^reset;-EPP", "description" : "An EPP with an augment slot. Adds 25% ^#7733aa;electric resistance^reset;, ^#7733aa;Electric Immunity^reset; and ^#20f080;Impulse Immunity^reset;.", - "level" : 6, "price" : 640, "rarity" : "Legendary", - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ceternia" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -20,30 +20,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/dreamer/android_head/ct_dreamer_android_head.head b/items/armors/alta/tier6/dreamer/android_head/ct_dreamer_android_head.head index b4cc9603..976de12b 100644 --- a/items/armors/alta/tier6/dreamer/android_head/ct_dreamer_android_head.head +++ b/items/armors/alta/tier6/dreamer/android_head/ct_dreamer_android_head.head @@ -3,9 +3,9 @@ "shortdescription" : "Dreamer Android Head ^#8020f0;^reset;", "description" : "A head of a heavy android prototype for the ^#8020f0;Dreamer Android Set^reset; series.", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 6, "itemTags" : [ "tier6armour", "robotics", "dreamer" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "robotics", "dreamer" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -41,30 +41,18 @@ ], "colorOptions" : [ - // OMNIPURPLE (DEFAULT) - { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, - // LIME (BLACK) - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - // RED - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - // ORANGE - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - // YELLOW - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - // GREEN - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - // BLUE - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - // PURPLE - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - // PINK - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, // OMNIPURPLE (DEFAULT) + { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, // LIME (BLACK) + { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, // TEAL (GRAY) + { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, // CYAN (WHITE) + { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, // RED + { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, // ORANGE + { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, // YELLOW + { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, // GREEN + { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, // BLUE + { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, // PURPLE + { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, // PINK + { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier6/dreamer/chest/ct_dreamer_chest.chest b/items/armors/alta/tier6/dreamer/chest/ct_dreamer_chest.chest index 59ccce28..853a875b 100644 --- a/items/armors/alta/tier6/dreamer/chest/ct_dreamer_chest.chest +++ b/items/armors/alta/tier6/dreamer/chest/ct_dreamer_chest.chest @@ -3,10 +3,9 @@ "shortdescription" : "Dreamer's Plating", "description" : "Will protect you with ^#8020f0;ionic^reset; bursts whenever you receive damage.", - "price" : 1600, "rarity" : "Legendary", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour", "dreamer" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "dreamer" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -48,30 +47,18 @@ ], "colorOptions" : [ - // OMNIPURPLE (DEFAULT) - { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, - // LIME (BLACK) - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - // RED - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - // ORANGE - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - // YELLOW - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - // GREEN - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - // BLUE - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - // PURPLE - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - // PINK - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, // OMNIPURPLE (DEFAULT) + { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, // LIME (BLACK) + { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, // TEAL (GRAY) + { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, // CYAN (WHITE) + { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, // RED + { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, // ORANGE + { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, // YELLOW + { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, // GREEN + { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, // BLUE + { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, // PURPLE + { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, // PINK + { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/dreamer/enhancer/ct_dreamer_enhancer.back b/items/armors/alta/tier6/dreamer/enhancer/ct_dreamer_enhancer.back index 48dba45c..b59da403 100644 --- a/items/armors/alta/tier6/dreamer/enhancer/ct_dreamer_enhancer.back +++ b/items/armors/alta/tier6/dreamer/enhancer/ct_dreamer_enhancer.back @@ -3,9 +3,9 @@ "shortdescription" : "Dreamer's Enhancer", "description" : "A worn device that enhances a dreamer's abilities. Has an augment slot.", - "level" : 6, - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", - "race" : "alta", "itemTags" : [ "tier6armour", "dreamer" ], + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "dreamer" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -18,30 +18,18 @@ "statusEffects" : [ "ct_ionic_clouds" ], "colorOptions" : [ - // OMNIPURPLE (DEFAULT) - { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, - // LIME (BLACK) - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - // RED - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - // ORANGE - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - // YELLOW - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - // GREEN - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - // BLUE - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - // PURPLE - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - // PINK - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, // OMNIPURPLE (DEFAULT) + { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, // LIME (BLACK) + { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, // TEAL (GRAY) + { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, // CYAN (WHITE) + { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, // RED + { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, // ORANGE + { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, // YELLOW + { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, // GREEN + { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, // BLUE + { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, // PURPLE + { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, // PINK + { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } // CRYSTAL (BROWN) ], "presets" : { @@ -53,18 +41,18 @@ "altaDescription" : "Some powerful thrusters to let you go far.", "alkey" : "Gaush Virexi", "paletteSwap" : {"#606074":"#9abdb9","#404050":"#5d8c86","#2c2c34":"#39524f","#202028":"#262539","#101014":"#0d0d1a"}, "colorOptions" : [ - { "5000c0" : "c05c00", "8020f0" : "f08e20", "c060fc" : "fcca60", "e0b0fc" : "fce5b0" }, - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "c05c00fe", "8020f0" : "f08e20fe", "c060fc" : "fcca60fe", "e0b0fc" : "fce5b0fe" }, + { "5000c0" : "8fc000fe", "8020f0" : "c5f020fe", "c060fc" : "f3fc60fe", "e0b0fc" : "f9fcb0fe" }, + { "5000c0" : "00c063fe", "8020f0" : "20f081fe", "c060fc" : "60fc91fe", "e0b0fc" : "b0fcc7fe" }, + { "5000c0" : "009cc0fe", "8020f0" : "20d3f0fe", "c060fc" : "60fcf9fe", "e0b0fc" : "b0fcf9fe" }, + { "5000c0" : "c00003fe", "8020f0" : "f0202dfe", "c060fc" : "fc6082fe", "e0b0fc" : "fcb0c2fe" }, + { "5000c0" : "c07000fe", "8020f0" : "f08f20fe", "c060fc" : "fc9c60fe", "e0b0fc" : "fcccb0fe" }, + { "5000c0" : "c0af00fe", "8020f0" : "f0d420fe", "c060fc" : "fcd060fe", "e0b0fc" : "fce5b0fe" }, + { "5000c0" : "03c000fe", "8020f0" : "2df020fe", "c060fc" : "82fc60fe", "e0b0fc" : "c2fcb0fe" }, + { "5000c0" : "001cc0fe", "8020f0" : "2049f0fe", "c060fc" : "6096fcfe", "e0b0fc" : "b0ccfcfe" }, + { "5000c0" : "7c00c0fe", "8020f0" : "9d20f0fe", "c060fc" : "a660fcfe", "e0b0fc" : "d1b0fcfe" }, + { "5000c0" : "c00069fe", "8020f0" : "f0209bfe", "c060fc" : "fc60d4fe", "e0b0fc" : "fcb0eafe" }, + { "5000c0" : "366388fe", "8020f0" : "4e8fb8fe", "c060fc" : "76c7e4fe", "e0b0fc" : "c9eef6fe" } ] } }, diff --git a/items/armors/alta/tier6/dreamer/helmet/ct_dreamer_helmet.head b/items/armors/alta/tier6/dreamer/helmet/ct_dreamer_helmet.head index 1217aece..024b868a 100644 --- a/items/armors/alta/tier6/dreamer/helmet/ct_dreamer_helmet.head +++ b/items/armors/alta/tier6/dreamer/helmet/ct_dreamer_helmet.head @@ -5,10 +5,9 @@ "longdescription" : "While it covers the head only partially, there are aerodynamic flexible membranes prtecting the rest of it and providing extra mobility.", "altaDescription" : "It looks so beautiful, yet I know what consequences lie behind wearing it.", - "price" : 1000, "rarity" : "Legendary", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour", "dreamer" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "dreamer" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -42,30 +41,18 @@ ], "colorOptions" : [ - // OMNIPURPLE (DEFAULT) - { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, - // LIME (BLACK) - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - // RED - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - // ORANGE - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - // YELLOW - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - // GREEN - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - // BLUE - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - // PURPLE - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - // PINK - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, // OMNIPURPLE (DEFAULT) + { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, // LIME (BLACK) + { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, // TEAL (GRAY) + { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, // CYAN (WHITE) + { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, // RED + { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, // ORANGE + { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, // YELLOW + { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, // GREEN + { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, // BLUE + { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, // PURPLE + { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, // PINK + { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } // CRYSTAL (BROWN) ], "presets" : { @@ -76,18 +63,18 @@ "altaDescription" : "Smells like ^#3587ff;blossoming ayaka leaves^reset;. Very romantic.", "alkey" : "Stante Cora", "paletteSwap" : {"#505050":"#f7f7f7","#444444":"#ffd1fe","#343434":"#f496f7","#181818":"#b154af","#080808":"#a0439e"}, "colorOptions" : [ - { "5000c0" : "c00089", "8020f0" : "f020ab", "c060fc" : "fc60b0", "e0b0fc" : "fcb0d6" }, - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "c00089fe", "8020f0" : "f020abfe", "c060fc" : "fc60b0fe", "e0b0fc" : "fcb0d6fe" }, + { "5000c0" : "8fc000fe", "8020f0" : "c5f020fe", "c060fc" : "f3fc60fe", "e0b0fc" : "f9fcb0fe" }, + { "5000c0" : "00c063fe", "8020f0" : "20f081fe", "c060fc" : "60fc91fe", "e0b0fc" : "b0fcc7fe" }, + { "5000c0" : "009cc0fe", "8020f0" : "20d3f0fe", "c060fc" : "60fcf9fe", "e0b0fc" : "b0fcf9fe" }, + { "5000c0" : "c00003fe", "8020f0" : "f0202dfe", "c060fc" : "fc6082fe", "e0b0fc" : "fcb0c2fe" }, + { "5000c0" : "c07000fe", "8020f0" : "f08f20fe", "c060fc" : "fc9c60fe", "e0b0fc" : "fcccb0fe" }, + { "5000c0" : "c0af00fe", "8020f0" : "f0d420fe", "c060fc" : "fcd060fe", "e0b0fc" : "fce5b0fe" }, + { "5000c0" : "03c000fe", "8020f0" : "2df020fe", "c060fc" : "82fc60fe", "e0b0fc" : "c2fcb0fe" }, + { "5000c0" : "001cc0fe", "8020f0" : "2049f0fe", "c060fc" : "6096fcfe", "e0b0fc" : "b0ccfcfe" }, + { "5000c0" : "7c00c0fe", "8020f0" : "9d20f0fe", "c060fc" : "a660fcfe", "e0b0fc" : "d1b0fcfe" }, + { "5000c0" : "c00069fe", "8020f0" : "f0209bfe", "c060fc" : "fc60d4fe", "e0b0fc" : "fcb0eafe" }, + { "5000c0" : "366388fe", "8020f0" : "4e8fb8fe", "c060fc" : "76c7e4fe", "e0b0fc" : "c9eef6fe" } ], "wiki" : { "skip" : true } } }, diff --git a/items/armors/alta/tier6/dreamer/legwear/ct_dreamer_legwear.legs b/items/armors/alta/tier6/dreamer/legwear/ct_dreamer_legwear.legs index ec3bb384..e54e9600 100644 --- a/items/armors/alta/tier6/dreamer/legwear/ct_dreamer_legwear.legs +++ b/items/armors/alta/tier6/dreamer/legwear/ct_dreamer_legwear.legs @@ -3,10 +3,9 @@ "shortdescription" : "Dreamer's Footwear", "description" : "This energy legwear refills your energy when you loose your health.", - "price" : 700, "rarity" : "Legendary", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour", "dreamer" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "dreamer" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -43,30 +42,18 @@ ], "colorOptions" : [ - // OMNIPURPLE (DEFAULT) - { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, - // LIME (BLACK) - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - // RED - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - // ORANGE - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - // YELLOW - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - // GREEN - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - // BLUE - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - // PURPLE - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - // PINK - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, // OMNIPURPLE (DEFAULT) + { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, // LIME (BLACK) + { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, // TEAL (GRAY) + { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, // CYAN (WHITE) + { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, // RED + { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, // ORANGE + { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, // YELLOW + { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, // GREEN + { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, // BLUE + { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, // PURPLE + { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, // PINK + { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/elite/android_head/ct_elite_android_head.head b/items/armors/alta/tier6/elite/android_head/ct_elite_android_head.head index 144cde63..aaa638fa 100644 --- a/items/armors/alta/tier6/elite/android_head/ct_elite_android_head.head +++ b/items/armors/alta/tier6/elite/android_head/ct_elite_android_head.head @@ -3,9 +3,9 @@ "shortdescription" : "Elite Android Head ^#8020f0;^reset;", "description" : "A head of a heavy android prototype for the ^#20f080;Elite Android Set^reset; series.", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", - "level" : 6, "itemTags" : [ "tier6armour", "robotics", "elite" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "robotics", "elite" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -41,30 +41,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier6/elite/chest/ct_elite_chest.chest b/items/armors/alta/tier6/elite/chest/ct_elite_chest.chest index 5f06763f..2449c38b 100644 --- a/items/armors/alta/tier6/elite/chest/ct_elite_chest.chest +++ b/items/armors/alta/tier6/elite/chest/ct_elite_chest.chest @@ -5,9 +5,9 @@ "longdescription" : "The life-saving techonlogy is powered by two main energy sources, one in the front, and one in the back, just in case.", "altaDescription" : "An armor piece this heavy requires a proper exoskeleton to wear.", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", - "level" : 6, "itemTags" : [ "tier6armour", "elite" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "elite" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -49,30 +49,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { @@ -101,18 +89,18 @@ "altaDescription" : "First line of protection of all the precious research we've made and knowledgge we've gained.", "alkey" : "Tek Varda Gard", "paletteSwap" : {"#f6f6f6":"#4c5064","#d8dcf0":"#383c50","#b0b4c8":"#24283c","#606478":"#101428"}, "colorOptions" : [ - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "ffaa49", "b0fce0" : "ffc888" }, - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "ffaa49fe", "b0fce0" : "ffc888fe" }, + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } ], "wiki" : { "skip" : true } } }, diff --git a/items/armors/alta/tier6/elite/generator/ct_elite_generator.back b/items/armors/alta/tier6/elite/generator/ct_elite_generator.back index 9c23815a..7fe98ddc 100644 --- a/items/armors/alta/tier6/elite/generator/ct_elite_generator.back +++ b/items/armors/alta/tier6/elite/generator/ct_elite_generator.back @@ -5,9 +5,9 @@ "longdescription" : "To provide enough energy to power the entire range with its aura, the generator uses multiple energy cores in its blueprint.", "altaDescription" : "I can feel safer under the frotective aura of this thing.", - "level" : 6, - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", - "race" : "alta", "itemTags" : [ "tier6armour", "elite", "patriotic" ], + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "elite", "patriotic" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -23,30 +23,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { diff --git a/items/armors/alta/tier6/elite/helmet/ct_elite_helmet.head b/items/armors/alta/tier6/elite/helmet/ct_elite_helmet.head index 3d5d66ce..e0e940f6 100644 --- a/items/armors/alta/tier6/elite/helmet/ct_elite_helmet.head +++ b/items/armors/alta/tier6/elite/helmet/ct_elite_helmet.head @@ -5,10 +5,9 @@ "longdescription" : "The visor in this helmet has an extended field of view to provide better clearance.", "altaDescription" : "A prime forces helmet. Looks similar to varda captain's helmet, but with even more protection.", - "price" : 1000, "rarity" : "Legendary", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour", "elite" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "elite" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -48,30 +47,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { diff --git a/items/armors/alta/tier6/elite/legwear/ct_elite_legwear.legs b/items/armors/alta/tier6/elite/legwear/ct_elite_legwear.legs index a9a00515..aa4dfada 100644 --- a/items/armors/alta/tier6/elite/legwear/ct_elite_legwear.legs +++ b/items/armors/alta/tier6/elite/legwear/ct_elite_legwear.legs @@ -5,10 +5,9 @@ "longdescription" : "Made with defence in mind, these greaves are designed to do everything possible to protect the wearer's legs and ensure their survival.", "altaDescription" : "Wearing these feels like you're operating a mini-mech of sorts.", - "price" : 700, "rarity" : "Legendary", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour", "elite" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "elite" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -45,30 +44,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "presets" : { diff --git a/items/armors/alta/tier6/elite/protector/ct_elite_protector.back b/items/armors/alta/tier6/elite/protector/ct_elite_protector.back index 8b3d96ba..490ba478 100644 --- a/items/armors/alta/tier6/elite/protector/ct_elite_protector.back +++ b/items/armors/alta/tier6/elite/protector/ct_elite_protector.back @@ -3,9 +3,9 @@ "shortdescription" : "Elite Protector", "description" : "Automatically applies a static shield whenever HP is down to 20%. Provides a life support system. Has an augment slot.", - "level" : 6, "price" : 640, "rarity" : "Legendary", - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "elite" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -21,30 +21,18 @@ ], "colorOptions" : [ - // OMNITEAL (DEFAULT) - { "00c050" : "00c050", "20f080" : "20f080", "60fcc0" : "60fcc0", "b0fce0" : "b0fce0" }, - // LIME (BLACK) - { "00c050" : "8fc000", "20f080" : "c5f020", "60fcc0" : "f3fc60", "b0fce0" : "f9fcb0" }, - // TEAL (GRAY) - { "00c050" : "00c063", "20f080" : "20f081", "60fcc0" : "60fc91", "b0fce0" : "b0fcc7" }, - // CYAN (WHITE) - { "00c050" : "009cc0", "20f080" : "20d3f0", "60fcc0" : "60fcf9", "b0fce0" : "b0fcf9" }, - // RED - { "00c050" : "c00003", "20f080" : "f0202d", "60fcc0" : "fc6082", "b0fce0" : "fcb0c2" }, - // ORANGE - { "00c050" : "c07000", "20f080" : "f08f20", "60fcc0" : "fc9c60", "b0fce0" : "fcccb0" }, - // YELLOW - { "00c050" : "c0af00", "20f080" : "f0d420", "60fcc0" : "fcd060", "b0fce0" : "fce5b0" }, - // GREEN - { "00c050" : "03c000", "20f080" : "2df020", "60fcc0" : "82fc60", "b0fce0" : "c2fcb0" }, - // BLUE - { "00c050" : "001cc0", "20f080" : "2049f0", "60fcc0" : "6096fc", "b0fce0" : "b0ccfc" }, - // PURPLE - { "00c050" : "7c00c0", "20f080" : "9d20f0", "60fcc0" : "a660fc", "b0fce0" : "d1b0fc" }, - // PINK - { "00c050" : "c00069", "20f080" : "f0209b", "60fcc0" : "fc60d4", "b0fce0" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "00c050" : "366388", "20f080" : "4e8fb8", "60fcc0" : "76c7e4", "b0fce0" : "c9eef6" } + { "00c050" : "00c050fe", "20f080" : "20f080fe", "60fcc0" : "60fcc0fe", "b0fce0" : "b0fce0fe" }, // OMNITEAL (DEFAULT) + { "00c050" : "8fc000fe", "20f080" : "c5f020fe", "60fcc0" : "f3fc60fe", "b0fce0" : "f9fcb0fe" }, // LIME (BLACK) + { "00c050" : "00c063fe", "20f080" : "20f081fe", "60fcc0" : "60fc91fe", "b0fce0" : "b0fcc7fe" }, // TEAL (GRAY) + { "00c050" : "009cc0fe", "20f080" : "20d3f0fe", "60fcc0" : "60fcf9fe", "b0fce0" : "b0fcf9fe" }, // CYAN (WHITE) + { "00c050" : "c00003fe", "20f080" : "f0202dfe", "60fcc0" : "fc6082fe", "b0fce0" : "fcb0c2fe" }, // RED + { "00c050" : "c07000fe", "20f080" : "f08f20fe", "60fcc0" : "fc9c60fe", "b0fce0" : "fcccb0fe" }, // ORANGE + { "00c050" : "c0af00fe", "20f080" : "f0d420fe", "60fcc0" : "fcd060fe", "b0fce0" : "fce5b0fe" }, // YELLOW + { "00c050" : "03c000fe", "20f080" : "2df020fe", "60fcc0" : "82fc60fe", "b0fce0" : "c2fcb0fe" }, // GREEN + { "00c050" : "001cc0fe", "20f080" : "2049f0fe", "60fcc0" : "6096fcfe", "b0fce0" : "b0ccfcfe" }, // BLUE + { "00c050" : "7c00c0fe", "20f080" : "9d20f0fe", "60fcc0" : "a660fcfe", "b0fce0" : "d1b0fcfe" }, // PURPLE + { "00c050" : "c00069fe", "20f080" : "f0209bfe", "60fcc0" : "fc60d4fe", "b0fce0" : "fcb0eafe" }, // PINK + { "00c050" : "366388fe", "20f080" : "4e8fb8fe", "60fcc0" : "76c7e4fe", "b0fce0" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua", diff --git a/items/armors/alta/tier6/enternia/epp/ct_enternia_epp.back b/items/armors/alta/tier6/enternia/epp/ct_enternia_epp.back index a6ac6ad9..bcc68b05 100644 --- a/items/armors/alta/tier6/enternia/epp/ct_enternia_epp.back +++ b/items/armors/alta/tier6/enternia/epp/ct_enternia_epp.back @@ -3,9 +3,9 @@ "shortdescription" : "^#8020f0;Enter^reset;-EPP", "description" : "An EPP with an augment slot. Adds 18% ^#7733aa;electric resistance^reset;, ^#7733aa;Electric Immunity^reset; and ^#8020f0;Ionic Immunity^reset;. \n^gray;Starburst Rework: ^reset;^#7733aa;Deadly Static^reset;^gray; immunity.^reset;", - "level" : 6, "price" : 640, "rarity" : "Legendary", - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "enternia" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -20,30 +20,18 @@ ], "colorOptions" : [ - // OMNIPURPLE (DEFAULT) - { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, - // LIME (BLACK) - { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, - // TEAL (GRAY) - { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, - // CYAN (WHITE) - { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, - // RED - { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, - // ORANGE - { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, - // YELLOW - { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, - // GREEN - { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, - // BLUE - { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, - // PURPLE - { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, - // PINK - { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } + { "5000c0" : "5000c0", "8020f0" : "8020f0", "c060fc" : "c060fc", "e0b0fc" : "e0b0fc" }, // OMNIPURPLE (DEFAULT) + { "5000c0" : "8fc000", "8020f0" : "c5f020", "c060fc" : "f3fc60", "e0b0fc" : "f9fcb0" }, // LIME (BLACK) + { "5000c0" : "00c063", "8020f0" : "20f081", "c060fc" : "60fc91", "e0b0fc" : "b0fcc7" }, // TEAL (GRAY) + { "5000c0" : "009cc0", "8020f0" : "20d3f0", "c060fc" : "60fcf9", "e0b0fc" : "b0fcf9" }, // CYAN (WHITE) + { "5000c0" : "c00003", "8020f0" : "f0202d", "c060fc" : "fc6082", "e0b0fc" : "fcb0c2" }, // RED + { "5000c0" : "c07000", "8020f0" : "f08f20", "c060fc" : "fc9c60", "e0b0fc" : "fcccb0" }, // ORANGE + { "5000c0" : "c0af00", "8020f0" : "f0d420", "c060fc" : "fcd060", "e0b0fc" : "fce5b0" }, // YELLOW + { "5000c0" : "03c000", "8020f0" : "2df020", "c060fc" : "82fc60", "e0b0fc" : "c2fcb0" }, // GREEN + { "5000c0" : "001cc0", "8020f0" : "2049f0", "c060fc" : "6096fc", "e0b0fc" : "b0ccfc" }, // BLUE + { "5000c0" : "7c00c0", "8020f0" : "9d20f0", "c060fc" : "a660fc", "e0b0fc" : "d1b0fc" }, // PURPLE + { "5000c0" : "c00069", "8020f0" : "f0209b", "c060fc" : "fc60d4", "e0b0fc" : "fcb0ea" }, // PINK + { "5000c0" : "366388", "8020f0" : "4e8fb8", "c060fc" : "76c7e4", "e0b0fc" : "c9eef6" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ghearun/back/ct_ghearun_back.back b/items/armors/alta/tier6/ghearun/back/ct_ghearun_back.back index b0837518..f0be02e5 100644 --- a/items/armors/alta/tier6/ghearun/back/ct_ghearun_back.back +++ b/items/armors/alta/tier6/ghearun/back/ct_ghearun_back.back @@ -3,9 +3,9 @@ "shortdescription" : "Ghearun M1 Forcefield", "description" : "Automatically applies a rechargable shield. Provides enviro protection. Has an augment slot. Runs on ^#a7e001;gheatsyn^reset;.", - "level" : 6, "price" : 640, "rarity" : "Legendary", - "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "maxStack" : 1, - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ghearun" ], + "category" : "enviroProtectionPack", "tooltipKind" : "ct_alta_epp", "pickupQuestTemplates" : [ ], "acceptsAugmentType" : "back", @@ -21,30 +21,18 @@ ], "colorOptions" : [ - // GHEATSYN (DEFAULT) - { "6c9000" : "6c9000", "8dbd01" : "8dbd01", "a7e001" : "a7e001", "b7f601" : "b7f601", "d4ff5a" : "d4ff5a" }, - // LIME (BLACK) - { "6c9000" : "8fc000", "8dbd01" : "c5f020", "a7e001" : "f3fc60", "b7f601" : "f3fc60", "d4ff5a" : "f9fcb0" }, - // TEAL (GRAY) - { "6c9000" : "00c063", "8dbd01" : "20f081", "a7e001" : "60fc91", "b7f601" : "60fc91", "d4ff5a" : "b0fcc7" }, - // CYAN (WHITE) - { "6c9000" : "009cc0", "8dbd01" : "20d3f0", "a7e001" : "60fcf9", "b7f601" : "60fcf9", "d4ff5a" : "b0fcf9" }, - // RED - { "6c9000" : "c00003", "8dbd01" : "f0202d", "a7e001" : "fc6082", "b7f601" : "fc6082", "d4ff5a" : "fcb0c2" }, - // ORANGE - { "6c9000" : "c07000", "8dbd01" : "f08f20", "a7e001" : "fc9c60", "b7f601" : "fc9c60", "d4ff5a" : "fcccb0" }, - // YELLOW - { "6c9000" : "c0af00", "8dbd01" : "f0d420", "a7e001" : "fcd060", "b7f601" : "fcd060", "d4ff5a" : "fce5b0" }, - // GREEN - { "6c9000" : "03c000", "8dbd01" : "2df020", "a7e001" : "82fc60", "b7f601" : "82fc60", "d4ff5a" : "c2fcb0" }, - // BLUE - { "6c9000" : "001cc0", "8dbd01" : "2049f0", "a7e001" : "6096fc", "b7f601" : "6096fc", "d4ff5a" : "b0ccfc" }, - // PURPLE - { "6c9000" : "7c00c0", "8dbd01" : "9d20f0", "a7e001" : "a660fc", "b7f601" : "a660fc", "d4ff5a" : "d1b0fc" }, - // PINK - { "6c9000" : "c00069", "8dbd01" : "f0209b", "a7e001" : "fc60d4", "b7f601" : "fc60d4", "d4ff5a" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "6c9000" : "366388", "8dbd01" : "4e8fb8", "a7e001" : "76c7e4", "b7f601" : "76c7e4", "d4ff5a" : "c9eef6" } + { "6c9000" : "6c9000fe", "8dbd01" : "8dbd01fe", "a7e001" : "a7e001fe", "b7f601" : "b7f601fe", "d4ff5a" : "d4ff5afe" }, // GHEATSYN (DEFAULT) + { "6c9000" : "8fc000fe", "8dbd01" : "c5f020fe", "a7e001" : "f3fc60fe", "b7f601" : "f3fc60fe", "d4ff5a" : "f9fcb0fe" }, // LIME (BLACK) + { "6c9000" : "00c063fe", "8dbd01" : "20f081fe", "a7e001" : "60fc91fe", "b7f601" : "60fc91fe", "d4ff5a" : "b0fcc7fe" }, // TEAL (GRAY) + { "6c9000" : "009cc0fe", "8dbd01" : "20d3f0fe", "a7e001" : "60fcf9fe", "b7f601" : "60fcf9fe", "d4ff5a" : "b0fcf9fe" }, // CYAN (WHITE) + { "6c9000" : "c00003fe", "8dbd01" : "f0202dfe", "a7e001" : "fc6082fe", "b7f601" : "fc6082fe", "d4ff5a" : "fcb0c2fe" }, // RED + { "6c9000" : "c07000fe", "8dbd01" : "f08f20fe", "a7e001" : "fc9c60fe", "b7f601" : "fc9c60fe", "d4ff5a" : "fcccb0fe" }, // ORANGE + { "6c9000" : "c0af00fe", "8dbd01" : "f0d420fe", "a7e001" : "fcd060fe", "b7f601" : "fcd060fe", "d4ff5a" : "fce5b0fe" }, // YELLOW + { "6c9000" : "03c000fe", "8dbd01" : "2df020fe", "a7e001" : "82fc60fe", "b7f601" : "82fc60fe", "d4ff5a" : "c2fcb0fe" }, // GREEN + { "6c9000" : "001cc0fe", "8dbd01" : "2049f0fe", "a7e001" : "6096fcfe", "b7f601" : "6096fcfe", "d4ff5a" : "b0ccfcfe" }, // BLUE + { "6c9000" : "7c00c0fe", "8dbd01" : "9d20f0fe", "a7e001" : "a660fcfe", "b7f601" : "a660fcfe", "d4ff5a" : "d1b0fcfe" }, // PURPLE + { "6c9000" : "c00069fe", "8dbd01" : "f0209bfe", "a7e001" : "fc60d4fe", "b7f601" : "fc60d4fe", "d4ff5a" : "fcb0eafe" }, // PINK + { "6c9000" : "366388fe", "8dbd01" : "4e8fb8fe", "a7e001" : "76c7e4fe", "b7f601" : "76c7e4fe", "d4ff5a" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ghearun/chest/ct_ghearun_chest.chest b/items/armors/alta/tier6/ghearun/chest/ct_ghearun_chest.chest index b544c750..13e2b635 100644 --- a/items/armors/alta/tier6/ghearun/chest/ct_ghearun_chest.chest +++ b/items/armors/alta/tier6/ghearun/chest/ct_ghearun_chest.chest @@ -3,10 +3,9 @@ "shortdescription" : "Ghearun M1 Chest", "description" : "An armored suit with an exosceleton that runs on ^#a7e001;gheatsyn^reset; and provides power improvements.", - "price" : 1600, "rarity" : "Legendary", - "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ghearun" ], + "category" : "chestarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : { @@ -48,30 +47,18 @@ ], "colorOptions" : [ - // GHEATSYN (DEFAULT) - { "6c9000" : "6c9000", "8dbd01" : "8dbd01", "a7e001" : "a7e001", "b7f601" : "b7f601", "d4ff5a" : "d4ff5a" }, - // LIME (BLACK) - { "6c9000" : "8fc000", "8dbd01" : "c5f020", "a7e001" : "f3fc60", "b7f601" : "f3fc60", "d4ff5a" : "f9fcb0" }, - // TEAL (GRAY) - { "6c9000" : "00c063", "8dbd01" : "20f081", "a7e001" : "60fc91", "b7f601" : "60fc91", "d4ff5a" : "b0fcc7" }, - // CYAN (WHITE) - { "6c9000" : "009cc0", "8dbd01" : "20d3f0", "a7e001" : "60fcf9", "b7f601" : "60fcf9", "d4ff5a" : "b0fcf9" }, - // RED - { "6c9000" : "c00003", "8dbd01" : "f0202d", "a7e001" : "fc6082", "b7f601" : "fc6082", "d4ff5a" : "fcb0c2" }, - // ORANGE - { "6c9000" : "c07000", "8dbd01" : "f08f20", "a7e001" : "fc9c60", "b7f601" : "fc9c60", "d4ff5a" : "fcccb0" }, - // YELLOW - { "6c9000" : "c0af00", "8dbd01" : "f0d420", "a7e001" : "fcd060", "b7f601" : "fcd060", "d4ff5a" : "fce5b0" }, - // GREEN - { "6c9000" : "03c000", "8dbd01" : "2df020", "a7e001" : "82fc60", "b7f601" : "82fc60", "d4ff5a" : "c2fcb0" }, - // BLUE - { "6c9000" : "001cc0", "8dbd01" : "2049f0", "a7e001" : "6096fc", "b7f601" : "6096fc", "d4ff5a" : "b0ccfc" }, - // PURPLE - { "6c9000" : "7c00c0", "8dbd01" : "9d20f0", "a7e001" : "a660fc", "b7f601" : "a660fc", "d4ff5a" : "d1b0fc" }, - // PINK - { "6c9000" : "c00069", "8dbd01" : "f0209b", "a7e001" : "fc60d4", "b7f601" : "fc60d4", "d4ff5a" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "6c9000" : "366388", "8dbd01" : "4e8fb8", "a7e001" : "76c7e4", "b7f601" : "76c7e4", "d4ff5a" : "c9eef6" } + { "6c9000" : "6c9000fe", "8dbd01" : "8dbd01fe", "a7e001" : "a7e001fe", "b7f601" : "b7f601fe", "d4ff5a" : "d4ff5afe" }, // GHEATSYN (DEFAULT) + { "6c9000" : "8fc000fe", "8dbd01" : "c5f020fe", "a7e001" : "f3fc60fe", "b7f601" : "f3fc60fe", "d4ff5a" : "f9fcb0fe" }, // LIME (BLACK) + { "6c9000" : "00c063fe", "8dbd01" : "20f081fe", "a7e001" : "60fc91fe", "b7f601" : "60fc91fe", "d4ff5a" : "b0fcc7fe" }, // TEAL (GRAY) + { "6c9000" : "009cc0fe", "8dbd01" : "20d3f0fe", "a7e001" : "60fcf9fe", "b7f601" : "60fcf9fe", "d4ff5a" : "b0fcf9fe" }, // CYAN (WHITE) + { "6c9000" : "c00003fe", "8dbd01" : "f0202dfe", "a7e001" : "fc6082fe", "b7f601" : "fc6082fe", "d4ff5a" : "fcb0c2fe" }, // RED + { "6c9000" : "c07000fe", "8dbd01" : "f08f20fe", "a7e001" : "fc9c60fe", "b7f601" : "fc9c60fe", "d4ff5a" : "fcccb0fe" }, // ORANGE + { "6c9000" : "c0af00fe", "8dbd01" : "f0d420fe", "a7e001" : "fcd060fe", "b7f601" : "fcd060fe", "d4ff5a" : "fce5b0fe" }, // YELLOW + { "6c9000" : "03c000fe", "8dbd01" : "2df020fe", "a7e001" : "82fc60fe", "b7f601" : "82fc60fe", "d4ff5a" : "c2fcb0fe" }, // GREEN + { "6c9000" : "001cc0fe", "8dbd01" : "2049f0fe", "a7e001" : "6096fcfe", "b7f601" : "6096fcfe", "d4ff5a" : "b0ccfcfe" }, // BLUE + { "6c9000" : "7c00c0fe", "8dbd01" : "9d20f0fe", "a7e001" : "a660fcfe", "b7f601" : "a660fcfe", "d4ff5a" : "d1b0fcfe" }, // PURPLE + { "6c9000" : "c00069fe", "8dbd01" : "f0209bfe", "a7e001" : "fc60d4fe", "b7f601" : "fc60d4fe", "d4ff5a" : "fcb0eafe" }, // PINK + { "6c9000" : "366388fe", "8dbd01" : "4e8fb8fe", "a7e001" : "76c7e4fe", "b7f601" : "76c7e4fe", "d4ff5a" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ghearun/helmet/ct_ghearun_helmet.head b/items/armors/alta/tier6/ghearun/helmet/ct_ghearun_helmet.head index ee2803e1..483854fd 100644 --- a/items/armors/alta/tier6/ghearun/helmet/ct_ghearun_helmet.head +++ b/items/armors/alta/tier6/ghearun/helmet/ct_ghearun_helmet.head @@ -5,10 +5,9 @@ "longdescription" : "The helmet itself provides enhanced vision in dimly lit and highly toxic and foggy environments, and has an in-built emergency protection system in case of depressurization.", "altaDescription" : "Those three glowing circles are the multi-state visor of the helmet. I heard it can change polarities and types of vision and even blends them together. Neat.", - "price" : 1000, "rarity" : "Legendary", - "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ghearun" ], + "category" : "headarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", @@ -44,30 +43,18 @@ ], "colorOptions" : [ - // GHEATSYN (DEFAULT) - { "6c9000" : "6c9000", "8dbd01" : "8dbd01", "a7e001" : "a7e001", "b7f601" : "b7f601", "d4ff5a" : "d4ff5a" }, - // LIME (BLACK) - { "6c9000" : "8fc000", "8dbd01" : "c5f020", "a7e001" : "f3fc60", "b7f601" : "f3fc60", "d4ff5a" : "f9fcb0" }, - // TEAL (GRAY) - { "6c9000" : "00c063", "8dbd01" : "20f081", "a7e001" : "60fc91", "b7f601" : "60fc91", "d4ff5a" : "b0fcc7" }, - // CYAN (WHITE) - { "6c9000" : "009cc0", "8dbd01" : "20d3f0", "a7e001" : "60fcf9", "b7f601" : "60fcf9", "d4ff5a" : "b0fcf9" }, - // RED - { "6c9000" : "c00003", "8dbd01" : "f0202d", "a7e001" : "fc6082", "b7f601" : "fc6082", "d4ff5a" : "fcb0c2" }, - // ORANGE - { "6c9000" : "c07000", "8dbd01" : "f08f20", "a7e001" : "fc9c60", "b7f601" : "fc9c60", "d4ff5a" : "fcccb0" }, - // YELLOW - { "6c9000" : "c0af00", "8dbd01" : "f0d420", "a7e001" : "fcd060", "b7f601" : "fcd060", "d4ff5a" : "fce5b0" }, - // GREEN - { "6c9000" : "03c000", "8dbd01" : "2df020", "a7e001" : "82fc60", "b7f601" : "82fc60", "d4ff5a" : "c2fcb0" }, - // BLUE - { "6c9000" : "001cc0", "8dbd01" : "2049f0", "a7e001" : "6096fc", "b7f601" : "6096fc", "d4ff5a" : "b0ccfc" }, - // PURPLE - { "6c9000" : "7c00c0", "8dbd01" : "9d20f0", "a7e001" : "a660fc", "b7f601" : "a660fc", "d4ff5a" : "d1b0fc" }, - // PINK - { "6c9000" : "c00069", "8dbd01" : "f0209b", "a7e001" : "fc60d4", "b7f601" : "fc60d4", "d4ff5a" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "6c9000" : "366388", "8dbd01" : "4e8fb8", "a7e001" : "76c7e4", "b7f601" : "76c7e4", "d4ff5a" : "c9eef6" } + { "6c9000" : "6c9000fe", "8dbd01" : "8dbd01fe", "a7e001" : "a7e001fe", "b7f601" : "b7f601fe", "d4ff5a" : "d4ff5afe" }, // GHEATSYN (DEFAULT) + { "6c9000" : "8fc000fe", "8dbd01" : "c5f020fe", "a7e001" : "f3fc60fe", "b7f601" : "f3fc60fe", "d4ff5a" : "f9fcb0fe" }, // LIME (BLACK) + { "6c9000" : "00c063fe", "8dbd01" : "20f081fe", "a7e001" : "60fc91fe", "b7f601" : "60fc91fe", "d4ff5a" : "b0fcc7fe" }, // TEAL (GRAY) + { "6c9000" : "009cc0fe", "8dbd01" : "20d3f0fe", "a7e001" : "60fcf9fe", "b7f601" : "60fcf9fe", "d4ff5a" : "b0fcf9fe" }, // CYAN (WHITE) + { "6c9000" : "c00003fe", "8dbd01" : "f0202dfe", "a7e001" : "fc6082fe", "b7f601" : "fc6082fe", "d4ff5a" : "fcb0c2fe" }, // RED + { "6c9000" : "c07000fe", "8dbd01" : "f08f20fe", "a7e001" : "fc9c60fe", "b7f601" : "fc9c60fe", "d4ff5a" : "fcccb0fe" }, // ORANGE + { "6c9000" : "c0af00fe", "8dbd01" : "f0d420fe", "a7e001" : "fcd060fe", "b7f601" : "fcd060fe", "d4ff5a" : "fce5b0fe" }, // YELLOW + { "6c9000" : "03c000fe", "8dbd01" : "2df020fe", "a7e001" : "82fc60fe", "b7f601" : "82fc60fe", "d4ff5a" : "c2fcb0fe" }, // GREEN + { "6c9000" : "001cc0fe", "8dbd01" : "2049f0fe", "a7e001" : "6096fcfe", "b7f601" : "6096fcfe", "d4ff5a" : "b0ccfcfe" }, // BLUE + { "6c9000" : "7c00c0fe", "8dbd01" : "9d20f0fe", "a7e001" : "a660fcfe", "b7f601" : "a660fcfe", "d4ff5a" : "d1b0fcfe" }, // PURPLE + { "6c9000" : "c00069fe", "8dbd01" : "f0209bfe", "a7e001" : "fc60d4fe", "b7f601" : "fc60d4fe", "d4ff5a" : "fcb0eafe" }, // PINK + { "6c9000" : "366388fe", "8dbd01" : "4e8fb8fe", "a7e001" : "76c7e4fe", "b7f601" : "76c7e4fe", "d4ff5a" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/alta/tier6/ghearun/legwear/ct_ghearun_legwear.legs b/items/armors/alta/tier6/ghearun/legwear/ct_ghearun_legwear.legs index 4d85652f..5cfba544 100644 --- a/items/armors/alta/tier6/ghearun/legwear/ct_ghearun_legwear.legs +++ b/items/armors/alta/tier6/ghearun/legwear/ct_ghearun_legwear.legs @@ -3,10 +3,9 @@ "shortdescription" : "Ghearun M1 Greaves", "description" : "Exoskeleton pipes on these greaves increase overall mobility of the suit. Run on ^a7e001;gheatsyn^reset;.", - "price" : 700, "rarity" : "Legendary", - "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, - "level" : 6, "itemTags" : [ "tier6armour" ], - "race" : "alta", + "level" : 6, "race" : "alta", + "itemTags" : [ "tier6armour", "ghearun" ], + "category" : "legarmour", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "pants.png", @@ -41,30 +40,18 @@ ], "colorOptions" : [ - // GHEATSYN (DEFAULT) - { "6c9000" : "6c9000", "8dbd01" : "8dbd01", "a7e001" : "a7e001", "b7f601" : "b7f601", "d4ff5a" : "d4ff5a" }, - // LIME (BLACK) - { "6c9000" : "8fc000", "8dbd01" : "c5f020", "a7e001" : "f3fc60", "b7f601" : "f3fc60", "d4ff5a" : "f9fcb0" }, - // TEAL (GRAY) - { "6c9000" : "00c063", "8dbd01" : "20f081", "a7e001" : "60fc91", "b7f601" : "60fc91", "d4ff5a" : "b0fcc7" }, - // CYAN (WHITE) - { "6c9000" : "009cc0", "8dbd01" : "20d3f0", "a7e001" : "60fcf9", "b7f601" : "60fcf9", "d4ff5a" : "b0fcf9" }, - // RED - { "6c9000" : "c00003", "8dbd01" : "f0202d", "a7e001" : "fc6082", "b7f601" : "fc6082", "d4ff5a" : "fcb0c2" }, - // ORANGE - { "6c9000" : "c07000", "8dbd01" : "f08f20", "a7e001" : "fc9c60", "b7f601" : "fc9c60", "d4ff5a" : "fcccb0" }, - // YELLOW - { "6c9000" : "c0af00", "8dbd01" : "f0d420", "a7e001" : "fcd060", "b7f601" : "fcd060", "d4ff5a" : "fce5b0" }, - // GREEN - { "6c9000" : "03c000", "8dbd01" : "2df020", "a7e001" : "82fc60", "b7f601" : "82fc60", "d4ff5a" : "c2fcb0" }, - // BLUE - { "6c9000" : "001cc0", "8dbd01" : "2049f0", "a7e001" : "6096fc", "b7f601" : "6096fc", "d4ff5a" : "b0ccfc" }, - // PURPLE - { "6c9000" : "7c00c0", "8dbd01" : "9d20f0", "a7e001" : "a660fc", "b7f601" : "a660fc", "d4ff5a" : "d1b0fc" }, - // PINK - { "6c9000" : "c00069", "8dbd01" : "f0209b", "a7e001" : "fc60d4", "b7f601" : "fc60d4", "d4ff5a" : "fcb0ea" }, - // CRYSTAL (BROWN) - { "6c9000" : "366388", "8dbd01" : "4e8fb8", "a7e001" : "76c7e4", "b7f601" : "76c7e4", "d4ff5a" : "c9eef6" } + { "6c9000" : "6c9000fe", "8dbd01" : "8dbd01fe", "a7e001" : "a7e001fe", "b7f601" : "b7f601fe", "d4ff5a" : "d4ff5afe" }, // GHEATSYN (DEFAULT) + { "6c9000" : "8fc000fe", "8dbd01" : "c5f020fe", "a7e001" : "f3fc60fe", "b7f601" : "f3fc60fe", "d4ff5a" : "f9fcb0fe" }, // LIME (BLACK) + { "6c9000" : "00c063fe", "8dbd01" : "20f081fe", "a7e001" : "60fc91fe", "b7f601" : "60fc91fe", "d4ff5a" : "b0fcc7fe" }, // TEAL (GRAY) + { "6c9000" : "009cc0fe", "8dbd01" : "20d3f0fe", "a7e001" : "60fcf9fe", "b7f601" : "60fcf9fe", "d4ff5a" : "b0fcf9fe" }, // CYAN (WHITE) + { "6c9000" : "c00003fe", "8dbd01" : "f0202dfe", "a7e001" : "fc6082fe", "b7f601" : "fc6082fe", "d4ff5a" : "fcb0c2fe" }, // RED + { "6c9000" : "c07000fe", "8dbd01" : "f08f20fe", "a7e001" : "fc9c60fe", "b7f601" : "fc9c60fe", "d4ff5a" : "fcccb0fe" }, // ORANGE + { "6c9000" : "c0af00fe", "8dbd01" : "f0d420fe", "a7e001" : "fcd060fe", "b7f601" : "fcd060fe", "d4ff5a" : "fce5b0fe" }, // YELLOW + { "6c9000" : "03c000fe", "8dbd01" : "2df020fe", "a7e001" : "82fc60fe", "b7f601" : "82fc60fe", "d4ff5a" : "c2fcb0fe" }, // GREEN + { "6c9000" : "001cc0fe", "8dbd01" : "2049f0fe", "a7e001" : "6096fcfe", "b7f601" : "6096fcfe", "d4ff5a" : "b0ccfcfe" }, // BLUE + { "6c9000" : "7c00c0fe", "8dbd01" : "9d20f0fe", "a7e001" : "a660fcfe", "b7f601" : "a660fcfe", "d4ff5a" : "d1b0fcfe" }, // PURPLE + { "6c9000" : "c00069fe", "8dbd01" : "f0209bfe", "a7e001" : "fc60d4fe", "b7f601" : "fc60d4fe", "d4ff5a" : "fcb0eafe" }, // PINK + { "6c9000" : "366388fe", "8dbd01" : "4e8fb8fe", "a7e001" : "76c7e4fe", "b7f601" : "76c7e4fe", "d4ff5a" : "c9eef6fe" } // CRYSTAL (BROWN) ], "builder" : "/items/buildscripts/alta/item.lua" diff --git a/items/armors/misc/ct_misc_crystal_pillar_hat/ct_misc_crystal_pillar_hat.head b/items/armors/misc/ct_misc_crystal_pillar_hat/ct_misc_crystal_pillar_hat.head index c6b236bc..d82cd6cf 100644 --- a/items/armors/misc/ct_misc_crystal_pillar_hat/ct_misc_crystal_pillar_hat.head +++ b/items/armors/misc/ct_misc_crystal_pillar_hat/ct_misc_crystal_pillar_hat.head @@ -3,8 +3,9 @@ "shortdescription" : "Crystal Pillar Hat", "description" : "A bright blue crystal that you can put on your head.", - "price" : 1800, "rarity" : "Rare", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, + "level" : 5, + "itemTags" : [ "crystal", "trophy" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/misc/ct_misc_deprecation_device/ct_misc_deprecation_device.back b/items/armors/misc/ct_misc_deprecation_device/ct_misc_deprecation_device.back index 77ff0f79..c436d038 100644 --- a/items/armors/misc/ct_misc_deprecation_device/ct_misc_deprecation_device.back +++ b/items/armors/misc/ct_misc_deprecation_device/ct_misc_deprecation_device.back @@ -3,8 +3,9 @@ "shortdescription" : "Deprecation Device", "description" : "Please accept this small gift for all that you've lost.", - "price" : 4800, "rarity" : "Legendary", - "category" : "backwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, + "level" : 6, + "itemTags" : [ "deprecation", "trophy" ], + "category" : "backwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "back.png", diff --git a/items/armors/misc/ct_misc_deprecation_horns/ct_misc_deprecation_horns.head b/items/armors/misc/ct_misc_deprecation_horns/ct_misc_deprecation_horns.head index e6a88005..604bdf13 100644 --- a/items/armors/misc/ct_misc_deprecation_horns/ct_misc_deprecation_horns.head +++ b/items/armors/misc/ct_misc_deprecation_horns/ct_misc_deprecation_horns.head @@ -3,8 +3,9 @@ "shortdescription" : "Deprecation Horns", "description" : "A chaotic wig with horns and crystals. No one likes losing things.", - "price" : 4800, "rarity" : "Legendary", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, + "level" : 6, + "itemTags" : [ "deprecation", "trophy" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/my_enternia/trophies/crippit_head/ct_crippit.head b/items/armors/my_enternia/trophies/crippit_head/ct_crippit.head index 89a9b0a9..7f156aa7 100644 --- a/items/armors/my_enternia/trophies/crippit_head/ct_crippit.head +++ b/items/armors/my_enternia/trophies/crippit_head/ct_crippit.head @@ -5,8 +5,9 @@ "longdescription" : "Just like most trophy cosmetics, this wearable can often be left behind by a creature that looks similar to it.", "altaDescription" : "Oh, is this what crippits use for hiding?", - "level" : 3, "price" : 1800, "rarity" : "Uncommon", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, + "level" : 3, + "itemTags" : [ "crippit", "trophy" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/armors/my_enternia/trophies/impulse_bobfae_head/ct_impulse_bobfae.head b/items/armors/my_enternia/trophies/impulse_bobfae_head/ct_impulse_bobfae.head index 30e75807..97462073 100644 --- a/items/armors/my_enternia/trophies/impulse_bobfae_head/ct_impulse_bobfae.head +++ b/items/armors/my_enternia/trophies/impulse_bobfae_head/ct_impulse_bobfae.head @@ -5,8 +5,9 @@ "longdescription" : "Just like most trophy cosmetics, this wearable can often be left behind by a creature that looks similar to it.", "altaDescription" : "This mask looks familiar... Is that what impulse bobfaes wear all the time?", - "level" : 3, "price" : 1800, "rarity" : "Uncommon", - "category" : "headwear", "tooltipKind" : "ct_alta_effects", "maxStack" : 1, + "level" : 3, + "itemTags" : [ "bobfae", "trophy" ], + "category" : "headwear", "tooltipKind" : "ct_alta_effects", "inventoryIcon" : "icon.png", "maleFrames" : "head.png", diff --git a/items/buildscripts/alta/defaults.config b/items/buildscripts/alta/defaults.config index 1cc7c111..0d0307cd 100644 --- a/items/buildscripts/alta/defaults.config +++ b/items/buildscripts/alta/defaults.config @@ -163,26 +163,26 @@ "maxStack" : 1, "price" : 700 }, + "enviroProtectionPack" : { + "maxStack" : 1, + "price" : 640 + }, // Clothing "chestwear" : { "maxStack" : 1, - "price" : 320 + "price" : 1800 }, "headwear" : { "maxStack" : 1, - "price" : 320 + "price" : 1800 }, "legwear" : { "maxStack" : 1, - "price" : 320 + "price" : 1800 }, "backwear" : { "maxStack" : 1, - "price" : 640 - }, - "enviroProtectionPack" : { - "maxStack" : 1, - "price" : 640 + "price" : 1800 }, // Augments "eppAugment" : { @@ -203,6 +203,23 @@ }, "mysteriousReward" : { "price" : 120 + }, + // Clothing + "chestwear" : { + "maxStack" : 1, + "price" : 320 + }, + "headwear" : { + "maxStack" : 1, + "price" : 320 + }, + "legwear" : { + "maxStack" : 1, + "price" : 320 + }, + "backwear" : { + "maxStack" : 1, + "price" : 640 } } } diff --git a/items/buildscripts/ct_mimics/body.chest b/items/buildscripts/ct_mimics/body.chest index 2e813323..9957c00a 100644 --- a/items/buildscripts/ct_mimics/body.chest +++ b/items/buildscripts/ct_mimics/body.chest @@ -123,7 +123,7 @@ "shortdescription" : "Archiver Top", "level" : 4, "itemTags" : [ "tier4clothing", "knowledge" ], "race" : "alta", "description" : "A top half of a scientific coat used by alta archivers. Has lots of pockets for storing all the science goods!", "longdescription" : "The underlayered sweater is pretty worm and cozy, and is a bit softer compared to the regular researcher attire.", - "altaDescription" : "The smell of sience is coming from this piece of clothing...", + "altaDescription" : "The smell of science is coming from this piece of clothing...", "paletteSwap" : { "#ffca8a":"#606478","#e0975c":"#4c5064","#a85636":"#383c50","#6f2919":"#24283c", "#808080":"#606074","#555555":"#404050","#303030":"#2c2c34", diff --git a/items/buildscripts/ct_mimics/legs.legs b/items/buildscripts/ct_mimics/legs.legs index 8899b323..8eaeb661 100644 --- a/items/buildscripts/ct_mimics/legs.legs +++ b/items/buildscripts/ct_mimics/legs.legs @@ -112,9 +112,9 @@ "archiver" : { "baseAsset" : "/items/armors/decorative/costumes/scientist/scientist.legs", "shortdescription" : "Archiver Bottom", "level" : 4, "itemTags" : [ "tier4clothing", "knowledge" ], "race" : "alta", - "description" : "A top half of a scientific coat used by alta archivers. Has lots of pockets for storing all the science goods!", - "longdescription" : "The underlayered sweater is pretty worm and cozy, and is a bit softer compared to the regular researcher attire.", - "altaDescription" : "The smell of sience is coming from this piece of clothing...", + "description" : "A bottom half of a scientific coat used by alta archivers. Has lots of pockets for storing all the science goods!", + "longdescription" : "The material is pretty plain and was made to stay on well and not let most liquids get through it.", + "altaDescription" : "The smell of science is coming from this piece of clothing...", "paletteSwap" : { "#ffca8a":"#606478","#e0975c":"#4c5064","#a85636":"#383c50","#6f2919":"#24283c", "#808080":"#606074","#555555":"#404050","#303030":"#2c2c34", diff --git a/items/buildscripts/ct_texts.config b/items/buildscripts/ct_texts.config index 87973187..d4a43afe 100644 --- a/items/buildscripts/ct_texts.config +++ b/items/buildscripts/ct_texts.config @@ -127,6 +127,7 @@ "item" : "Item:", "species" : "Species:", "alkey" : "Alkey:", + "author" : "Author:", "hand1" : "One-Handed", "hand2" : "Two-Handed", "lore" : "^gray;Observation of a random %s:^reset;", diff --git a/monsters/alta/pets/drone/ct_alta_pet_drone.monstertype b/monsters/alta/pets/drone/ct_alta_pet_drone.monstertype index 93204212..6348fa50 100644 --- a/monsters/alta/pets/drone/ct_alta_pet_drone.monstertype +++ b/monsters/alta/pets/drone/ct_alta_pet_drone.monstertype @@ -4,7 +4,7 @@ "description" : "This drone is your personal companion, and is always waiting for you on your ship. Treat it with care and support, and don't forget to play with it and feed it! \nWhen happy, it likes to sing familiar songs.", "longdescription" : "While it doesn't have a model reference, it comes in different shapes and sizes depending on an orderer's request. Due to high customization, they can be made to look similar to other drone or droid models.", "altaDescription" : "A custom drei in pretty colors. I heard one alta got hers colored in ^#ffe364;faradea^reset; palettes just to confuse local ^#b0e0fc;metrocops^reset; and ^#f02020;EDS^reset; squads. I wish I could do something like that, hehe.", - "race" : "alta", "inventoryIcon" : "/items/active/unsorted/alta/spawner/ct_alta_scout_drone.png", + "race" : "alta", "inventoryIcon" : "/items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.png", "wiki" : { "aliases" : { "Ship Drone" : { }, "Alta Ship Drone" : { }, "Evia Drei" : { } } }, "alkey" : "Nami Drei", "primaryAbility" : { diff --git a/monsters/critter/ct_gheatsyn_snail/ciclesnailcritter.monstertype b/monsters/critter/ct_gheatsyn_snail/ct_gheatsyn_snail.monstertype similarity index 100% rename from monsters/critter/ct_gheatsyn_snail/ciclesnailcritter.monstertype rename to monsters/critter/ct_gheatsyn_snail/ct_gheatsyn_snail.monstertype diff --git a/npcs/alta/science/shop.config b/npcs/alta/science/shop.config index 7530a2c7..ce975249 100644 --- a/npcs/alta/science/shop.config +++ b/npcs/alta/science/shop.config @@ -156,7 +156,6 @@ { "item" : { "name" : "energyjavelin" }, "rarity" : 0.02 }, { "item" : { "name" : "ct_combat_mask_mk2", "parameters" : { "preset" : "stardust", "shop" : true } }, "rarity" : 0.005 }, - { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "preset" : "enternia", "shop" : true } }, "rarity" : 0.005 }, { "item" : { "name" : "ct_kinetic_shield", "parameters" : { "preset" : "strong", "shop" : true } }, "rarity" : 0.001 }, { "item" : { "name" : "ct_alta_multi_tool" }, "rarity" : 0.006 }, diff --git a/npcs/alta/service/shop.config b/npcs/alta/service/shop.config index 0367c743..8859d8e8 100644 --- a/npcs/alta/service/shop.config +++ b/npcs/alta/service/shop.config @@ -913,8 +913,10 @@ { "item" : { "name" : "ct_alta_scout_mask", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, { "item" : { "name" : "ct_alta_scout_velocity_eaters", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, - { "item" : { "name" : "ct_combat_mask_mk2", "parameters" : { "preset" : "stardust", "shop" : true } }, "rarity" : 0.04 }, - { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "preset" : "enternia", "shop" : true } }, "rarity" : 0.04 } + { "item" : { "name" : "ct_alta_security_chest", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_legwear", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_pack", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 } ]], [7.9, [ { "item" : { "name" : "ct_alternia_epp" }, "rarity" : 0.01 }, @@ -930,6 +932,14 @@ { "item" : { "name" : "ct_alta_scout_mask", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, { "item" : { "name" : "ct_alta_scout_velocity_eaters", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_chest", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_legwear", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + { "item" : { "name" : "ct_alta_security_pack", "parameters" : { "upgraded" : true, "shop" : true } }, "rarity" : 0.01 }, + + { "item" : { "name" : "ct_combat_mask_mk2", "parameters" : { "preset" : "stardust", "shop" : true } }, "rarity" : 0.04 } + ]], + [8.9, [ { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "preset" : "stardust", "shop" : true } }, "rarity" : 0.04 }, { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "preset" : "orchid", "shop" : true } }, "rarity" : 0.04 }, { "item" : { "name" : "ct_alta_security_helmet", "parameters" : { "preset" : "celestia", "shop" : true } }, "rarity" : 0.04 }, diff --git a/objects/alta/crafting/crafting_station/ct_alta_crafting_station.object b/objects/alta/crafting/crafting_station/ct_alta_crafting_station.object index aa560988..57c73dcf 100644 --- a/objects/alta/crafting/crafting_station/ct_alta_crafting_station.object +++ b/objects/alta/crafting/crafting_station/ct_alta_crafting_station.object @@ -179,7 +179,7 @@ "img_clothing" : { "file" : "/items/armors/backitems/simplecape/simplecapebackicon.png?replace=ffca8a=707088?replace=e0975c=606074?replace=a85636=404050?replace=6f2919=2c2c34" }, "img_dyes" : { "file" : "/items/generic/dyes/bluedye.png" }, "img_sets" : { "file" : "/items/active/unsorted/alta/loot/sets/ct_combat_set.png" }, - "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/ct_alta_watcher_drone.png" }, + "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/drones/ct_alta_watcher_drone.png" }, "img_enhancements" : { "file" : "/items/augments/back/ct_combat_augment.png" } }, "filter" : [ "alta_t1", "alta_t1+", "alta_t2", "alta_t2+", "alta_t2m", "alta_t3", "alta_t3+" ], "initialRecipeUnlocks" : [], @@ -211,7 +211,7 @@ "img_clothing" : { "file" : "/items/armors/alta/other/eds_beret/icon.png" }, "img_dyes" : { "file" : "/items/generic/dyes/reddye.png" }, "img_sets" : { "file" : "/items/active/unsorted/alta/loot/sets/ct_eds_set.png" }, - "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/ct_eds_droid.png" }, + "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/droids/ct_eds_droid.png" }, "img_enhancements" : { "file" : "/items/augments/back/ct_eds_augment.png" } }, "filter" : [ "alta_t1", "alta_t1+", "alta_t2", "alta_t2+", "alta_t2m", "alta_t3", "alta_t3+", "alta_t3m" ], "initialRecipeUnlocks" : [], @@ -243,7 +243,7 @@ "img_clothing" : { "file" : "/items/armors/alta/other/hologlasses/icon.png" }, "img_dyes" : { "file" : "/items/generic/dyes/pinkdye.png" }, "img_sets" : { "file" : "/items/active/unsorted/alta/loot/sets/ct_eds_set.png" }, - "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/ct_eds_drone.png" }, + "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/drones/ct_eds_drone.png" }, "img_enhancements" : { "file" : "/items/augments/back/ct_combat_power_augment.png" } }, "filter" : [ "alta_t1", "alta_t1+", "alta_t2", "alta_t2+", "alta_t2m", "alta_t3", "alta_t3+", "alta_t3m", "alta_t3mm" ], "initialRecipeUnlocks" : [], @@ -297,7 +297,7 @@ "img_objects" : { "file" : "/objects/alta/crafting/datacenter/icon.png" }, "img_dyes" : { "file" : "/items/generic/dyes/bluedye.png" }, "img_sets" : { "file" : "/items/active/unsorted/alta/loot/sets/ct_ceterai_set.png" }, - "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/ct_ionic_drone.png" }, + "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/drones/ct_ionic_drone.png" }, "img_enhancements" : { "file" : "/items/augments/back/ct_ceterai_augment.png" } }, "filter" : [ "alta_t1", "alta_t1+", "alta_t2", "alta_t2+", "alta_t2m", "alta_t3", "alta_t3+", "alta_t3m", "alta_t3mm", "alta_t4", "alta_t4+" ], @@ -329,7 +329,7 @@ "img_objects" : { "file" : "/objects/alta/crafting/datacenter/icon.png" }, "img_dyes" : { "file" : "/items/generic/dyes/bluedye.png" }, "img_sets" : { "file" : "/items/active/unsorted/alta/loot/sets/ct_dreamer_set.png" }, - "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/ct_ionic_drone.png" }, + "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/drones/ct_ionic_drone.png" }, "img_enhancements" : { "file" : "/items/augments/back/ct_ionic_augment.png" } }, "filter" : [ "alta_t1", "alta_t1+", "alta_t2", "alta_t2+", "alta_t2m", "alta_t3", "alta_t3+", "alta_t3m", "alta_t3mm", @@ -360,7 +360,7 @@ "img_objects" : { "file" : "/objects/alta/crafting/datacenter/icon.png" }, "img_dyes" : { "file" : "/items/generic/dyes/bluedye.png" }, "img_sets" : { "file" : "/items/active/unsorted/alta/loot/sets/ct_dreamer_set.png" }, - "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/ct_ionic_drone.png" }, + "img_robotics" : { "file" : "/items/active/unsorted/alta/spawner/drones/ct_ionic_drone.png" }, "img_enhancements" : { "file" : "/items/augments/back/ct_alternia_augment.png" } }, "filter" : [ "alta_t1", "alta_t1+", "alta_t2", "alta_t2+", "alta_t2m", "alta_t3", "alta_t3+", "alta_t3m", "alta_t3mm", diff --git a/objects/alta/crafting/crafting_station/tier1.config b/objects/alta/crafting/crafting_station/tier1.config index f8cda7ba..7aaa6bb0 100644 --- a/objects/alta/crafting/crafting_station/tier1.config +++ b/objects/alta/crafting/crafting_station/tier1.config @@ -99,7 +99,7 @@ "img_objects" : { "type" : "image", "position" : [207, 146], "zlevel" : 3, "file" : "/objects/alta/crafting/crafting_station/icon1.png" }, "img_dyes" : { "type" : "image", "position" : [207, 119], "zlevel" : 3, "file" : "/items/generic/dyes/whitedye.png" }, "img_sets" : { "type" : "image", "position" : [207, 92], "zlevel" : 3, "file" : "/items/active/unsorted/alta/loot/sets/ct_alta_metrocop_set.png" }, - "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/ct_alta_scout_drone.png" }, + "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.png" }, diff --git a/objects/alta/crafting/crafting_station/tier2.config b/objects/alta/crafting/crafting_station/tier2.config index b4c14d94..2f58598f 100644 --- a/objects/alta/crafting/crafting_station/tier2.config +++ b/objects/alta/crafting/crafting_station/tier2.config @@ -100,7 +100,7 @@ "img_objects" : { "type" : "image", "position" : [207, 146], "zlevel" : 3, "file" : "/objects/alta/crafting/upgrade_station/icon1.png" }, "img_dyes" : { "type" : "image", "position" : [207, 119], "zlevel" : 3, "file" : "/items/generic/dyes/bluedye.png" }, "img_sets" : { "type" : "image", "position" : [207, 92], "zlevel" : 3, "file" : "/items/active/unsorted/alta/loot/sets/ct_alta_security_set.png" }, - "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/ct_alta_security_drone.png" }, + "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/drones/ct_alta_security_drone.png" }, diff --git a/objects/alta/crafting/crafting_station/tier3.config b/objects/alta/crafting/crafting_station/tier3.config index 51c5f26f..56cf78fd 100644 --- a/objects/alta/crafting/crafting_station/tier3.config +++ b/objects/alta/crafting/crafting_station/tier3.config @@ -103,7 +103,7 @@ "img_objects" : { "type" : "image", "position" : [207, 146], "zlevel" : 3, "file" : "/objects/alta/crafting/upgrade_station/icon1.png" }, "img_dyes" : { "type" : "image", "position" : [207, 119], "zlevel" : 3, "file" : "/items/generic/dyes/orangedye.png" }, "img_sets" : { "type" : "image", "position" : [207, 92], "zlevel" : 3, "file" : "/items/active/unsorted/alta/loot/sets/ct_arco_set.png" }, - "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/ct_alta_security_drone.png" }, + "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/drones/ct_alta_security_drone.png" }, "img_enhancements" : { "type" : "image", "position" : [207, 38], "zlevel" : 3, "file" : "" }, diff --git a/objects/alta/crafting/crafting_station/tier4.config b/objects/alta/crafting/crafting_station/tier4.config index ad135098..7a060faa 100644 --- a/objects/alta/crafting/crafting_station/tier4.config +++ b/objects/alta/crafting/crafting_station/tier4.config @@ -106,7 +106,7 @@ "img_objects" : { "type" : "image", "position" : [207, 146], "zlevel" : 3, "file" : "/objects/alta/crafting/datacenter/icon.png" }, "img_dyes" : { "type" : "image", "position" : [207, 119], "zlevel" : 3, "file" : "/items/generic/dyes/greendye.png" }, "img_sets" : { "type" : "image", "position" : [207, 92], "zlevel" : 3, "file" : "/items/active/unsorted/alta/loot/sets/ct_elite_set.png" }, - "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/ct_elite_drone.png" }, + "img_robotics" : { "type" : "image", "position" : [207, 65], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/drones/ct_elite_drone.png" }, "img_enhancements" : { "type" : "image", "position" : [207, 38], "zlevel" : 3, "file" : "/items/augments/back/ct_elite_augment.png" }, diff --git a/objects/alta/crafting/crafting_station/tier5.config b/objects/alta/crafting/crafting_station/tier5.config index e4e229f3..f8e119a7 100644 --- a/objects/alta/crafting/crafting_station/tier5.config +++ b/objects/alta/crafting/crafting_station/tier5.config @@ -165,8 +165,8 @@ "lblTab20a" : { "type" : "image", "position" : [100, 39], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/monsters/ct_crippit_egg.png" }, "lblTab20b" : { "type" : "image", "position" : [116, 39], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/bugs/ct_alto_zych_egg.png" }, - "lblTab20c" : { "type" : "image", "position" : [133, 39], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/ct_alta_scout_drone.png" }, - "lblTab20d" : { "type" : "image", "position" : [149, 39], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/ct_alta_spider_droid.png" }, + "lblTab20c" : { "type" : "image", "position" : [133, 39], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/drones/ct_alta_scout_drone.png" }, + "lblTab20d" : { "type" : "image", "position" : [149, 39], "zlevel" : 3, "file" : "/items/active/unsorted/alta/spawner/droids/ct_alta_spider_droid.png" }, "lblTab20e" : { "type" : "image", "position" : [166, 39], "zlevel" : 3, "file" : "/items/augments/back/ct_alternia_augment.png" }, "lblTab20f" : { "type" : "image", "position" : [182, 39], "zlevel" : 3, "file" : "/items/augments/pet/ct_mindframe_collar.png" }, diff --git a/recipes/ct_alta_crafting_station/misc_loot/tier6/custom/armor/ct_animus.recipe b/recipes/ct_alta_crafting_station/misc_loot/tier6/custom/armor/ct_animus.recipe deleted file mode 100644 index 97266c75..00000000 --- a/recipes/ct_alta_crafting_station/misc_loot/tier6/custom/armor/ct_animus.recipe +++ /dev/null @@ -1,8 +0,0 @@ -{ - "input" : [ - { "item" : "silk", "count" : 2 } - ], - "output" : { "item" : "ct_alta_security_helmet", "count" : 1, "parameters" : { "preset" : "enternia" } }, - "duration" : 0.25, - "groups" : [ "my_enternia", "alta_max", "alta", "alta_citadel", "l6m", "armor", "armors", "head_armor", "all", "mod" ] -} diff --git a/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_chest_upg.recipe b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_chest_upg.recipe new file mode 100644 index 00000000..df44b4cb --- /dev/null +++ b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_chest_upg.recipe @@ -0,0 +1,10 @@ +{ + "input" : [ + { "item" : "durasteelbar", "count" : 10 }, + { "item" : "ct_datamass", "count" : 1 }, + { "item" : "silk", "count" : 1 } + ], + "duration" : 4, + "output" : { "item" : "ct_alta_security_chest", "count" : 1, "parameters" : { "upgraded" : true } }, + "groups" : [ "my_enternia", "alta_max", "alta", "alta_capital", "l6m", "armor", "armors", "body_armor", "all", "mod" ] +} diff --git a/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_helmet_upg.recipe b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_helmet_upg.recipe new file mode 100644 index 00000000..f3b25f2a --- /dev/null +++ b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_helmet_upg.recipe @@ -0,0 +1,9 @@ +{ + "input" : [ + { "item" : "durasteelbar", "count" : 6 }, + { "item" : "ct_datamass", "count" : 1 } + ], + "duration" : 4, + "output" : { "item" : "ct_alta_security_helmet", "count" : 1, "parameters" : { "upgraded" : true } }, + "groups" : [ "my_enternia", "alta_max", "alta", "alta_capital", "l6m", "armor", "armors", "head_armor", "all", "mod" ] +} diff --git a/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_legwear_upg.recipe b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_legwear_upg.recipe new file mode 100644 index 00000000..38cc63c0 --- /dev/null +++ b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_legwear_upg.recipe @@ -0,0 +1,9 @@ +{ + "input" : [ + { "item" : "durasteelbar", "count" : 4 }, + { "item" : "ct_datamass", "count" : 1 } + ], + "duration" : 4, + "output" : { "item" : "ct_alta_security_legwear", "count" : 1, "parameters" : { "upgraded" : true } }, + "groups" : [ "my_enternia", "alta_max", "alta", "alta_capital", "l6m", "armor", "armors", "leg_armor", "all", "mod" ] +} diff --git a/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_pack_upg.recipe b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_pack_upg.recipe new file mode 100644 index 00000000..aca58ebc --- /dev/null +++ b/recipes/ct_alta_crafting_station/tier4_security/tier6/ct_alta_security_pack_upg.recipe @@ -0,0 +1,10 @@ +{ + "input" : [ + { "item" : "durasteelbar", "count" : 2 }, + { "item" : "ct_alta_protective_collar", "count" : 1 }, + { "item" : "ct_alta_backpack", "count" : 1 } + ], + "duration" : 4, + "output" : { "item" : "ct_alta_security_pack", "count" : 1, "parameters" : { "upgraded" : true } }, + "groups" : [ "my_enternia", "alta_max", "alta", "alta_capital", "l6m", "armor", "armors", "back_armor", "all", "mod" ] +} diff --git a/sipMods/my_enternia.json b/sipMods/my_enternia.json index 902820e3..9cfad095 100644 --- a/sipMods/my_enternia.json +++ b/sipMods/my_enternia.json @@ -1354,26 +1354,164 @@ }, { "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_alta_companion_drone.activeitem", - "name": "ct_alta_companion_drone", - "shortdescription": "Companion Drone", + "fileName": "ct_monster_spawner.activeitem", + "name": "ct_monster_spawner", + "shortdescription": "Random Monster Spawn Egg", "category": "throwableItem", - "icon": "ct_alta_companion_drone.png", + "icon": "ct_monster_spawner.png", + "rarity": "legendary", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/androids/", + "fileName": "ct_alta_android.activeitem", + "name": "ct_alta_android", + "shortdescription": "Android", + "category": "throwableItem", + "icon": "ct_alta_android.png", "rarity": "uncommon", "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_alta_crystal_drone.activeitem", - "name": "ct_alta_crystal_drone", - "shortdescription": "Crystal Drone", + "path": "/items/active/unsorted/alta/spawner/androids/", + "fileName": "ct_alta_capital_android.activeitem", + "name": "ct_alta_capital_android", + "shortdescription": "Imperial Android", "category": "throwableItem", - "icon": "ct_alta_crystal_drone.png", + "icon": "ct_alta_capital_android.png", + "rarity": "legendary", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/androids/", + "fileName": "ct_alta_lab_android.activeitem", + "name": "ct_alta_lab_android", + "shortdescription": "Alta Lab Android", + "category": "throwableItem", + "icon": "ct_alta_lab_android.png", + "rarity": "rare", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/androids/", + "fileName": "ct_alta_security_android.activeitem", + "name": "ct_alta_security_android", + "shortdescription": "Security Android", + "category": "throwableItem", + "icon": "ct_alta_security_android.png", "rarity": "uncommon", "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_alto_zych_egg.activeitem", + "name": "ct_alto_zych_egg", + "shortdescription": "Alto Zych Egg", + "category": "throwableItem", + "icon": "ct_alto_zych_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_aya_bee_egg.activeitem", + "name": "ct_aya_bee_egg", + "shortdescription": "Aya Bee Egg", + "category": "throwableItem", + "icon": "ct_aya_bee_egg.png", + "rarity": "common" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_elin_bug_egg.activeitem", + "name": "ct_elin_bug_egg", + "shortdescription": "Elin Bug Egg ^#20f080;^reset;", + "category": "throwableItem", + "icon": "ct_elin_bug_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_ion_klee_egg.activeitem", + "name": "ct_ion_klee_egg", + "shortdescription": "Ion Klee Egg", + "category": "throwableItem", + "icon": "ct_ion_klee_egg.png", + "rarity": "rare" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_juviley_egg.activeitem", + "name": "ct_juviley_egg", + "shortdescription": "Juviley Egg", + "category": "throwableItem", + "icon": "ct_juviley_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_klee_egg.activeitem", + "name": "ct_klee_egg", + "shortdescription": "Klee Egg", + "category": "throwableItem", + "icon": "ct_klee_egg.png", + "rarity": "common" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_klee_prime_egg.activeitem", + "name": "ct_klee_prime_egg", + "shortdescription": "Klee Prime Egg", + "category": "throwableItem", + "icon": "ct_klee_prime_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_prism_wing_egg.activeitem", + "name": "ct_prism_wing_egg", + "shortdescription": "Prism Wing Egg", + "category": "throwableItem", + "icon": "ct_prism_wing_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_starfly_egg.activeitem", + "name": "ct_starfly_egg", + "shortdescription": "Starfly Egg", + "category": "throwableItem", + "icon": "ct_starfly_egg.png", + "rarity": "legendary" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_strizychar_egg.activeitem", + "name": "ct_strizychar_egg", + "shortdescription": "Strizychar Egg", + "category": "throwableItem", + "icon": "ct_strizychar_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_unwarped_fly_egg.activeitem", + "name": "ct_unwarped_fly_egg", + "shortdescription": "Unwarped Fly Egg", + "category": "throwableItem", + "icon": "ct_unwarped_fly_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/bugs/", + "fileName": "ct_vio_zych_egg.activeitem", + "name": "ct_vio_zych_egg", + "shortdescription": "Vio Zych Egg", + "category": "throwableItem", + "icon": "ct_vio_zych_egg.png", + "rarity": "uncommon" + }, + { + "path": "/items/active/unsorted/alta/spawner/droids/", "fileName": "ct_alta_defensive_droid.activeitem", "name": "ct_alta_defensive_droid", "shortdescription": "Defensive Droid", @@ -1383,7 +1521,77 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/droids/", + "fileName": "ct_alta_spider_droid.activeitem", + "name": "ct_alta_spider_droid", + "shortdescription": "Spider Droid", + "category": "throwableItem", + "icon": "ct_alta_spider_droid.png", + "rarity": "rare", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/droids/", + "fileName": "ct_alta_stalker_droid.activeitem", + "name": "ct_alta_stalker_droid", + "shortdescription": "Stalker Droid", + "category": "throwableItem", + "icon": "ct_alta_stalker_droid.png", + "rarity": "legendary", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/droids/", + "fileName": "ct_eds_droid.activeitem", + "name": "ct_eds_droid", + "shortdescription": "^#f02020;EDS^reset; Droid", + "category": "throwableItem", + "icon": "ct_eds_droid.png", + "rarity": "rare", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/droids/", + "fileName": "ct_elite_droid.activeitem", + "name": "ct_elite_droid", + "shortdescription": "Elite Droid", + "category": "throwableItem", + "icon": "ct_elite_droid.png", + "rarity": "legendary", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/droids/", + "fileName": "ct_gheatsyn_droid.activeitem", + "name": "ct_gheatsyn_droid", + "shortdescription": "Gheatsyn Droid", + "category": "throwableItem", + "icon": "ct_gheatsyn_droid.png", + "rarity": "legendary", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/drones/", + "fileName": "ct_alta_companion_drone.activeitem", + "name": "ct_alta_companion_drone", + "shortdescription": "Companion Drone", + "category": "throwableItem", + "icon": "ct_alta_companion_drone.png", + "rarity": "uncommon", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/drones/", + "fileName": "ct_alta_crystal_drone.activeitem", + "name": "ct_alta_crystal_drone", + "shortdescription": "Crystal Drone", + "category": "throwableItem", + "icon": "ct_alta_crystal_drone.png", + "rarity": "uncommon", + "race": "alta" + }, + { + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_defensive_drone.activeitem", "name": "ct_alta_defensive_drone", "shortdescription": "Defensive Drone", @@ -1393,7 +1601,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_engineer_drone.activeitem", "name": "ct_alta_engineer_drone", "shortdescription": "Engineer Drone", @@ -1403,7 +1611,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_frigate_drone.activeitem", "name": "ct_alta_frigate_drone", "shortdescription": "Frigate Drone", @@ -1413,7 +1621,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_frigate_drone_empty.activeitem", "name": "ct_alta_frigate_drone_empty", "shortdescription": "Frigate Drone Empty", @@ -1423,7 +1631,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_mini_drone.activeitem", "name": "ct_alta_mini_drone", "shortdescription": "Mini Drone", @@ -1433,7 +1641,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_scout_drone.activeitem", "name": "ct_alta_scout_drone", "shortdescription": "Scout Drone", @@ -1443,7 +1651,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_security_drone.activeitem", "name": "ct_alta_security_drone", "shortdescription": "Security Drone", @@ -1453,7 +1661,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_sentry_drone.activeitem", "name": "ct_alta_sentry_drone", "shortdescription": "Sentry Drone", @@ -1463,7 +1671,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_shield_drone.activeitem", "name": "ct_alta_shield_drone", "shortdescription": "Shield Drone", @@ -1473,27 +1681,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_alta_spider_droid.activeitem", - "name": "ct_alta_spider_droid", - "shortdescription": "Spider Droid", - "category": "throwableItem", - "icon": "ct_alta_spider_droid.png", - "rarity": "rare", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_alta_stalker_droid.activeitem", - "name": "ct_alta_stalker_droid", - "shortdescription": "Stalker Droid", - "category": "throwableItem", - "icon": "ct_alta_stalker_droid.png", - "rarity": "legendary", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_trans_drone.activeitem", "name": "ct_alta_trans_drone", "shortdescription": "Orchid Drone", @@ -1503,7 +1691,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_alta_watcher_drone.activeitem", "name": "ct_alta_watcher_drone", "shortdescription": "Watcher Drone", @@ -1513,17 +1701,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_eds_droid.activeitem", - "name": "ct_eds_droid", - "shortdescription": "^#f02020;EDS^reset; Droid", - "category": "throwableItem", - "icon": "ct_eds_droid.png", - "rarity": "rare", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_eds_drone.activeitem", "name": "ct_eds_drone", "shortdescription": "^#f02020;EDS^reset; Drone", @@ -1533,7 +1711,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_elin_drone.activeitem", "name": "ct_elin_drone", "shortdescription": "Elin Drone", @@ -1543,17 +1721,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_elite_droid.activeitem", - "name": "ct_elite_droid", - "shortdescription": "Elite Droid", - "category": "throwableItem", - "icon": "ct_elite_droid.png", - "rarity": "legendary", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_elite_drone.activeitem", "name": "ct_elite_drone", "shortdescription": "Elite Drone", @@ -1563,17 +1731,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_gheatsyn_droid.activeitem", - "name": "ct_gheatsyn_droid", - "shortdescription": "Gheatsyn Droid", - "category": "throwableItem", - "icon": "ct_gheatsyn_droid.png", - "rarity": "legendary", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_ionic_drone.activeitem", "name": "ct_ionic_drone", "shortdescription": "Ionic Drone", @@ -1583,7 +1741,7 @@ "race": "alta" }, { - "path": "/items/active/unsorted/alta/spawner/", + "path": "/items/active/unsorted/alta/spawner/drones/", "fileName": "ct_lava_drone.activeitem", "name": "ct_lava_drone", "shortdescription": "Lava Drone", @@ -1592,164 +1750,6 @@ "rarity": "legendary", "race": "alta" }, - { - "path": "/items/active/unsorted/alta/spawner/", - "fileName": "ct_monster_spawner.activeitem", - "name": "ct_monster_spawner", - "shortdescription": "Random Monster Spawn Egg", - "category": "throwableItem", - "icon": "ct_monster_spawner.png", - "rarity": "legendary", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/androids/", - "fileName": "ct_alta_android.activeitem", - "name": "ct_alta_android", - "shortdescription": "Android", - "category": "throwableItem", - "icon": "ct_alta_android.png", - "rarity": "uncommon", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/androids/", - "fileName": "ct_alta_capital_android.activeitem", - "name": "ct_alta_capital_android", - "shortdescription": "Imperial Android", - "category": "throwableItem", - "icon": "ct_alta_capital_android.png", - "rarity": "legendary", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/androids/", - "fileName": "ct_alta_lab_android.activeitem", - "name": "ct_alta_lab_android", - "shortdescription": "Alta Lab Android", - "category": "throwableItem", - "icon": "ct_alta_lab_android.png", - "rarity": "rare", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/androids/", - "fileName": "ct_alta_security_android.activeitem", - "name": "ct_alta_security_android", - "shortdescription": "Security Android", - "category": "throwableItem", - "icon": "ct_alta_security_android.png", - "rarity": "uncommon", - "race": "alta" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_alto_zych_egg.activeitem", - "name": "ct_alto_zych_egg", - "shortdescription": "Alto Zych Egg", - "category": "throwableItem", - "icon": "ct_alto_zych_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_aya_bee_egg.activeitem", - "name": "ct_aya_bee_egg", - "shortdescription": "Aya Bee Egg", - "category": "throwableItem", - "icon": "ct_aya_bee_egg.png", - "rarity": "common" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_elin_bug_egg.activeitem", - "name": "ct_elin_bug_egg", - "shortdescription": "Elin Bug Egg ^#20f080;^reset;", - "category": "throwableItem", - "icon": "ct_elin_bug_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_ion_klee_egg.activeitem", - "name": "ct_ion_klee_egg", - "shortdescription": "Ion Klee Egg", - "category": "throwableItem", - "icon": "ct_ion_klee_egg.png", - "rarity": "rare" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_juviley_egg.activeitem", - "name": "ct_juviley_egg", - "shortdescription": "Juviley Egg", - "category": "throwableItem", - "icon": "ct_juviley_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_klee_egg.activeitem", - "name": "ct_klee_egg", - "shortdescription": "Klee Egg", - "category": "throwableItem", - "icon": "ct_klee_egg.png", - "rarity": "common" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_klee_prime_egg.activeitem", - "name": "ct_klee_prime_egg", - "shortdescription": "Klee Prime Egg", - "category": "throwableItem", - "icon": "ct_klee_prime_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_prism_wing_egg.activeitem", - "name": "ct_prism_wing_egg", - "shortdescription": "Prism Wing Egg", - "category": "throwableItem", - "icon": "ct_prism_wing_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_starfly_egg.activeitem", - "name": "ct_starfly_egg", - "shortdescription": "Starfly Egg", - "category": "throwableItem", - "icon": "ct_starfly_egg.png", - "rarity": "legendary" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_strizychar_egg.activeitem", - "name": "ct_strizychar_egg", - "shortdescription": "Strizychar Egg", - "category": "throwableItem", - "icon": "ct_strizychar_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_unwarped_fly_egg.activeitem", - "name": "ct_unwarped_fly_egg", - "shortdescription": "Unwarped Fly Egg", - "category": "throwableItem", - "icon": "ct_unwarped_fly_egg.png", - "rarity": "uncommon" - }, - { - "path": "/items/active/unsorted/alta/spawner/bugs/", - "fileName": "ct_vio_zych_egg.activeitem", - "name": "ct_vio_zych_egg", - "shortdescription": "Vio Zych Egg", - "category": "throwableItem", - "icon": "ct_vio_zych_egg.png", - "rarity": "uncommon" - }, { "path": "/items/active/unsorted/alta/spawner/helpers/", "fileName": "ct_alta_roomba.activeitem", @@ -3032,7 +3032,7 @@ "shortdescription": "Tidy Backpack", "category": "backwear", "icon": "icon.png", - "rarity": "uncommon", + "rarity": "common", "race": "alta" }, { @@ -3042,7 +3042,7 @@ "shortdescription": "^#f02020;EDS^reset; Duty Beret", "category": "headwear", "icon": "icon.png", - "rarity": "rare", + "rarity": "uncommon", "race": "alta" }, { @@ -3052,7 +3052,7 @@ "shortdescription": "^#f02020;EDS^reset; Visor", "category": "headwear", "icon": "icon.png", - "rarity": "rare", + "rarity": "uncommon", "race": "alta" }, { @@ -3152,7 +3152,7 @@ "shortdescription": "Scientific Visor", "category": "headwear", "icon": "icon.png", - "rarity": "rare", + "rarity": "uncommon", "race": "alta" }, { @@ -3172,7 +3172,7 @@ "shortdescription": "State Beret", "category": "headwear", "icon": "icon.png", - "rarity": "uncommon", + "rarity": "common", "race": "alta" }, { diff --git a/spawntypes/alta/robotics.spawntypes b/spawntypes/alta/robotics.spawntypes index b44e7aaa..545cfd75 100644 --- a/spawntypes/alta/robotics.spawntypes +++ b/spawntypes/alta/robotics.spawntypes @@ -36,5 +36,32 @@ { "name" : "ct_alta_droid_eds", "monsterParameters" : {"aggressive" : true}, "spawnParameters" : {"area" : "surface", "region" : "all", "time" : "all"}, "groupSize" : [1, 1], "spawnChance" : 0.06, "monsterType" : [ [0.95, "ct_eds_droid"], [0.05, "ct_alta_defensive_droid"] ] + }, + + // Robohelpers + + { + "name" : "ct_alta_roomba_spawn", + "monsterType" : "ct_alta_roomba", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_alta_waiter_spawn", + "monsterType" : "ct_alta_waiter", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_arco_scanner_spawn", + "monsterType" : "ct_arco_scanner", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_eds_gardis_spawn", + "monsterType" : "ct_eds_gardis", + "spawnParameters" : { "area" : "surface", "region" : "exposed", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } } ] diff --git a/spawntypes/my_enternia/critter.spawntypes b/spawntypes/my_enternia/critter.spawntypes new file mode 100644 index 00000000..106e358e --- /dev/null +++ b/spawntypes/my_enternia/critter.spawntypes @@ -0,0 +1,134 @@ +[ + // Surface Critters + // Day + { + "name" : "ct_boki_spawn", + "monsterType" : "ct_boki", + "spawnParameters" : { "area" : "surface", "region" : "exposed", "time" : "day" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + + // Cave Critters + // All + { + "name" : "ct_baratoad_spawn", + "monsterType" : "ct_baratoad", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_calin_snail_spawn", + "monsterType" : "ct_calin_snail", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.03, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_gheatsyn_snail_spawn", + "monsterType" : "ct_gheatsyn_snail", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.03, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_isogloop_spawn", + "monsterType" : "ct_isogloop", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_warped_bug_spawn", + "monsterType" : "ct_warped_bug", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_warped_spider_spawn", + "monsterType" : "ct_warped_spider", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_warped_worm_spawn", + "monsterType" : "ct_warped_worm", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_yaafrog_spawn", + "monsterType" : "ct_yaafrog", + "spawnParameters" : { "area" : "surface", "region" : "enclosed", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + + // Any Land Critters + // Night + { + "name" : "ct_miazmur_spawn", + "monsterType" : "ct_miazmur", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "night" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + // All + { + "name" : "ct_alta_scab_spawn", + "monsterType" : "ct_alta_scab", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_ariling_spawn", + "monsterType" : "ct_ariling", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_bishyn_tortoise_spawn", + "monsterType" : "ct_bishyn_tortoise", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_eds_scab_spawn", + "monsterType" : "ct_eds_scab", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_eeriss_spawn", + "monsterType" : "ct_eeriss", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_floating_calline_spawn", + "monsterType" : "ct_floating_calline", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_plasma_nibbler_spawn", + "monsterType" : "ct_plasma_nibbler", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_riverside_crab_spawn", + "monsterType" : "ct_riverside_crab", + "spawnParameters" : { "area" : "surface", "region" : "all", "time" : "all" }, + "spawnChance" : 0.02, "monsterParameters" : { "aggressive" : false } + }, + + // Any Liquid Critters + + { + "name" : "ct_alta_jelly_spawn", + "monsterType" : "ct_alta_jelly", + "spawnParameters" : { "area" : "liquid", "region" : "all", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + }, + { + "name" : "ct_floater_spawn", + "monsterType" : "ct_floater", + "spawnParameters" : { "area" : "liquid", "region" : "all", "time" : "all" }, + "spawnChance" : 0.04, "monsterParameters" : { "aggressive" : false } + } +] diff --git a/wardrobe/my_enternia.json b/wardrobe/my_enternia.json index 5c3d5571..92dd8705 100644 --- a/wardrobe/my_enternia.json +++ b/wardrobe/my_enternia.json @@ -1187,76 +1187,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -1355,76 +1355,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -1439,76 +1439,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -1523,76 +1523,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -1607,76 +1607,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -1775,76 +1775,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -2111,76 +2111,76 @@ "mask": "mask.png", "colorOptions": [ { - "#106890": "106890", - "#1090c0": "1090c0", - "#10b4ef": "10b4ef", - "#71d4f8": "71d4f8" + "#106890": "106890fe", + "#1090c0": "1090c0fe", + "#10b4ef": "10b4effe", + "#71d4f8": "71d4f8fe" }, { - "#106890": "8fc000", - "#1090c0": "c5f020", - "#10b4ef": "f3fc60", - "#71d4f8": "f9fcb0" + "#106890": "8fc000fe", + "#1090c0": "c5f020fe", + "#10b4ef": "f3fc60fe", + "#71d4f8": "f9fcb0fe" }, { - "#106890": "00c063", - "#1090c0": "20f081", - "#10b4ef": "60fc91", - "#71d4f8": "b0fcc7" + "#106890": "00c063fe", + "#1090c0": "20f081fe", + "#10b4ef": "60fc91fe", + "#71d4f8": "b0fcc7fe" }, { - "#106890": "009cc0", - "#1090c0": "20d3f0", - "#10b4ef": "60fcf9", - "#71d4f8": "b0fcf9" + "#106890": "009cc0fe", + "#1090c0": "20d3f0fe", + "#10b4ef": "60fcf9fe", + "#71d4f8": "b0fcf9fe" }, { - "#106890": "c00003", - "#1090c0": "f0202d", - "#10b4ef": "fc6082", - "#71d4f8": "fcb0c2" + "#106890": "c00003fe", + "#1090c0": "f0202dfe", + "#10b4ef": "fc6082fe", + "#71d4f8": "fcb0c2fe" }, { - "#106890": "c07000", - "#1090c0": "f08f20", - "#10b4ef": "fc9c60", - "#71d4f8": "fcccb0" + "#106890": "c07000fe", + "#1090c0": "f08f20fe", + "#10b4ef": "fc9c60fe", + "#71d4f8": "fcccb0fe" }, { - "#106890": "c0af00", - "#1090c0": "f0d420", - "#10b4ef": "fcd060", - "#71d4f8": "fce5b0" + "#106890": "c0af00fe", + "#1090c0": "f0d420fe", + "#10b4ef": "fcd060fe", + "#71d4f8": "fce5b0fe" }, { - "#106890": "03c000", - "#1090c0": "2df020", - "#10b4ef": "82fc60", - "#71d4f8": "c2fcb0" + "#106890": "03c000fe", + "#1090c0": "2df020fe", + "#10b4ef": "82fc60fe", + "#71d4f8": "c2fcb0fe" }, { - "#106890": "001cc0", - "#1090c0": "2049f0", - "#10b4ef": "6096fc", - "#71d4f8": "b0ccfc" + "#106890": "001cc0fe", + "#1090c0": "2049f0fe", + "#10b4ef": "6096fcfe", + "#71d4f8": "b0ccfcfe" }, { - "#106890": "7c00c0", - "#1090c0": "9d20f0", - "#10b4ef": "a660fc", - "#71d4f8": "d1b0fc" + "#106890": "7c00c0fe", + "#1090c0": "9d20f0fe", + "#10b4ef": "a660fcfe", + "#71d4f8": "d1b0fcfe" }, { - "#106890": "c00069", - "#1090c0": "f0209b", - "#10b4ef": "fc60d4", - "#71d4f8": "fcb0ea" + "#106890": "c00069fe", + "#1090c0": "f0209bfe", + "#10b4ef": "fc60d4fe", + "#71d4f8": "fcb0eafe" }, { - "#106890": "366388", - "#1090c0": "4e8fb8", - "#10b4ef": "76c7e4", - "#71d4f8": "c9eef6" + "#106890": "366388fe", + "#1090c0": "4e8fb8fe", + "#10b4ef": "76c7e4fe", + "#71d4f8": "c9eef6fe" } ] }, @@ -2195,76 +2195,76 @@ "mask": "mask.png", "colorOptions": [ { - "#106890": "106890", - "#1090c0": "1090c0", - "#10b4ef": "10b4ef", - "#71d4f8": "71d4f8" + "#106890": "106890fe", + "#1090c0": "1090c0fe", + "#10b4ef": "10b4effe", + "#71d4f8": "71d4f8fe" }, { - "#106890": "8fc000", - "#1090c0": "c5f020", - "#10b4ef": "f3fc60", - "#71d4f8": "f9fcb0" + "#106890": "8fc000fe", + "#1090c0": "c5f020fe", + "#10b4ef": "f3fc60fe", + "#71d4f8": "f9fcb0fe" }, { - "#106890": "00c063", - "#1090c0": "20f081", - "#10b4ef": "60fc91", - "#71d4f8": "b0fcc7" + "#106890": "00c063fe", + "#1090c0": "20f081fe", + "#10b4ef": "60fc91fe", + "#71d4f8": "b0fcc7fe" }, { - "#106890": "009cc0", - "#1090c0": "20d3f0", - "#10b4ef": "60fcf9", - "#71d4f8": "b0fcf9" + "#106890": "009cc0fe", + "#1090c0": "20d3f0fe", + "#10b4ef": "60fcf9fe", + "#71d4f8": "b0fcf9fe" }, { - "#106890": "c00003", - "#1090c0": "f0202d", - "#10b4ef": "fc6082", - "#71d4f8": "fcb0c2" + "#106890": "c00003fe", + "#1090c0": "f0202dfe", + "#10b4ef": "fc6082fe", + "#71d4f8": "fcb0c2fe" }, { - "#106890": "c07000", - "#1090c0": "f08f20", - "#10b4ef": "fc9c60", - "#71d4f8": "fcccb0" + "#106890": "c07000fe", + "#1090c0": "f08f20fe", + "#10b4ef": "fc9c60fe", + "#71d4f8": "fcccb0fe" }, { - "#106890": "c0af00", - "#1090c0": "f0d420", - "#10b4ef": "fcd060", - "#71d4f8": "fce5b0" + "#106890": "c0af00fe", + "#1090c0": "f0d420fe", + "#10b4ef": "fcd060fe", + "#71d4f8": "fce5b0fe" }, { - "#106890": "03c000", - "#1090c0": "2df020", - "#10b4ef": "82fc60", - "#71d4f8": "c2fcb0" + "#106890": "03c000fe", + "#1090c0": "2df020fe", + "#10b4ef": "82fc60fe", + "#71d4f8": "c2fcb0fe" }, { - "#106890": "001cc0", - "#1090c0": "2049f0", - "#10b4ef": "6096fc", - "#71d4f8": "b0ccfc" + "#106890": "001cc0fe", + "#1090c0": "2049f0fe", + "#10b4ef": "6096fcfe", + "#71d4f8": "b0ccfcfe" }, { - "#106890": "7c00c0", - "#1090c0": "9d20f0", - "#10b4ef": "a660fc", - "#71d4f8": "d1b0fc" + "#106890": "7c00c0fe", + "#1090c0": "9d20f0fe", + "#10b4ef": "a660fcfe", + "#71d4f8": "d1b0fcfe" }, { - "#106890": "c00069", - "#1090c0": "f0209b", - "#10b4ef": "fc60d4", - "#71d4f8": "fcb0ea" + "#106890": "c00069fe", + "#1090c0": "f0209bfe", + "#10b4ef": "fc60d4fe", + "#71d4f8": "fcb0eafe" }, { - "#106890": "366388", - "#1090c0": "4e8fb8", - "#10b4ef": "76c7e4", - "#71d4f8": "c9eef6" + "#106890": "366388fe", + "#1090c0": "4e8fb8fe", + "#10b4ef": "76c7e4fe", + "#71d4f8": "c9eef6fe" } ] }, @@ -2279,76 +2279,76 @@ "mask": "mask.png", "colorOptions": [ { - "#106890": "106890", - "#1090c0": "1090c0", - "#10b4ef": "10b4ef", - "#71d4f8": "71d4f8" + "#106890": "106890fe", + "#1090c0": "1090c0fe", + "#10b4ef": "10b4effe", + "#71d4f8": "71d4f8fe" }, { - "#106890": "8fc000", - "#1090c0": "c5f020", - "#10b4ef": "f3fc60", - "#71d4f8": "f9fcb0" + "#106890": "8fc000fe", + "#1090c0": "c5f020fe", + "#10b4ef": "f3fc60fe", + "#71d4f8": "f9fcb0fe" }, { - "#106890": "00c063", - "#1090c0": "20f081", - "#10b4ef": "60fc91", - "#71d4f8": "b0fcc7" + "#106890": "00c063fe", + "#1090c0": "20f081fe", + "#10b4ef": "60fc91fe", + "#71d4f8": "b0fcc7fe" }, { - "#106890": "009cc0", - "#1090c0": "20d3f0", - "#10b4ef": "60fcf9", - "#71d4f8": "b0fcf9" + "#106890": "009cc0fe", + "#1090c0": "20d3f0fe", + "#10b4ef": "60fcf9fe", + "#71d4f8": "b0fcf9fe" }, { - "#106890": "c00003", - "#1090c0": "f0202d", - "#10b4ef": "fc6082", - "#71d4f8": "fcb0c2" + "#106890": "c00003fe", + "#1090c0": "f0202dfe", + "#10b4ef": "fc6082fe", + "#71d4f8": "fcb0c2fe" }, { - "#106890": "c07000", - "#1090c0": "f08f20", - "#10b4ef": "fc9c60", - "#71d4f8": "fcccb0" + "#106890": "c07000fe", + "#1090c0": "f08f20fe", + "#10b4ef": "fc9c60fe", + "#71d4f8": "fcccb0fe" }, { - "#106890": "c0af00", - "#1090c0": "f0d420", - "#10b4ef": "fcd060", - "#71d4f8": "fce5b0" + "#106890": "c0af00fe", + "#1090c0": "f0d420fe", + "#10b4ef": "fcd060fe", + "#71d4f8": "fce5b0fe" }, { - "#106890": "03c000", - "#1090c0": "2df020", - "#10b4ef": "82fc60", - "#71d4f8": "c2fcb0" + "#106890": "03c000fe", + "#1090c0": "2df020fe", + "#10b4ef": "82fc60fe", + "#71d4f8": "c2fcb0fe" }, { - "#106890": "001cc0", - "#1090c0": "2049f0", - "#10b4ef": "6096fc", - "#71d4f8": "b0ccfc" + "#106890": "001cc0fe", + "#1090c0": "2049f0fe", + "#10b4ef": "6096fcfe", + "#71d4f8": "b0ccfcfe" }, { - "#106890": "7c00c0", - "#1090c0": "9d20f0", - "#10b4ef": "a660fc", - "#71d4f8": "d1b0fc" + "#106890": "7c00c0fe", + "#1090c0": "9d20f0fe", + "#10b4ef": "a660fcfe", + "#71d4f8": "d1b0fcfe" }, { - "#106890": "c00069", - "#1090c0": "f0209b", - "#10b4ef": "fc60d4", - "#71d4f8": "fcb0ea" + "#106890": "c00069fe", + "#1090c0": "f0209bfe", + "#10b4ef": "fc60d4fe", + "#71d4f8": "fcb0eafe" }, { - "#106890": "366388", - "#1090c0": "4e8fb8", - "#10b4ef": "76c7e4", - "#71d4f8": "c9eef6" + "#106890": "366388fe", + "#1090c0": "4e8fb8fe", + "#10b4ef": "76c7e4fe", + "#71d4f8": "c9eef6fe" } ] }, @@ -2363,76 +2363,76 @@ "mask": "mask.png", "colorOptions": [ { - "#106890": "106890", - "#1090c0": "1090c0", - "#10b4ef": "10b4ef", - "#71d4f8": "71d4f8" + "#106890": "106890fe", + "#1090c0": "1090c0fe", + "#10b4ef": "10b4effe", + "#71d4f8": "71d4f8fe" }, { - "#106890": "8fc000", - "#1090c0": "c5f020", - "#10b4ef": "f3fc60", - "#71d4f8": "f9fcb0" + "#106890": "8fc000fe", + "#1090c0": "c5f020fe", + "#10b4ef": "f3fc60fe", + "#71d4f8": "f9fcb0fe" }, { - "#106890": "00c063", - "#1090c0": "20f081", - "#10b4ef": "60fc91", - "#71d4f8": "b0fcc7" + "#106890": "00c063fe", + "#1090c0": "20f081fe", + "#10b4ef": "60fc91fe", + "#71d4f8": "b0fcc7fe" }, { - "#106890": "009cc0", - "#1090c0": "20d3f0", - "#10b4ef": "60fcf9", - "#71d4f8": "b0fcf9" + "#106890": "009cc0fe", + "#1090c0": "20d3f0fe", + "#10b4ef": "60fcf9fe", + "#71d4f8": "b0fcf9fe" }, { - "#106890": "c00003", - "#1090c0": "f0202d", - "#10b4ef": "fc6082", - "#71d4f8": "fcb0c2" + "#106890": "c00003fe", + "#1090c0": "f0202dfe", + "#10b4ef": "fc6082fe", + "#71d4f8": "fcb0c2fe" }, { - "#106890": "c07000", - "#1090c0": "f08f20", - "#10b4ef": "fc9c60", - "#71d4f8": "fcccb0" + "#106890": "c07000fe", + "#1090c0": "f08f20fe", + "#10b4ef": "fc9c60fe", + "#71d4f8": "fcccb0fe" }, { - "#106890": "c0af00", - "#1090c0": "f0d420", - "#10b4ef": "fcd060", - "#71d4f8": "fce5b0" + "#106890": "c0af00fe", + "#1090c0": "f0d420fe", + "#10b4ef": "fcd060fe", + "#71d4f8": "fce5b0fe" }, { - "#106890": "03c000", - "#1090c0": "2df020", - "#10b4ef": "82fc60", - "#71d4f8": "c2fcb0" + "#106890": "03c000fe", + "#1090c0": "2df020fe", + "#10b4ef": "82fc60fe", + "#71d4f8": "c2fcb0fe" }, { - "#106890": "001cc0", - "#1090c0": "2049f0", - "#10b4ef": "6096fc", - "#71d4f8": "b0ccfc" + "#106890": "001cc0fe", + "#1090c0": "2049f0fe", + "#10b4ef": "6096fcfe", + "#71d4f8": "b0ccfcfe" }, { - "#106890": "7c00c0", - "#1090c0": "9d20f0", - "#10b4ef": "a660fc", - "#71d4f8": "d1b0fc" + "#106890": "7c00c0fe", + "#1090c0": "9d20f0fe", + "#10b4ef": "a660fcfe", + "#71d4f8": "d1b0fcfe" }, { - "#106890": "c00069", - "#1090c0": "f0209b", - "#10b4ef": "fc60d4", - "#71d4f8": "fcb0ea" + "#106890": "c00069fe", + "#1090c0": "f0209bfe", + "#10b4ef": "fc60d4fe", + "#71d4f8": "fcb0eafe" }, { - "#106890": "366388", - "#1090c0": "4e8fb8", - "#10b4ef": "76c7e4", - "#71d4f8": "c9eef6" + "#106890": "366388fe", + "#1090c0": "4e8fb8fe", + "#10b4ef": "76c7e4fe", + "#71d4f8": "c9eef6fe" } ] }, @@ -2447,76 +2447,76 @@ "mask": "mask.png", "colorOptions": [ { - "#801c1c": "801c1c", - "#b81824": "b81824", - "#ff2c40": "ff2c40", - "#ff6480": "ff6480" + "#801c1c": "801c1cfe", + "#b81824": "b81824fe", + "#ff2c40": "ff2c40fe", + "#ff6480": "ff6480fe" }, { - "#801c1c": "8fc000", - "#b81824": "c5f020", - "#ff2c40": "f3fc60", - "#ff6480": "f9fcb0" + "#801c1c": "8fc000fe", + "#b81824": "c5f020fe", + "#ff2c40": "f3fc60fe", + "#ff6480": "f9fcb0fe" }, { - "#801c1c": "00c063", - "#b81824": "20f081", - "#ff2c40": "60fc91", - "#ff6480": "b0fcc7" + "#801c1c": "00c063fe", + "#b81824": "20f081fe", + "#ff2c40": "60fc91fe", + "#ff6480": "b0fcc7fe" }, { - "#801c1c": "009cc0", - "#b81824": "20d3f0", - "#ff2c40": "60fcf9", - "#ff6480": "b0fcf9" + "#801c1c": "009cc0fe", + "#b81824": "20d3f0fe", + "#ff2c40": "60fcf9fe", + "#ff6480": "b0fcf9fe" }, { - "#801c1c": "c00003", - "#b81824": "f0202d", - "#ff2c40": "fc6082", - "#ff6480": "fcb0c2" + "#801c1c": "c00003fe", + "#b81824": "f0202dfe", + "#ff2c40": "fc6082fe", + "#ff6480": "fcb0c2fe" }, { - "#801c1c": "c07000", - "#b81824": "f08f20", - "#ff2c40": "fc9c60", - "#ff6480": "fcccb0" + "#801c1c": "c07000fe", + "#b81824": "f08f20fe", + "#ff2c40": "fc9c60fe", + "#ff6480": "fcccb0fe" }, { - "#801c1c": "c0af00", - "#b81824": "f0d420", - "#ff2c40": "fcd060", - "#ff6480": "fce5b0" + "#801c1c": "c0af00fe", + "#b81824": "f0d420fe", + "#ff2c40": "fcd060fe", + "#ff6480": "fce5b0fe" }, { - "#801c1c": "03c000", - "#b81824": "2df020", - "#ff2c40": "82fc60", - "#ff6480": "c2fcb0" + "#801c1c": "03c000fe", + "#b81824": "2df020fe", + "#ff2c40": "82fc60fe", + "#ff6480": "c2fcb0fe" }, { - "#801c1c": "001cc0", - "#b81824": "2049f0", - "#ff2c40": "6096fc", - "#ff6480": "b0ccfc" + "#801c1c": "001cc0fe", + "#b81824": "2049f0fe", + "#ff2c40": "6096fcfe", + "#ff6480": "b0ccfcfe" }, { - "#801c1c": "7c00c0", - "#b81824": "9d20f0", - "#ff2c40": "a660fc", - "#ff6480": "d1b0fc" + "#801c1c": "7c00c0fe", + "#b81824": "9d20f0fe", + "#ff2c40": "a660fcfe", + "#ff6480": "d1b0fcfe" }, { - "#801c1c": "c00069", - "#b81824": "f0209b", - "#ff2c40": "fc60d4", - "#ff6480": "fcb0ea" + "#801c1c": "c00069fe", + "#b81824": "f0209bfe", + "#ff2c40": "fc60d4fe", + "#ff6480": "fcb0eafe" }, { - "#801c1c": "366388", - "#b81824": "4e8fb8", - "#ff2c40": "76c7e4", - "#ff6480": "c9eef6" + "#801c1c": "366388fe", + "#b81824": "4e8fb8fe", + "#ff2c40": "76c7e4fe", + "#ff6480": "c9eef6fe" } ] }, @@ -2531,76 +2531,76 @@ "mask": "mask.png", "colorOptions": [ { - "#801c1c": "801c1c", - "#b81824": "b81824", - "#ff2c40": "ff2c40", - "#ff6480": "ff6480" + "#801c1c": "801c1cfe", + "#b81824": "b81824fe", + "#ff2c40": "ff2c40fe", + "#ff6480": "ff6480fe" }, { - "#801c1c": "8fc000", - "#b81824": "c5f020", - "#ff2c40": "f3fc60", - "#ff6480": "f9fcb0" + "#801c1c": "8fc000fe", + "#b81824": "c5f020fe", + "#ff2c40": "f3fc60fe", + "#ff6480": "f9fcb0fe" }, { - "#801c1c": "00c063", - "#b81824": "20f081", - "#ff2c40": "60fc91", - "#ff6480": "b0fcc7" + "#801c1c": "00c063fe", + "#b81824": "20f081fe", + "#ff2c40": "60fc91fe", + "#ff6480": "b0fcc7fe" }, { - "#801c1c": "009cc0", - "#b81824": "20d3f0", - "#ff2c40": "60fcf9", - "#ff6480": "b0fcf9" + "#801c1c": "009cc0fe", + "#b81824": "20d3f0fe", + "#ff2c40": "60fcf9fe", + "#ff6480": "b0fcf9fe" }, { - "#801c1c": "c00003", - "#b81824": "f0202d", - "#ff2c40": "fc6082", - "#ff6480": "fcb0c2" + "#801c1c": "c00003fe", + "#b81824": "f0202dfe", + "#ff2c40": "fc6082fe", + "#ff6480": "fcb0c2fe" }, { - "#801c1c": "c07000", - "#b81824": "f08f20", - "#ff2c40": "fc9c60", - "#ff6480": "fcccb0" + "#801c1c": "c07000fe", + "#b81824": "f08f20fe", + "#ff2c40": "fc9c60fe", + "#ff6480": "fcccb0fe" }, { - "#801c1c": "c0af00", - "#b81824": "f0d420", - "#ff2c40": "fcd060", - "#ff6480": "fce5b0" + "#801c1c": "c0af00fe", + "#b81824": "f0d420fe", + "#ff2c40": "fcd060fe", + "#ff6480": "fce5b0fe" }, { - "#801c1c": "03c000", - "#b81824": "2df020", - "#ff2c40": "82fc60", - "#ff6480": "c2fcb0" + "#801c1c": "03c000fe", + "#b81824": "2df020fe", + "#ff2c40": "82fc60fe", + "#ff6480": "c2fcb0fe" }, { - "#801c1c": "001cc0", - "#b81824": "2049f0", - "#ff2c40": "6096fc", - "#ff6480": "b0ccfc" + "#801c1c": "001cc0fe", + "#b81824": "2049f0fe", + "#ff2c40": "6096fcfe", + "#ff6480": "b0ccfcfe" }, { - "#801c1c": "7c00c0", - "#b81824": "9d20f0", - "#ff2c40": "a660fc", - "#ff6480": "d1b0fc" + "#801c1c": "7c00c0fe", + "#b81824": "9d20f0fe", + "#ff2c40": "a660fcfe", + "#ff6480": "d1b0fcfe" }, { - "#801c1c": "c00069", - "#b81824": "f0209b", - "#ff2c40": "fc60d4", - "#ff6480": "fcb0ea" + "#801c1c": "c00069fe", + "#b81824": "f0209bfe", + "#ff2c40": "fc60d4fe", + "#ff6480": "fcb0eafe" }, { - "#801c1c": "366388", - "#b81824": "4e8fb8", - "#ff2c40": "76c7e4", - "#ff6480": "c9eef6" + "#801c1c": "366388fe", + "#b81824": "4e8fb8fe", + "#ff2c40": "76c7e4fe", + "#ff6480": "c9eef6fe" } ] }, @@ -2615,76 +2615,76 @@ "mask": "mask.png", "colorOptions": [ { - "#801c1c": "801c1c", - "#b81824": "b81824", - "#ff2c40": "ff2c40", - "#ff6480": "ff6480" + "#801c1c": "801c1cfe", + "#b81824": "b81824fe", + "#ff2c40": "ff2c40fe", + "#ff6480": "ff6480fe" }, { - "#801c1c": "8fc000", - "#b81824": "c5f020", - "#ff2c40": "f3fc60", - "#ff6480": "f9fcb0" + "#801c1c": "8fc000fe", + "#b81824": "c5f020fe", + "#ff2c40": "f3fc60fe", + "#ff6480": "f9fcb0fe" }, { - "#801c1c": "00c063", - "#b81824": "20f081", - "#ff2c40": "60fc91", - "#ff6480": "b0fcc7" + "#801c1c": "00c063fe", + "#b81824": "20f081fe", + "#ff2c40": "60fc91fe", + "#ff6480": "b0fcc7fe" }, { - "#801c1c": "009cc0", - "#b81824": "20d3f0", - "#ff2c40": "60fcf9", - "#ff6480": "b0fcf9" + "#801c1c": "009cc0fe", + "#b81824": "20d3f0fe", + "#ff2c40": "60fcf9fe", + "#ff6480": "b0fcf9fe" }, { - "#801c1c": "c00003", - "#b81824": "f0202d", - "#ff2c40": "fc6082", - "#ff6480": "fcb0c2" + "#801c1c": "c00003fe", + "#b81824": "f0202dfe", + "#ff2c40": "fc6082fe", + "#ff6480": "fcb0c2fe" }, { - "#801c1c": "c07000", - "#b81824": "f08f20", - "#ff2c40": "fc9c60", - "#ff6480": "fcccb0" + "#801c1c": "c07000fe", + "#b81824": "f08f20fe", + "#ff2c40": "fc9c60fe", + "#ff6480": "fcccb0fe" }, { - "#801c1c": "c0af00", - "#b81824": "f0d420", - "#ff2c40": "fcd060", - "#ff6480": "fce5b0" + "#801c1c": "c0af00fe", + "#b81824": "f0d420fe", + "#ff2c40": "fcd060fe", + "#ff6480": "fce5b0fe" }, { - "#801c1c": "03c000", - "#b81824": "2df020", - "#ff2c40": "82fc60", - "#ff6480": "c2fcb0" + "#801c1c": "03c000fe", + "#b81824": "2df020fe", + "#ff2c40": "82fc60fe", + "#ff6480": "c2fcb0fe" }, { - "#801c1c": "001cc0", - "#b81824": "2049f0", - "#ff2c40": "6096fc", - "#ff6480": "b0ccfc" + "#801c1c": "001cc0fe", + "#b81824": "2049f0fe", + "#ff2c40": "6096fcfe", + "#ff6480": "b0ccfcfe" }, { - "#801c1c": "7c00c0", - "#b81824": "9d20f0", - "#ff2c40": "a660fc", - "#ff6480": "d1b0fc" + "#801c1c": "7c00c0fe", + "#b81824": "9d20f0fe", + "#ff2c40": "a660fcfe", + "#ff6480": "d1b0fcfe" }, { - "#801c1c": "c00069", - "#b81824": "f0209b", - "#ff2c40": "fc60d4", - "#ff6480": "fcb0ea" + "#801c1c": "c00069fe", + "#b81824": "f0209bfe", + "#ff2c40": "fc60d4fe", + "#ff6480": "fcb0eafe" }, { - "#801c1c": "366388", - "#b81824": "4e8fb8", - "#ff2c40": "76c7e4", - "#ff6480": "c9eef6" + "#801c1c": "366388fe", + "#b81824": "4e8fb8fe", + "#ff2c40": "76c7e4fe", + "#ff6480": "c9eef6fe" } ] }, @@ -2699,76 +2699,76 @@ "mask": "mask.png", "colorOptions": [ { - "#801c1c": "801c1c", - "#b81824": "b81824", - "#ff2c40": "ff2c40", - "#ff6480": "ff6480" + "#801c1c": "801c1cfe", + "#b81824": "b81824fe", + "#ff2c40": "ff2c40fe", + "#ff6480": "ff6480fe" }, { - "#801c1c": "8fc000", - "#b81824": "c5f020", - "#ff2c40": "f3fc60", - "#ff6480": "f9fcb0" + "#801c1c": "8fc000fe", + "#b81824": "c5f020fe", + "#ff2c40": "f3fc60fe", + "#ff6480": "f9fcb0fe" }, { - "#801c1c": "00c063", - "#b81824": "20f081", - "#ff2c40": "60fc91", - "#ff6480": "b0fcc7" + "#801c1c": "00c063fe", + "#b81824": "20f081fe", + "#ff2c40": "60fc91fe", + "#ff6480": "b0fcc7fe" }, { - "#801c1c": "009cc0", - "#b81824": "20d3f0", - "#ff2c40": "60fcf9", - "#ff6480": "b0fcf9" + "#801c1c": "009cc0fe", + "#b81824": "20d3f0fe", + "#ff2c40": "60fcf9fe", + "#ff6480": "b0fcf9fe" }, { - "#801c1c": "c00003", - "#b81824": "f0202d", - "#ff2c40": "fc6082", - "#ff6480": "fcb0c2" + "#801c1c": "c00003fe", + "#b81824": "f0202dfe", + "#ff2c40": "fc6082fe", + "#ff6480": "fcb0c2fe" }, { - "#801c1c": "c07000", - "#b81824": "f08f20", - "#ff2c40": "fc9c60", - "#ff6480": "fcccb0" + "#801c1c": "c07000fe", + "#b81824": "f08f20fe", + "#ff2c40": "fc9c60fe", + "#ff6480": "fcccb0fe" }, { - "#801c1c": "c0af00", - "#b81824": "f0d420", - "#ff2c40": "fcd060", - "#ff6480": "fce5b0" + "#801c1c": "c0af00fe", + "#b81824": "f0d420fe", + "#ff2c40": "fcd060fe", + "#ff6480": "fce5b0fe" }, { - "#801c1c": "03c000", - "#b81824": "2df020", - "#ff2c40": "82fc60", - "#ff6480": "c2fcb0" + "#801c1c": "03c000fe", + "#b81824": "2df020fe", + "#ff2c40": "82fc60fe", + "#ff6480": "c2fcb0fe" }, { - "#801c1c": "001cc0", - "#b81824": "2049f0", - "#ff2c40": "6096fc", - "#ff6480": "b0ccfc" + "#801c1c": "001cc0fe", + "#b81824": "2049f0fe", + "#ff2c40": "6096fcfe", + "#ff6480": "b0ccfcfe" }, { - "#801c1c": "7c00c0", - "#b81824": "9d20f0", - "#ff2c40": "a660fc", - "#ff6480": "d1b0fc" + "#801c1c": "7c00c0fe", + "#b81824": "9d20f0fe", + "#ff2c40": "a660fcfe", + "#ff6480": "d1b0fcfe" }, { - "#801c1c": "c00069", - "#b81824": "f0209b", - "#ff2c40": "fc60d4", - "#ff6480": "fcb0ea" + "#801c1c": "c00069fe", + "#b81824": "f0209bfe", + "#ff2c40": "fc60d4fe", + "#ff6480": "fcb0eafe" }, { - "#801c1c": "366388", - "#b81824": "4e8fb8", - "#ff2c40": "76c7e4", - "#ff6480": "c9eef6" + "#801c1c": "366388fe", + "#b81824": "4e8fb8fe", + "#ff2c40": "76c7e4fe", + "#ff6480": "c9eef6fe" } ] }, @@ -2867,76 +2867,76 @@ "mask": "mask.png", "colorOptions": [ { - "#bf65a8": "bf65a8", - "#de7dca": "de7dca", - "#eca4e8": "eca4e8", - "#f5d1f4": "f5d1f4" + "#bf65a8": "bf65a8fe", + "#de7dca": "de7dcafe", + "#eca4e8": "eca4e8fe", + "#f5d1f4": "f5d1f4fe" }, { - "#bf65a8": "8fc000", - "#de7dca": "c5f020", - "#eca4e8": "f3fc60", - "#f5d1f4": "f9fcb0" + "#bf65a8": "8fc000fe", + "#de7dca": "c5f020fe", + "#eca4e8": "f3fc60fe", + "#f5d1f4": "f9fcb0fe" }, { - "#bf65a8": "00c063", - "#de7dca": "20f081", - "#eca4e8": "60fc91", - "#f5d1f4": "b0fcc7" + "#bf65a8": "00c063fe", + "#de7dca": "20f081fe", + "#eca4e8": "60fc91fe", + "#f5d1f4": "b0fcc7fe" }, { - "#bf65a8": "009cc0", - "#de7dca": "20d3f0", - "#eca4e8": "60fcf9", - "#f5d1f4": "b0fcf9" + "#bf65a8": "009cc0fe", + "#de7dca": "20d3f0fe", + "#eca4e8": "60fcf9fe", + "#f5d1f4": "b0fcf9fe" }, { - "#bf65a8": "c00003", - "#de7dca": "f0202d", - "#eca4e8": "fc6082", - "#f5d1f4": "fcb0c2" + "#bf65a8": "c00003fe", + "#de7dca": "f0202dfe", + "#eca4e8": "fc6082fe", + "#f5d1f4": "fcb0c2fe" }, { - "#bf65a8": "c07000", - "#de7dca": "f08f20", - "#eca4e8": "fc9c60", - "#f5d1f4": "fcccb0" + "#bf65a8": "c07000fe", + "#de7dca": "f08f20fe", + "#eca4e8": "fc9c60fe", + "#f5d1f4": "fcccb0fe" }, { - "#bf65a8": "c0af00", - "#de7dca": "f0d420", - "#eca4e8": "fcd060", - "#f5d1f4": "fce5b0" + "#bf65a8": "c0af00fe", + "#de7dca": "f0d420fe", + "#eca4e8": "fcd060fe", + "#f5d1f4": "fce5b0fe" }, { - "#bf65a8": "03c000", - "#de7dca": "2df020", - "#eca4e8": "82fc60", - "#f5d1f4": "c2fcb0" + "#bf65a8": "03c000fe", + "#de7dca": "2df020fe", + "#eca4e8": "82fc60fe", + "#f5d1f4": "c2fcb0fe" }, { - "#bf65a8": "001cc0", - "#de7dca": "2049f0", - "#eca4e8": "6096fc", - "#f5d1f4": "b0ccfc" + "#bf65a8": "001cc0fe", + "#de7dca": "2049f0fe", + "#eca4e8": "6096fcfe", + "#f5d1f4": "b0ccfcfe" }, { - "#bf65a8": "7c00c0", - "#de7dca": "9d20f0", - "#eca4e8": "a660fc", - "#f5d1f4": "d1b0fc" + "#bf65a8": "7c00c0fe", + "#de7dca": "9d20f0fe", + "#eca4e8": "a660fcfe", + "#f5d1f4": "d1b0fcfe" }, { - "#bf65a8": "c00069", - "#de7dca": "f0209b", - "#eca4e8": "fc60d4", - "#f5d1f4": "fcb0ea" + "#bf65a8": "c00069fe", + "#de7dca": "f0209bfe", + "#eca4e8": "fc60d4fe", + "#f5d1f4": "fcb0eafe" }, { - "#bf65a8": "366388", - "#de7dca": "4e8fb8", - "#eca4e8": "76c7e4", - "#f5d1f4": "c9eef6" + "#bf65a8": "366388fe", + "#de7dca": "4e8fb8fe", + "#eca4e8": "76c7e4fe", + "#f5d1f4": "c9eef6fe" } ] }, @@ -2951,76 +2951,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -3035,76 +3035,76 @@ "mask": "mask.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" - }, - { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" + }, + { + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -3119,76 +3119,76 @@ "mask": "mask.png", "colorOptions": [ { - "#2080f0": "2080f0", - "#0050c0": "0050c0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#2080f0": "b0fcdb", - "#0050c0": "008ec0", - "#60c0fc": "60f2fc", - "#b0e0fc": "b0f9fc" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#2080f0": "f0206f", - "#0050c0": "c00041", - "#60c0fc": "fc60b3", - "#b0e0fc": "fcb0da" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#2080f0": "c2f020", - "#0050c0": "8dc000", - "#60c0fc": "f1fc60", - "#b0e0fc": "f8fcb0" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#2080f0": "f0202a", - "#0050c0": "c00000", - "#60c0fc": "fc607f", - "#b0e0fc": "fcb0c0" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#2080f0": "f08520", - "#0050c0": "c06600", - "#60c0fc": "fc9460", - "#b0e0fc": "fcc8b0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#2080f0": "f0d820", - "#0050c0": "c0b200", - "#60c0fc": "fcd260", - "#b0e0fc": "fce6b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#2080f0": "20f05b", - "#0050c0": "00c03f", - "#60c0fc": "60fc75", - "#b0e0fc": "b0fcb9" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#2080f0": "2045f0", - "#0050c0": "001bc0", - "#60c0fc": "6094fc", - "#b0e0fc": "b0cbfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#2080f0": "9320f0", - "#0050c0": "7100c0", - "#60c0fc": "9e60fc", - "#b0e0fc": "ccb0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#2080f0": "ccb0fc", - "#0050c0": "c00082", - "#60c0fc": "fc60e7", - "#b0e0fc": "fcb0f4" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#2080f0": "20f0bd", - "#0050c0": "00c097", - "#60c0fc": "60fcbd", - "#b0e0fc": "b0fcdb" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -3203,76 +3203,76 @@ "mask": "mask.png", "colorOptions": [ { - "#60c0fc": "60c0fc", - "#2080f0": "2080f0", - "#0050c0": "0050c0", - "#081c6c": "081c6c" + "#60c0fc": "60c0fcfe", + "#2080f0": "2080f0fe", + "#0050c0": "0050c0fe", + "#081c6c": "081c6cfe" }, { - "#60c0fc": "4e4e4e", - "#2080f0": "333333", - "#0050c0": "242424", - "#081c6c": "121212" + "#60c0fc": "4e4e4efe", + "#2080f0": "333333fe", + "#0050c0": "242424fe", + "#081c6c": "121212fe" }, { - "#60c0fc": "b1b1b1", - "#2080f0": "727272", - "#0050c0": "525252", - "#081c6c": "282828" + "#60c0fc": "b1b1b1fe", + "#2080f0": "727272fe", + "#0050c0": "525252fe", + "#081c6c": "282828fe" }, { - "#60c0fc": "dfdfdf", - "#2080f0": "c5c5c5", - "#0050c0": "b8b8b8", - "#081c6c": "a6a6a6" + "#60c0fc": "dfdfdffe", + "#2080f0": "c5c5c5fe", + "#0050c0": "b8b8b8fe", + "#081c6c": "a6a6a6fe" }, { - "#60c0fc": "ff646b", - "#2080f0": "cd1921", - "#0050c0": "922113", - "#081c6c": "520000" + "#60c0fc": "ff646bfe", + "#2080f0": "cd1921fe", + "#0050c0": "922113fe", + "#081c6c": "520000fe" }, { - "#60c0fc": "ffa664", - "#2080f0": "cd5919", - "#0050c0": "924313", - "#081c6c": "522e00" + "#60c0fc": "ffa664fe", + "#2080f0": "cd5919fe", + "#0050c0": "924313fe", + "#081c6c": "522e00fe" }, { - "#60c0fc": "ffe364", - "#2080f0": "cdad19", - "#0050c0": "928f13", - "#081c6c": "515200" + "#60c0fc": "ffe364fe", + "#2080f0": "cdad19fe", + "#0050c0": "928f13fe", + "#081c6c": "515200fe" }, { - "#60c0fc": "94ff64", - "#2080f0": "51cd19", - "#0050c0": "279213", - "#081c6c": "005205" + "#60c0fc": "94ff64fe", + "#2080f0": "51cd19fe", + "#0050c0": "279213fe", + "#081c6c": "005205fe" }, { - "#60c0fc": "6485ff", - "#2080f0": "1940cd", - "#0050c0": "131b92", - "#081c6c": "0c0052" + "#60c0fc": "6485fffe", + "#2080f0": "1940cdfe", + "#0050c0": "131b92fe", + "#081c6c": "0c0052fe" }, { - "#60c0fc": "a064ff", - "#2080f0": "5e19cd", - "#0050c0": "571392", - "#081c6c": "380052" + "#60c0fc": "a064fffe", + "#2080f0": "5e19cdfe", + "#0050c0": "571392fe", + "#081c6c": "380052fe" }, { - "#60c0fc": "ff64f0", - "#2080f0": "cd19bd", - "#0050c0": "921373", - "#081c6c": "52002d" + "#60c0fc": "ff64f0fe", + "#2080f0": "cd19bdfe", + "#0050c0": "921373fe", + "#081c6c": "52002dfe" }, { - "#60c0fc": "c9eef6", - "#2080f0": "76c7e4", - "#0050c0": "4e8fb8", - "#081c6c": "366388" + "#60c0fc": "c9eef6fe", + "#2080f0": "76c7e4fe", + "#0050c0": "4e8fb8fe", + "#081c6c": "366388fe" } ] }, @@ -3287,76 +3287,76 @@ "mask": "mask.png", "colorOptions": [ { - "#60c0fc": "60c0fc", - "#2080f0": "2080f0", - "#0050c0": "0050c0", - "#081c6c": "081c6c" + "#60c0fc": "60c0fcfe", + "#2080f0": "2080f0fe", + "#0050c0": "0050c0fe", + "#081c6c": "081c6cfe" }, { - "#60c0fc": "4e4e4e", - "#2080f0": "333333", - "#0050c0": "242424", - "#081c6c": "121212" + "#60c0fc": "4e4e4efe", + "#2080f0": "333333fe", + "#0050c0": "242424fe", + "#081c6c": "121212fe" }, { - "#60c0fc": "b1b1b1", - "#2080f0": "727272", - "#0050c0": "525252", - "#081c6c": "282828" + "#60c0fc": "b1b1b1fe", + "#2080f0": "727272fe", + "#0050c0": "525252fe", + "#081c6c": "282828fe" }, { - "#60c0fc": "dfdfdf", - "#2080f0": "c5c5c5", - "#0050c0": "b8b8b8", - "#081c6c": "a6a6a6" + "#60c0fc": "dfdfdffe", + "#2080f0": "c5c5c5fe", + "#0050c0": "b8b8b8fe", + "#081c6c": "a6a6a6fe" }, { - "#60c0fc": "ff646b", - "#2080f0": "cd1921", - "#0050c0": "922113", - "#081c6c": "520000" + "#60c0fc": "ff646bfe", + "#2080f0": "cd1921fe", + "#0050c0": "922113fe", + "#081c6c": "520000fe" }, { - "#60c0fc": "ffa664", - "#2080f0": "cd5919", - "#0050c0": "924313", - "#081c6c": "522e00" + "#60c0fc": "ffa664fe", + "#2080f0": "cd5919fe", + "#0050c0": "924313fe", + "#081c6c": "522e00fe" }, { - "#60c0fc": "ffe364", - "#2080f0": "cdad19", - "#0050c0": "928f13", - "#081c6c": "515200" + "#60c0fc": "ffe364fe", + "#2080f0": "cdad19fe", + "#0050c0": "928f13fe", + "#081c6c": "515200fe" }, { - "#60c0fc": "94ff64", - "#2080f0": "51cd19", - "#0050c0": "279213", - "#081c6c": "005205" + "#60c0fc": "94ff64fe", + "#2080f0": "51cd19fe", + "#0050c0": "279213fe", + "#081c6c": "005205fe" }, { - "#60c0fc": "6485ff", - "#2080f0": "1940cd", - "#0050c0": "131b92", - "#081c6c": "0c0052" + "#60c0fc": "6485fffe", + "#2080f0": "1940cdfe", + "#0050c0": "131b92fe", + "#081c6c": "0c0052fe" }, { - "#60c0fc": "a064ff", - "#2080f0": "5e19cd", - "#0050c0": "571392", - "#081c6c": "380052" + "#60c0fc": "a064fffe", + "#2080f0": "5e19cdfe", + "#0050c0": "571392fe", + "#081c6c": "380052fe" }, { - "#60c0fc": "ff64f0", - "#2080f0": "cd19bd", - "#0050c0": "921373", - "#081c6c": "52002d" + "#60c0fc": "ff64f0fe", + "#2080f0": "cd19bdfe", + "#0050c0": "921373fe", + "#081c6c": "52002dfe" }, { - "#60c0fc": "c9eef6", - "#2080f0": "76c7e4", - "#0050c0": "4e8fb8", - "#081c6c": "366388" + "#60c0fc": "c9eef6fe", + "#2080f0": "76c7e4fe", + "#0050c0": "4e8fb8fe", + "#081c6c": "366388fe" } ] }, @@ -3539,76 +3539,76 @@ "mask": "mask.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -3623,76 +3623,76 @@ "mask": "mask.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -3707,88 +3707,88 @@ "mask": "mask.png", "colorOptions": [ { - "#6c9000": "6c9000", - "#8dbd01": "8dbd01", - "#a7e001": "a7e001", - "#b7f601": "b7f601", - "#d4ff5a": "d4ff5a" + "#6c9000": "6c9000fe", + "#8dbd01": "8dbd01fe", + "#a7e001": "a7e001fe", + "#b7f601": "b7f601fe", + "#d4ff5a": "d4ff5afe" }, { - "#6c9000": "8fc000", - "#8dbd01": "c5f020", - "#a7e001": "f3fc60", - "#b7f601": "f3fc60", - "#d4ff5a": "f9fcb0" + "#6c9000": "8fc000fe", + "#8dbd01": "c5f020fe", + "#a7e001": "f3fc60fe", + "#b7f601": "f3fc60fe", + "#d4ff5a": "f9fcb0fe" }, { - "#6c9000": "00c063", - "#8dbd01": "20f081", - "#a7e001": "60fc91", - "#b7f601": "60fc91", - "#d4ff5a": "b0fcc7" + "#6c9000": "00c063fe", + "#8dbd01": "20f081fe", + "#a7e001": "60fc91fe", + "#b7f601": "60fc91fe", + "#d4ff5a": "b0fcc7fe" }, { - "#6c9000": "009cc0", - "#8dbd01": "20d3f0", - "#a7e001": "60fcf9", - "#b7f601": "60fcf9", - "#d4ff5a": "b0fcf9" + "#6c9000": "009cc0fe", + "#8dbd01": "20d3f0fe", + "#a7e001": "60fcf9fe", + "#b7f601": "60fcf9fe", + "#d4ff5a": "b0fcf9fe" }, { - "#6c9000": "c00003", - "#8dbd01": "f0202d", - "#a7e001": "fc6082", - "#b7f601": "fc6082", - "#d4ff5a": "fcb0c2" + "#6c9000": "c00003fe", + "#8dbd01": "f0202dfe", + "#a7e001": "fc6082fe", + "#b7f601": "fc6082fe", + "#d4ff5a": "fcb0c2fe" }, { - "#6c9000": "c07000", - "#8dbd01": "f08f20", - "#a7e001": "fc9c60", - "#b7f601": "fc9c60", - "#d4ff5a": "fcccb0" + "#6c9000": "c07000fe", + "#8dbd01": "f08f20fe", + "#a7e001": "fc9c60fe", + "#b7f601": "fc9c60fe", + "#d4ff5a": "fcccb0fe" }, { - "#6c9000": "c0af00", - "#8dbd01": "f0d420", - "#a7e001": "fcd060", - "#b7f601": "fcd060", - "#d4ff5a": "fce5b0" + "#6c9000": "c0af00fe", + "#8dbd01": "f0d420fe", + "#a7e001": "fcd060fe", + "#b7f601": "fcd060fe", + "#d4ff5a": "fce5b0fe" }, { - "#6c9000": "03c000", - "#8dbd01": "2df020", - "#a7e001": "82fc60", - "#b7f601": "82fc60", - "#d4ff5a": "c2fcb0" + "#6c9000": "03c000fe", + "#8dbd01": "2df020fe", + "#a7e001": "82fc60fe", + "#b7f601": "82fc60fe", + "#d4ff5a": "c2fcb0fe" }, { - "#6c9000": "001cc0", - "#8dbd01": "2049f0", - "#a7e001": "6096fc", - "#b7f601": "6096fc", - "#d4ff5a": "b0ccfc" + "#6c9000": "001cc0fe", + "#8dbd01": "2049f0fe", + "#a7e001": "6096fcfe", + "#b7f601": "6096fcfe", + "#d4ff5a": "b0ccfcfe" }, { - "#6c9000": "7c00c0", - "#8dbd01": "9d20f0", - "#a7e001": "a660fc", - "#b7f601": "a660fc", - "#d4ff5a": "d1b0fc" + "#6c9000": "7c00c0fe", + "#8dbd01": "9d20f0fe", + "#a7e001": "a660fcfe", + "#b7f601": "a660fcfe", + "#d4ff5a": "d1b0fcfe" }, { - "#6c9000": "c00069", - "#8dbd01": "f0209b", - "#a7e001": "fc60d4", - "#b7f601": "fc60d4", - "#d4ff5a": "fcb0ea" + "#6c9000": "c00069fe", + "#8dbd01": "f0209bfe", + "#a7e001": "fc60d4fe", + "#b7f601": "fc60d4fe", + "#d4ff5a": "fcb0eafe" }, { - "#6c9000": "366388", - "#8dbd01": "4e8fb8", - "#a7e001": "76c7e4", - "#b7f601": "76c7e4", - "#d4ff5a": "c9eef6" + "#6c9000": "366388fe", + "#8dbd01": "4e8fb8fe", + "#a7e001": "76c7e4fe", + "#b7f601": "76c7e4fe", + "#d4ff5a": "c9eef6fe" } ] }, @@ -4876,76 +4876,76 @@ }, "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -4967,76 +4967,76 @@ }, "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -5058,76 +5058,76 @@ }, "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -5149,76 +5149,76 @@ }, "colorOptions": [ { - "#106890": "106890", - "#1090c0": "1090c0", - "#10b4ef": "10b4ef", - "#71d4f8": "71d4f8" + "#106890": "106890fe", + "#1090c0": "1090c0fe", + "#10b4ef": "10b4effe", + "#71d4f8": "71d4f8fe" }, { - "#106890": "8fc000", - "#1090c0": "c5f020", - "#10b4ef": "f3fc60", - "#71d4f8": "f9fcb0" + "#106890": "8fc000fe", + "#1090c0": "c5f020fe", + "#10b4ef": "f3fc60fe", + "#71d4f8": "f9fcb0fe" }, { - "#106890": "00c063", - "#1090c0": "20f081", - "#10b4ef": "60fc91", - "#71d4f8": "b0fcc7" + "#106890": "00c063fe", + "#1090c0": "20f081fe", + "#10b4ef": "60fc91fe", + "#71d4f8": "b0fcc7fe" }, { - "#106890": "009cc0", - "#1090c0": "20d3f0", - "#10b4ef": "60fcf9", - "#71d4f8": "b0fcf9" + "#106890": "009cc0fe", + "#1090c0": "20d3f0fe", + "#10b4ef": "60fcf9fe", + "#71d4f8": "b0fcf9fe" }, { - "#106890": "c00003", - "#1090c0": "f0202d", - "#10b4ef": "fc6082", - "#71d4f8": "fcb0c2" + "#106890": "c00003fe", + "#1090c0": "f0202dfe", + "#10b4ef": "fc6082fe", + "#71d4f8": "fcb0c2fe" }, { - "#106890": "c07000", - "#1090c0": "f08f20", - "#10b4ef": "fc9c60", - "#71d4f8": "fcccb0" + "#106890": "c07000fe", + "#1090c0": "f08f20fe", + "#10b4ef": "fc9c60fe", + "#71d4f8": "fcccb0fe" }, { - "#106890": "c0af00", - "#1090c0": "f0d420", - "#10b4ef": "fcd060", - "#71d4f8": "fce5b0" + "#106890": "c0af00fe", + "#1090c0": "f0d420fe", + "#10b4ef": "fcd060fe", + "#71d4f8": "fce5b0fe" }, { - "#106890": "03c000", - "#1090c0": "2df020", - "#10b4ef": "82fc60", - "#71d4f8": "c2fcb0" + "#106890": "03c000fe", + "#1090c0": "2df020fe", + "#10b4ef": "82fc60fe", + "#71d4f8": "c2fcb0fe" }, { - "#106890": "001cc0", - "#1090c0": "2049f0", - "#10b4ef": "6096fc", - "#71d4f8": "b0ccfc" + "#106890": "001cc0fe", + "#1090c0": "2049f0fe", + "#10b4ef": "6096fcfe", + "#71d4f8": "b0ccfcfe" }, { - "#106890": "7c00c0", - "#1090c0": "9d20f0", - "#10b4ef": "a660fc", - "#71d4f8": "d1b0fc" + "#106890": "7c00c0fe", + "#1090c0": "9d20f0fe", + "#10b4ef": "a660fcfe", + "#71d4f8": "d1b0fcfe" }, { - "#106890": "c00069", - "#1090c0": "f0209b", - "#10b4ef": "fc60d4", - "#71d4f8": "fcb0ea" + "#106890": "c00069fe", + "#1090c0": "f0209bfe", + "#10b4ef": "fc60d4fe", + "#71d4f8": "fcb0eafe" }, { - "#106890": "366388", - "#1090c0": "4e8fb8", - "#10b4ef": "76c7e4", - "#71d4f8": "c9eef6" + "#106890": "366388fe", + "#1090c0": "4e8fb8fe", + "#10b4ef": "76c7e4fe", + "#71d4f8": "c9eef6fe" } ] }, @@ -5331,76 +5331,76 @@ }, "colorOptions": [ { - "#60c0fc": "60c0fc", - "#2080f0": "2080f0", - "#0050c0": "0050c0", - "#081c6c": "081c6c" + "#60c0fc": "60c0fcfe", + "#2080f0": "2080f0fe", + "#0050c0": "0050c0fe", + "#081c6c": "081c6cfe" }, { - "#60c0fc": "4e4e4e", - "#2080f0": "333333", - "#0050c0": "242424", - "#081c6c": "121212" + "#60c0fc": "4e4e4efe", + "#2080f0": "333333fe", + "#0050c0": "242424fe", + "#081c6c": "121212fe" }, { - "#60c0fc": "b1b1b1", - "#2080f0": "727272", - "#0050c0": "525252", - "#081c6c": "282828" + "#60c0fc": "b1b1b1fe", + "#2080f0": "727272fe", + "#0050c0": "525252fe", + "#081c6c": "282828fe" }, { - "#60c0fc": "dfdfdf", - "#2080f0": "c5c5c5", - "#0050c0": "b8b8b8", - "#081c6c": "a6a6a6" + "#60c0fc": "dfdfdffe", + "#2080f0": "c5c5c5fe", + "#0050c0": "b8b8b8fe", + "#081c6c": "a6a6a6fe" }, { - "#60c0fc": "ff646b", - "#2080f0": "cd1921", - "#0050c0": "922113", - "#081c6c": "520000" + "#60c0fc": "ff646bfe", + "#2080f0": "cd1921fe", + "#0050c0": "922113fe", + "#081c6c": "520000fe" }, { - "#60c0fc": "ffa664", - "#2080f0": "cd5919", - "#0050c0": "924313", - "#081c6c": "522e00" + "#60c0fc": "ffa664fe", + "#2080f0": "cd5919fe", + "#0050c0": "924313fe", + "#081c6c": "522e00fe" }, { - "#60c0fc": "ffe364", - "#2080f0": "cdad19", - "#0050c0": "928f13", - "#081c6c": "515200" + "#60c0fc": "ffe364fe", + "#2080f0": "cdad19fe", + "#0050c0": "928f13fe", + "#081c6c": "515200fe" }, { - "#60c0fc": "94ff64", - "#2080f0": "51cd19", - "#0050c0": "279213", - "#081c6c": "005205" + "#60c0fc": "94ff64fe", + "#2080f0": "51cd19fe", + "#0050c0": "279213fe", + "#081c6c": "005205fe" }, { - "#60c0fc": "6485ff", - "#2080f0": "1940cd", - "#0050c0": "131b92", - "#081c6c": "0c0052" + "#60c0fc": "6485fffe", + "#2080f0": "1940cdfe", + "#0050c0": "131b92fe", + "#081c6c": "0c0052fe" }, { - "#60c0fc": "a064ff", - "#2080f0": "5e19cd", - "#0050c0": "571392", - "#081c6c": "380052" + "#60c0fc": "a064fffe", + "#2080f0": "5e19cdfe", + "#0050c0": "571392fe", + "#081c6c": "380052fe" }, { - "#60c0fc": "ff64f0", - "#2080f0": "cd19bd", - "#0050c0": "921373", - "#081c6c": "52002d" + "#60c0fc": "ff64f0fe", + "#2080f0": "cd19bdfe", + "#0050c0": "921373fe", + "#081c6c": "52002dfe" }, { - "#60c0fc": "c9eef6", - "#2080f0": "76c7e4", - "#0050c0": "4e8fb8", - "#081c6c": "366388" + "#60c0fc": "c9eef6fe", + "#2080f0": "76c7e4fe", + "#0050c0": "4e8fb8fe", + "#081c6c": "366388fe" } ] }, @@ -5513,76 +5513,76 @@ }, "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -5604,88 +5604,88 @@ }, "colorOptions": [ { - "#6c9000": "6c9000", - "#8dbd01": "8dbd01", - "#a7e001": "a7e001", - "#b7f601": "b7f601", - "#d4ff5a": "d4ff5a" + "#6c9000": "6c9000fe", + "#8dbd01": "8dbd01fe", + "#a7e001": "a7e001fe", + "#b7f601": "b7f601fe", + "#d4ff5a": "d4ff5afe" }, { - "#6c9000": "8fc000", - "#8dbd01": "c5f020", - "#a7e001": "f3fc60", - "#b7f601": "f3fc60", - "#d4ff5a": "f9fcb0" + "#6c9000": "8fc000fe", + "#8dbd01": "c5f020fe", + "#a7e001": "f3fc60fe", + "#b7f601": "f3fc60fe", + "#d4ff5a": "f9fcb0fe" }, { - "#6c9000": "00c063", - "#8dbd01": "20f081", - "#a7e001": "60fc91", - "#b7f601": "60fc91", - "#d4ff5a": "b0fcc7" + "#6c9000": "00c063fe", + "#8dbd01": "20f081fe", + "#a7e001": "60fc91fe", + "#b7f601": "60fc91fe", + "#d4ff5a": "b0fcc7fe" }, { - "#6c9000": "009cc0", - "#8dbd01": "20d3f0", - "#a7e001": "60fcf9", - "#b7f601": "60fcf9", - "#d4ff5a": "b0fcf9" + "#6c9000": "009cc0fe", + "#8dbd01": "20d3f0fe", + "#a7e001": "60fcf9fe", + "#b7f601": "60fcf9fe", + "#d4ff5a": "b0fcf9fe" }, { - "#6c9000": "c00003", - "#8dbd01": "f0202d", - "#a7e001": "fc6082", - "#b7f601": "fc6082", - "#d4ff5a": "fcb0c2" + "#6c9000": "c00003fe", + "#8dbd01": "f0202dfe", + "#a7e001": "fc6082fe", + "#b7f601": "fc6082fe", + "#d4ff5a": "fcb0c2fe" }, { - "#6c9000": "c07000", - "#8dbd01": "f08f20", - "#a7e001": "fc9c60", - "#b7f601": "fc9c60", - "#d4ff5a": "fcccb0" + "#6c9000": "c07000fe", + "#8dbd01": "f08f20fe", + "#a7e001": "fc9c60fe", + "#b7f601": "fc9c60fe", + "#d4ff5a": "fcccb0fe" }, { - "#6c9000": "c0af00", - "#8dbd01": "f0d420", - "#a7e001": "fcd060", - "#b7f601": "fcd060", - "#d4ff5a": "fce5b0" + "#6c9000": "c0af00fe", + "#8dbd01": "f0d420fe", + "#a7e001": "fcd060fe", + "#b7f601": "fcd060fe", + "#d4ff5a": "fce5b0fe" }, { - "#6c9000": "03c000", - "#8dbd01": "2df020", - "#a7e001": "82fc60", - "#b7f601": "82fc60", - "#d4ff5a": "c2fcb0" + "#6c9000": "03c000fe", + "#8dbd01": "2df020fe", + "#a7e001": "82fc60fe", + "#b7f601": "82fc60fe", + "#d4ff5a": "c2fcb0fe" }, { - "#6c9000": "001cc0", - "#8dbd01": "2049f0", - "#a7e001": "6096fc", - "#b7f601": "6096fc", - "#d4ff5a": "b0ccfc" + "#6c9000": "001cc0fe", + "#8dbd01": "2049f0fe", + "#a7e001": "6096fcfe", + "#b7f601": "6096fcfe", + "#d4ff5a": "b0ccfcfe" }, { - "#6c9000": "7c00c0", - "#8dbd01": "9d20f0", - "#a7e001": "a660fc", - "#b7f601": "a660fc", - "#d4ff5a": "d1b0fc" + "#6c9000": "7c00c0fe", + "#8dbd01": "9d20f0fe", + "#a7e001": "a660fcfe", + "#b7f601": "a660fcfe", + "#d4ff5a": "d1b0fcfe" }, { - "#6c9000": "c00069", - "#8dbd01": "f0209b", - "#a7e001": "fc60d4", - "#b7f601": "fc60d4", - "#d4ff5a": "fcb0ea" + "#6c9000": "c00069fe", + "#8dbd01": "f0209bfe", + "#a7e001": "fc60d4fe", + "#b7f601": "fc60d4fe", + "#d4ff5a": "fcb0eafe" }, { - "#6c9000": "366388", - "#8dbd01": "4e8fb8", - "#a7e001": "76c7e4", - "#b7f601": "76c7e4", - "#d4ff5a": "c9eef6" + "#6c9000": "366388fe", + "#8dbd01": "4e8fb8fe", + "#a7e001": "76c7e4fe", + "#b7f601": "76c7e4fe", + "#d4ff5a": "c9eef6fe" } ] } @@ -6365,76 +6365,76 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -6448,76 +6448,76 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, - { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + { + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -6531,76 +6531,76 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -6614,76 +6614,76 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#106890": "106890", - "#1090c0": "1090c0", - "#10b4ef": "10b4ef", - "#71d4f8": "71d4f8" + "#106890": "106890fe", + "#1090c0": "1090c0fe", + "#10b4ef": "10b4effe", + "#71d4f8": "71d4f8fe" }, { - "#106890": "8fc000", - "#1090c0": "c5f020", - "#10b4ef": "f3fc60", - "#71d4f8": "f9fcb0" + "#106890": "8fc000fe", + "#1090c0": "c5f020fe", + "#10b4ef": "f3fc60fe", + "#71d4f8": "f9fcb0fe" }, { - "#106890": "00c063", - "#1090c0": "20f081", - "#10b4ef": "60fc91", - "#71d4f8": "b0fcc7" + "#106890": "00c063fe", + "#1090c0": "20f081fe", + "#10b4ef": "60fc91fe", + "#71d4f8": "b0fcc7fe" }, { - "#106890": "009cc0", - "#1090c0": "20d3f0", - "#10b4ef": "60fcf9", - "#71d4f8": "b0fcf9" + "#106890": "009cc0fe", + "#1090c0": "20d3f0fe", + "#10b4ef": "60fcf9fe", + "#71d4f8": "b0fcf9fe" }, { - "#106890": "c00003", - "#1090c0": "f0202d", - "#10b4ef": "fc6082", - "#71d4f8": "fcb0c2" + "#106890": "c00003fe", + "#1090c0": "f0202dfe", + "#10b4ef": "fc6082fe", + "#71d4f8": "fcb0c2fe" }, { - "#106890": "c07000", - "#1090c0": "f08f20", - "#10b4ef": "fc9c60", - "#71d4f8": "fcccb0" + "#106890": "c07000fe", + "#1090c0": "f08f20fe", + "#10b4ef": "fc9c60fe", + "#71d4f8": "fcccb0fe" }, { - "#106890": "c0af00", - "#1090c0": "f0d420", - "#10b4ef": "fcd060", - "#71d4f8": "fce5b0" + "#106890": "c0af00fe", + "#1090c0": "f0d420fe", + "#10b4ef": "fcd060fe", + "#71d4f8": "fce5b0fe" }, { - "#106890": "03c000", - "#1090c0": "2df020", - "#10b4ef": "82fc60", - "#71d4f8": "c2fcb0" + "#106890": "03c000fe", + "#1090c0": "2df020fe", + "#10b4ef": "82fc60fe", + "#71d4f8": "c2fcb0fe" }, { - "#106890": "001cc0", - "#1090c0": "2049f0", - "#10b4ef": "6096fc", - "#71d4f8": "b0ccfc" + "#106890": "001cc0fe", + "#1090c0": "2049f0fe", + "#10b4ef": "6096fcfe", + "#71d4f8": "b0ccfcfe" }, { - "#106890": "7c00c0", - "#1090c0": "9d20f0", - "#10b4ef": "a660fc", - "#71d4f8": "d1b0fc" + "#106890": "7c00c0fe", + "#1090c0": "9d20f0fe", + "#10b4ef": "a660fcfe", + "#71d4f8": "d1b0fcfe" }, { - "#106890": "c00069", - "#1090c0": "f0209b", - "#10b4ef": "fc60d4", - "#71d4f8": "fcb0ea" + "#106890": "c00069fe", + "#1090c0": "f0209bfe", + "#10b4ef": "fc60d4fe", + "#71d4f8": "fcb0eafe" }, { - "#106890": "366388", - "#1090c0": "4e8fb8", - "#10b4ef": "76c7e4", - "#71d4f8": "c9eef6" + "#106890": "366388fe", + "#1090c0": "4e8fb8fe", + "#10b4ef": "76c7e4fe", + "#71d4f8": "c9eef6fe" } ] }, @@ -6780,76 +6780,76 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#60c0fc": "60c0fc", - "#2080f0": "2080f0", - "#0050c0": "0050c0", - "#081c6c": "081c6c" + "#60c0fc": "60c0fcfe", + "#2080f0": "2080f0fe", + "#0050c0": "0050c0fe", + "#081c6c": "081c6cfe" }, { - "#60c0fc": "4e4e4e", - "#2080f0": "333333", - "#0050c0": "242424", - "#081c6c": "121212" + "#60c0fc": "4e4e4efe", + "#2080f0": "333333fe", + "#0050c0": "242424fe", + "#081c6c": "121212fe" }, { - "#60c0fc": "b1b1b1", - "#2080f0": "727272", - "#0050c0": "525252", - "#081c6c": "282828" + "#60c0fc": "b1b1b1fe", + "#2080f0": "727272fe", + "#0050c0": "525252fe", + "#081c6c": "282828fe" }, { - "#60c0fc": "dfdfdf", - "#2080f0": "c5c5c5", - "#0050c0": "b8b8b8", - "#081c6c": "a6a6a6" + "#60c0fc": "dfdfdffe", + "#2080f0": "c5c5c5fe", + "#0050c0": "b8b8b8fe", + "#081c6c": "a6a6a6fe" }, { - "#60c0fc": "ff646b", - "#2080f0": "cd1921", - "#0050c0": "922113", - "#081c6c": "520000" + "#60c0fc": "ff646bfe", + "#2080f0": "cd1921fe", + "#0050c0": "922113fe", + "#081c6c": "520000fe" }, { - "#60c0fc": "ffa664", - "#2080f0": "cd5919", - "#0050c0": "924313", - "#081c6c": "522e00" + "#60c0fc": "ffa664fe", + "#2080f0": "cd5919fe", + "#0050c0": "924313fe", + "#081c6c": "522e00fe" }, { - "#60c0fc": "ffe364", - "#2080f0": "cdad19", - "#0050c0": "928f13", - "#081c6c": "515200" + "#60c0fc": "ffe364fe", + "#2080f0": "cdad19fe", + "#0050c0": "928f13fe", + "#081c6c": "515200fe" }, { - "#60c0fc": "94ff64", - "#2080f0": "51cd19", - "#0050c0": "279213", - "#081c6c": "005205" + "#60c0fc": "94ff64fe", + "#2080f0": "51cd19fe", + "#0050c0": "279213fe", + "#081c6c": "005205fe" }, { - "#60c0fc": "6485ff", - "#2080f0": "1940cd", - "#0050c0": "131b92", - "#081c6c": "0c0052" + "#60c0fc": "6485fffe", + "#2080f0": "1940cdfe", + "#0050c0": "131b92fe", + "#081c6c": "0c0052fe" }, { - "#60c0fc": "a064ff", - "#2080f0": "5e19cd", - "#0050c0": "571392", - "#081c6c": "380052" + "#60c0fc": "a064fffe", + "#2080f0": "5e19cdfe", + "#0050c0": "571392fe", + "#081c6c": "380052fe" }, { - "#60c0fc": "ff64f0", - "#2080f0": "cd19bd", - "#0050c0": "921373", - "#081c6c": "52002d" + "#60c0fc": "ff64f0fe", + "#2080f0": "cd19bdfe", + "#0050c0": "921373fe", + "#081c6c": "52002dfe" }, { - "#60c0fc": "c9eef6", - "#2080f0": "76c7e4", - "#0050c0": "4e8fb8", - "#081c6c": "366388" + "#60c0fc": "c9eef6fe", + "#2080f0": "76c7e4fe", + "#0050c0": "4e8fb8fe", + "#081c6c": "366388fe" } ] }, @@ -6946,76 +6946,76 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -7029,88 +7029,88 @@ "femaleFrames": "pants.png", "colorOptions": [ { - "#6c9000": "6c9000", - "#8dbd01": "8dbd01", - "#a7e001": "a7e001", - "#b7f601": "b7f601", - "#d4ff5a": "d4ff5a" + "#6c9000": "6c9000fe", + "#8dbd01": "8dbd01fe", + "#a7e001": "a7e001fe", + "#b7f601": "b7f601fe", + "#d4ff5a": "d4ff5afe" }, { - "#6c9000": "8fc000", - "#8dbd01": "c5f020", - "#a7e001": "f3fc60", - "#b7f601": "f3fc60", - "#d4ff5a": "f9fcb0" + "#6c9000": "8fc000fe", + "#8dbd01": "c5f020fe", + "#a7e001": "f3fc60fe", + "#b7f601": "f3fc60fe", + "#d4ff5a": "f9fcb0fe" }, { - "#6c9000": "00c063", - "#8dbd01": "20f081", - "#a7e001": "60fc91", - "#b7f601": "60fc91", - "#d4ff5a": "b0fcc7" + "#6c9000": "00c063fe", + "#8dbd01": "20f081fe", + "#a7e001": "60fc91fe", + "#b7f601": "60fc91fe", + "#d4ff5a": "b0fcc7fe" }, { - "#6c9000": "009cc0", - "#8dbd01": "20d3f0", - "#a7e001": "60fcf9", - "#b7f601": "60fcf9", - "#d4ff5a": "b0fcf9" + "#6c9000": "009cc0fe", + "#8dbd01": "20d3f0fe", + "#a7e001": "60fcf9fe", + "#b7f601": "60fcf9fe", + "#d4ff5a": "b0fcf9fe" }, { - "#6c9000": "c00003", - "#8dbd01": "f0202d", - "#a7e001": "fc6082", - "#b7f601": "fc6082", - "#d4ff5a": "fcb0c2" + "#6c9000": "c00003fe", + "#8dbd01": "f0202dfe", + "#a7e001": "fc6082fe", + "#b7f601": "fc6082fe", + "#d4ff5a": "fcb0c2fe" }, { - "#6c9000": "c07000", - "#8dbd01": "f08f20", - "#a7e001": "fc9c60", - "#b7f601": "fc9c60", - "#d4ff5a": "fcccb0" + "#6c9000": "c07000fe", + "#8dbd01": "f08f20fe", + "#a7e001": "fc9c60fe", + "#b7f601": "fc9c60fe", + "#d4ff5a": "fcccb0fe" }, { - "#6c9000": "c0af00", - "#8dbd01": "f0d420", - "#a7e001": "fcd060", - "#b7f601": "fcd060", - "#d4ff5a": "fce5b0" + "#6c9000": "c0af00fe", + "#8dbd01": "f0d420fe", + "#a7e001": "fcd060fe", + "#b7f601": "fcd060fe", + "#d4ff5a": "fce5b0fe" }, { - "#6c9000": "03c000", - "#8dbd01": "2df020", - "#a7e001": "82fc60", - "#b7f601": "82fc60", - "#d4ff5a": "c2fcb0" + "#6c9000": "03c000fe", + "#8dbd01": "2df020fe", + "#a7e001": "82fc60fe", + "#b7f601": "82fc60fe", + "#d4ff5a": "c2fcb0fe" }, { - "#6c9000": "001cc0", - "#8dbd01": "2049f0", - "#a7e001": "6096fc", - "#b7f601": "6096fc", - "#d4ff5a": "b0ccfc" + "#6c9000": "001cc0fe", + "#8dbd01": "2049f0fe", + "#a7e001": "6096fcfe", + "#b7f601": "6096fcfe", + "#d4ff5a": "b0ccfcfe" }, { - "#6c9000": "7c00c0", - "#8dbd01": "9d20f0", - "#a7e001": "a660fc", - "#b7f601": "a660fc", - "#d4ff5a": "d1b0fc" + "#6c9000": "7c00c0fe", + "#8dbd01": "9d20f0fe", + "#a7e001": "a660fcfe", + "#b7f601": "a660fcfe", + "#d4ff5a": "d1b0fcfe" }, { - "#6c9000": "c00069", - "#8dbd01": "f0209b", - "#a7e001": "fc60d4", - "#b7f601": "fc60d4", - "#d4ff5a": "fcb0ea" + "#6c9000": "c00069fe", + "#8dbd01": "f0209bfe", + "#a7e001": "fc60d4fe", + "#b7f601": "fc60d4fe", + "#d4ff5a": "fcb0eafe" }, { - "#6c9000": "366388", - "#8dbd01": "4e8fb8", - "#a7e001": "76c7e4", - "#b7f601": "76c7e4", - "#d4ff5a": "c9eef6" + "#6c9000": "366388fe", + "#8dbd01": "4e8fb8fe", + "#a7e001": "76c7e4fe", + "#b7f601": "76c7e4fe", + "#d4ff5a": "c9eef6fe" } ] } @@ -7375,76 +7375,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -7458,76 +7458,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -7541,76 +7541,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#0050c0": "0050c0", - "#2080f0": "2080f0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#0050c0": "8fc000", - "#2080f0": "c5f020", - "#60c0fc": "f3fc60", - "#b0e0fc": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#0050c0": "00c063", - "#2080f0": "20f081", - "#60c0fc": "60fc91", - "#b0e0fc": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#0050c0": "009cc0", - "#2080f0": "20d3f0", - "#60c0fc": "60fcf9", - "#b0e0fc": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#0050c0": "c00003", - "#2080f0": "f0202d", - "#60c0fc": "fc6082", - "#b0e0fc": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#0050c0": "c07000", - "#2080f0": "f08f20", - "#60c0fc": "fc9c60", - "#b0e0fc": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#0050c0": "c0af00", - "#2080f0": "f0d420", - "#60c0fc": "fcd060", - "#b0e0fc": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#0050c0": "03c000", - "#2080f0": "2df020", - "#60c0fc": "82fc60", - "#b0e0fc": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#0050c0": "001cc0", - "#2080f0": "2049f0", - "#60c0fc": "6096fc", - "#b0e0fc": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#0050c0": "7c00c0", - "#2080f0": "9d20f0", - "#60c0fc": "a660fc", - "#b0e0fc": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#0050c0": "c00069", - "#2080f0": "f0209b", - "#60c0fc": "fc60d4", - "#b0e0fc": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#0050c0": "366388", - "#2080f0": "4e8fb8", - "#60c0fc": "76c7e4", - "#b0e0fc": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -7624,76 +7624,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#551b1b": "551b1b", - "#762222": "762222", - "#a42b2b": "a42b2b", - "#ca002b": "ca002b" + "#551b1b": "551b1bfe", + "#762222": "762222fe", + "#a42b2b": "a42b2bfe", + "#ca002b": "ca002bfe" }, { - "#551b1b": "8fc000", - "#762222": "c5f020", - "#a42b2b": "f3fc60", - "#ca002b": "f9fcb0" + "#551b1b": "8fc000fe", + "#762222": "c5f020fe", + "#a42b2b": "f3fc60fe", + "#ca002b": "f9fcb0fe" }, { - "#551b1b": "00c063", - "#762222": "20f081", - "#a42b2b": "60fc91", - "#ca002b": "b0fcc7" + "#551b1b": "00c063fe", + "#762222": "20f081fe", + "#a42b2b": "60fc91fe", + "#ca002b": "b0fcc7fe" }, { - "#551b1b": "009cc0", - "#762222": "20d3f0", - "#a42b2b": "60fcf9", - "#ca002b": "b0fcf9" + "#551b1b": "009cc0fe", + "#762222": "20d3f0fe", + "#a42b2b": "60fcf9fe", + "#ca002b": "b0fcf9fe" }, { - "#551b1b": "c00003", - "#762222": "f0202d", - "#a42b2b": "fc6082", - "#ca002b": "fcb0c2" + "#551b1b": "c00003fe", + "#762222": "f0202dfe", + "#a42b2b": "fc6082fe", + "#ca002b": "fcb0c2fe" }, { - "#551b1b": "c07000", - "#762222": "f08f20", - "#a42b2b": "fc9c60", - "#ca002b": "fcccb0" + "#551b1b": "c07000fe", + "#762222": "f08f20fe", + "#a42b2b": "fc9c60fe", + "#ca002b": "fcccb0fe" }, { - "#551b1b": "c0af00", - "#762222": "f0d420", - "#a42b2b": "fcd060", - "#ca002b": "fce5b0" + "#551b1b": "c0af00fe", + "#762222": "f0d420fe", + "#a42b2b": "fcd060fe", + "#ca002b": "fce5b0fe" }, { - "#551b1b": "03c000", - "#762222": "2df020", - "#a42b2b": "82fc60", - "#ca002b": "c2fcb0" + "#551b1b": "03c000fe", + "#762222": "2df020fe", + "#a42b2b": "82fc60fe", + "#ca002b": "c2fcb0fe" }, { - "#551b1b": "001cc0", - "#762222": "2049f0", - "#a42b2b": "6096fc", - "#ca002b": "b0ccfc" + "#551b1b": "001cc0fe", + "#762222": "2049f0fe", + "#a42b2b": "6096fcfe", + "#ca002b": "b0ccfcfe" }, { - "#551b1b": "7c00c0", - "#762222": "9d20f0", - "#a42b2b": "a660fc", - "#ca002b": "d1b0fc" + "#551b1b": "7c00c0fe", + "#762222": "9d20f0fe", + "#a42b2b": "a660fcfe", + "#ca002b": "d1b0fcfe" }, { - "#551b1b": "c00069", - "#762222": "f0209b", - "#a42b2b": "fc60d4", - "#ca002b": "fcb0ea" + "#551b1b": "c00069fe", + "#762222": "f0209bfe", + "#a42b2b": "fc60d4fe", + "#ca002b": "fcb0eafe" }, { - "#551b1b": "366388", - "#762222": "4e8fb8", - "#a42b2b": "76c7e4", - "#ca002b": "c9eef6" + "#551b1b": "366388fe", + "#762222": "4e8fb8fe", + "#a42b2b": "76c7e4fe", + "#ca002b": "c9eef6fe" } ] }, @@ -7707,76 +7707,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -7790,76 +7790,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#2080f0": "2080f0", - "#0050c0": "0050c0", - "#60c0fc": "60c0fc", - "#b0e0fc": "b0e0fc" + "#0050c0": "0050c0fe", + "#2080f0": "2080f0fe", + "#60c0fc": "60c0fcfe", + "#b0e0fc": "b0e0fcfe" }, { - "#2080f0": "b0fcdb", - "#0050c0": "008ec0", - "#60c0fc": "60f2fc", - "#b0e0fc": "b0f9fc" + "#0050c0": "8fc000fe", + "#2080f0": "c5f020fe", + "#60c0fc": "f3fc60fe", + "#b0e0fc": "f9fcb0fe" }, { - "#2080f0": "f0206f", - "#0050c0": "c00041", - "#60c0fc": "fc60b3", - "#b0e0fc": "fcb0da" + "#0050c0": "00c063fe", + "#2080f0": "20f081fe", + "#60c0fc": "60fc91fe", + "#b0e0fc": "b0fcc7fe" }, { - "#2080f0": "c2f020", - "#0050c0": "8dc000", - "#60c0fc": "f1fc60", - "#b0e0fc": "f8fcb0" + "#0050c0": "009cc0fe", + "#2080f0": "20d3f0fe", + "#60c0fc": "60fcf9fe", + "#b0e0fc": "b0fcf9fe" }, { - "#2080f0": "f0202a", - "#0050c0": "c00000", - "#60c0fc": "fc607f", - "#b0e0fc": "fcb0c0" + "#0050c0": "c00003fe", + "#2080f0": "f0202dfe", + "#60c0fc": "fc6082fe", + "#b0e0fc": "fcb0c2fe" }, { - "#2080f0": "f08520", - "#0050c0": "c06600", - "#60c0fc": "fc9460", - "#b0e0fc": "fcc8b0" + "#0050c0": "c07000fe", + "#2080f0": "f08f20fe", + "#60c0fc": "fc9c60fe", + "#b0e0fc": "fcccb0fe" }, { - "#2080f0": "f0d820", - "#0050c0": "c0b200", - "#60c0fc": "fcd260", - "#b0e0fc": "fce6b0" + "#0050c0": "c0af00fe", + "#2080f0": "f0d420fe", + "#60c0fc": "fcd060fe", + "#b0e0fc": "fce5b0fe" }, { - "#2080f0": "20f05b", - "#0050c0": "00c03f", - "#60c0fc": "60fc75", - "#b0e0fc": "b0fcb9" + "#0050c0": "03c000fe", + "#2080f0": "2df020fe", + "#60c0fc": "82fc60fe", + "#b0e0fc": "c2fcb0fe" }, { - "#2080f0": "2045f0", - "#0050c0": "001bc0", - "#60c0fc": "6094fc", - "#b0e0fc": "b0cbfc" + "#0050c0": "001cc0fe", + "#2080f0": "2049f0fe", + "#60c0fc": "6096fcfe", + "#b0e0fc": "b0ccfcfe" }, { - "#2080f0": "9320f0", - "#0050c0": "7100c0", - "#60c0fc": "9e60fc", - "#b0e0fc": "ccb0fc" + "#0050c0": "7c00c0fe", + "#2080f0": "9d20f0fe", + "#60c0fc": "a660fcfe", + "#b0e0fc": "d1b0fcfe" }, { - "#2080f0": "ccb0fc", - "#0050c0": "c00082", - "#60c0fc": "fc60e7", - "#b0e0fc": "fcb0f4" + "#0050c0": "c00069fe", + "#2080f0": "f0209bfe", + "#60c0fc": "fc60d4fe", + "#b0e0fc": "fcb0eafe" }, { - "#2080f0": "20f0bd", - "#0050c0": "00c097", - "#60c0fc": "60fcbd", - "#b0e0fc": "b0fcdb" + "#0050c0": "366388fe", + "#2080f0": "4e8fb8fe", + "#60c0fc": "76c7e4fe", + "#b0e0fc": "c9eef6fe" } ] }, @@ -7873,76 +7873,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -8039,76 +8039,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -8122,76 +8122,76 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#00c050": "00c050", - "#20f080": "20f080", - "#60fcc0": "60fcc0", - "#b0fce0": "b0fce0" + "#00c050": "00c050fe", + "#20f080": "20f080fe", + "#60fcc0": "60fcc0fe", + "#b0fce0": "b0fce0fe" }, { - "#00c050": "8fc000", - "#20f080": "c5f020", - "#60fcc0": "f3fc60", - "#b0fce0": "f9fcb0" + "#00c050": "8fc000fe", + "#20f080": "c5f020fe", + "#60fcc0": "f3fc60fe", + "#b0fce0": "f9fcb0fe" }, { - "#00c050": "00c063", - "#20f080": "20f081", - "#60fcc0": "60fc91", - "#b0fce0": "b0fcc7" + "#00c050": "00c063fe", + "#20f080": "20f081fe", + "#60fcc0": "60fc91fe", + "#b0fce0": "b0fcc7fe" }, { - "#00c050": "009cc0", - "#20f080": "20d3f0", - "#60fcc0": "60fcf9", - "#b0fce0": "b0fcf9" + "#00c050": "009cc0fe", + "#20f080": "20d3f0fe", + "#60fcc0": "60fcf9fe", + "#b0fce0": "b0fcf9fe" }, { - "#00c050": "c00003", - "#20f080": "f0202d", - "#60fcc0": "fc6082", - "#b0fce0": "fcb0c2" + "#00c050": "c00003fe", + "#20f080": "f0202dfe", + "#60fcc0": "fc6082fe", + "#b0fce0": "fcb0c2fe" }, { - "#00c050": "c07000", - "#20f080": "f08f20", - "#60fcc0": "fc9c60", - "#b0fce0": "fcccb0" + "#00c050": "c07000fe", + "#20f080": "f08f20fe", + "#60fcc0": "fc9c60fe", + "#b0fce0": "fcccb0fe" }, { - "#00c050": "c0af00", - "#20f080": "f0d420", - "#60fcc0": "fcd060", - "#b0fce0": "fce5b0" + "#00c050": "c0af00fe", + "#20f080": "f0d420fe", + "#60fcc0": "fcd060fe", + "#b0fce0": "fce5b0fe" }, { - "#00c050": "03c000", - "#20f080": "2df020", - "#60fcc0": "82fc60", - "#b0fce0": "c2fcb0" + "#00c050": "03c000fe", + "#20f080": "2df020fe", + "#60fcc0": "82fc60fe", + "#b0fce0": "c2fcb0fe" }, { - "#00c050": "001cc0", - "#20f080": "2049f0", - "#60fcc0": "6096fc", - "#b0fce0": "b0ccfc" + "#00c050": "001cc0fe", + "#20f080": "2049f0fe", + "#60fcc0": "6096fcfe", + "#b0fce0": "b0ccfcfe" }, { - "#00c050": "7c00c0", - "#20f080": "9d20f0", - "#60fcc0": "a660fc", - "#b0fce0": "d1b0fc" + "#00c050": "7c00c0fe", + "#20f080": "9d20f0fe", + "#60fcc0": "a660fcfe", + "#b0fce0": "d1b0fcfe" }, { - "#00c050": "c00069", - "#20f080": "f0209b", - "#60fcc0": "fc60d4", - "#b0fce0": "fcb0ea" + "#00c050": "c00069fe", + "#20f080": "f0209bfe", + "#60fcc0": "fc60d4fe", + "#b0fce0": "fcb0eafe" }, { - "#00c050": "366388", - "#20f080": "4e8fb8", - "#60fcc0": "76c7e4", - "#b0fce0": "c9eef6" + "#00c050": "366388fe", + "#20f080": "4e8fb8fe", + "#60fcc0": "76c7e4fe", + "#b0fce0": "c9eef6fe" } ] }, @@ -8288,88 +8288,88 @@ "femaleFrames": "back.png", "colorOptions": [ { - "#6c9000": "6c9000", - "#8dbd01": "8dbd01", - "#a7e001": "a7e001", - "#b7f601": "b7f601", - "#d4ff5a": "d4ff5a" + "#6c9000": "6c9000fe", + "#8dbd01": "8dbd01fe", + "#a7e001": "a7e001fe", + "#b7f601": "b7f601fe", + "#d4ff5a": "d4ff5afe" }, { - "#6c9000": "8fc000", - "#8dbd01": "c5f020", - "#a7e001": "f3fc60", - "#b7f601": "f3fc60", - "#d4ff5a": "f9fcb0" + "#6c9000": "8fc000fe", + "#8dbd01": "c5f020fe", + "#a7e001": "f3fc60fe", + "#b7f601": "f3fc60fe", + "#d4ff5a": "f9fcb0fe" }, { - "#6c9000": "00c063", - "#8dbd01": "20f081", - "#a7e001": "60fc91", - "#b7f601": "60fc91", - "#d4ff5a": "b0fcc7" + "#6c9000": "00c063fe", + "#8dbd01": "20f081fe", + "#a7e001": "60fc91fe", + "#b7f601": "60fc91fe", + "#d4ff5a": "b0fcc7fe" }, { - "#6c9000": "009cc0", - "#8dbd01": "20d3f0", - "#a7e001": "60fcf9", - "#b7f601": "60fcf9", - "#d4ff5a": "b0fcf9" + "#6c9000": "009cc0fe", + "#8dbd01": "20d3f0fe", + "#a7e001": "60fcf9fe", + "#b7f601": "60fcf9fe", + "#d4ff5a": "b0fcf9fe" }, { - "#6c9000": "c00003", - "#8dbd01": "f0202d", - "#a7e001": "fc6082", - "#b7f601": "fc6082", - "#d4ff5a": "fcb0c2" + "#6c9000": "c00003fe", + "#8dbd01": "f0202dfe", + "#a7e001": "fc6082fe", + "#b7f601": "fc6082fe", + "#d4ff5a": "fcb0c2fe" }, { - "#6c9000": "c07000", - "#8dbd01": "f08f20", - "#a7e001": "fc9c60", - "#b7f601": "fc9c60", - "#d4ff5a": "fcccb0" + "#6c9000": "c07000fe", + "#8dbd01": "f08f20fe", + "#a7e001": "fc9c60fe", + "#b7f601": "fc9c60fe", + "#d4ff5a": "fcccb0fe" }, { - "#6c9000": "c0af00", - "#8dbd01": "f0d420", - "#a7e001": "fcd060", - "#b7f601": "fcd060", - "#d4ff5a": "fce5b0" + "#6c9000": "c0af00fe", + "#8dbd01": "f0d420fe", + "#a7e001": "fcd060fe", + "#b7f601": "fcd060fe", + "#d4ff5a": "fce5b0fe" }, { - "#6c9000": "03c000", - "#8dbd01": "2df020", - "#a7e001": "82fc60", - "#b7f601": "82fc60", - "#d4ff5a": "c2fcb0" + "#6c9000": "03c000fe", + "#8dbd01": "2df020fe", + "#a7e001": "82fc60fe", + "#b7f601": "82fc60fe", + "#d4ff5a": "c2fcb0fe" }, { - "#6c9000": "001cc0", - "#8dbd01": "2049f0", - "#a7e001": "6096fc", - "#b7f601": "6096fc", - "#d4ff5a": "b0ccfc" + "#6c9000": "001cc0fe", + "#8dbd01": "2049f0fe", + "#a7e001": "6096fcfe", + "#b7f601": "6096fcfe", + "#d4ff5a": "b0ccfcfe" }, { - "#6c9000": "7c00c0", - "#8dbd01": "9d20f0", - "#a7e001": "a660fc", - "#b7f601": "a660fc", - "#d4ff5a": "d1b0fc" + "#6c9000": "7c00c0fe", + "#8dbd01": "9d20f0fe", + "#a7e001": "a660fcfe", + "#b7f601": "a660fcfe", + "#d4ff5a": "d1b0fcfe" }, { - "#6c9000": "c00069", - "#8dbd01": "f0209b", - "#a7e001": "fc60d4", - "#b7f601": "fc60d4", - "#d4ff5a": "fcb0ea" + "#6c9000": "c00069fe", + "#8dbd01": "f0209bfe", + "#a7e001": "fc60d4fe", + "#b7f601": "fc60d4fe", + "#d4ff5a": "fcb0eafe" }, { - "#6c9000": "366388", - "#8dbd01": "4e8fb8", - "#a7e001": "76c7e4", - "#b7f601": "76c7e4", - "#d4ff5a": "c9eef6" + "#6c9000": "366388fe", + "#8dbd01": "4e8fb8fe", + "#a7e001": "76c7e4fe", + "#b7f601": "76c7e4fe", + "#d4ff5a": "c9eef6fe" } ] },