From 62ce9d4fe7d078f453695d40d20d4533d618bc43 Mon Sep 17 00:00:00 2001 From: Marty Date: Sat, 7 Dec 2024 11:28:17 -0500 Subject: [PATCH] Descriptions: Update more from suggestions --- data/text/items.ts | 2 +- data/text/moves.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/text/items.ts b/data/text/items.ts index 8be74fdcdbb2..5ccc87140263 100644 --- a/data/text/items.ts +++ b/data/text/items.ts @@ -1,7 +1,7 @@ export const ItemsText: {[id: IDEntry]: ItemText} = { abilityshield: { name: "Ability Shield", - shortDesc: "Holder's Ability cannot be changed by any effect.", + shortDesc: "Holder's Ability cannot be changed, suppressed, or ignored by any effect.", block: " [POKEMON]'s Ability is protected by the effects of its Ability Shield!", }, diff --git a/data/text/moves.ts b/data/text/moves.ts index 3745aa246b5a..4dba31d55b1a 100644 --- a/data/text/moves.ts +++ b/data/text/moves.ts @@ -1284,7 +1284,7 @@ export const MovesText: {[id: IDEntry]: MoveText} = { defog: { name: "Defog", desc: "Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness. If there is a terrain active and this move is successful, the terrain will be cleared.", - shortDesc: "-1 evasion; clears terrain and hazards on both sides.", + shortDesc: "-1 evasion; ends user and target hazards/terrain.", gen7: { desc: "Lowers the target's evasiveness by 1 stage. If this move is successful and whether or not the target's evasiveness was affected, the effects of Reflect, Light Screen, Aurora Veil, Safeguard, Mist, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the target's side, and the effects of Spikes, Toxic Spikes, Stealth Rock, and Sticky Web end for the user's side. Ignores a target's substitute, although a substitute will still block the lowering of evasiveness.", shortDesc: "-1 evasion; clears user and target side's hazards.", @@ -3391,7 +3391,7 @@ export const MovesText: {[id: IDEntry]: MoveText} = { }, ivycudgel: { name: "Ivy Cudgel", - desc: "Has a higher chance for a critical hit. If the user is an Ogerpon holding a mask, this move's type changes to match. Water type for Wellspring Mask, Fire type for Hearthflame Mask, and Rock type for Cornerstone Mask.", + desc: "Has a higher chance for a critical hit. If the user is an Ogerpon, this move's type changes depending on its form. Water type for Wellspring Mask, Fire type for Hearthflame Mask, and Rock type for Cornerstone Mask.", shortDesc: "High critical hit ratio. Type depends on user's form.", }, jawlock: {