@pkmn/sim 0.7.49 → 0.7.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/config/formats.js +16 -57
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/formats-data.js +11 -11
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/items.js +1 -1
- package/build/cjs/data/items.js.map +1 -1
- package/build/cjs/data/moves.js +17 -17
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/text/moves.js +6 -6
- package/build/cjs/data/text/moves.js.map +1 -1
- package/build/cjs/sim/battle-actions.js +7 -0
- package/build/cjs/sim/battle-actions.js.map +1 -1
- package/build/cjs/sim/battle.js +5 -1
- package/build/cjs/sim/battle.js.map +1 -1
- package/build/cjs/sim/dex-moves.js.map +1 -1
- package/build/cjs/sim/pokemon.js +4 -0
- package/build/cjs/sim/pokemon.js.map +1 -1
- package/build/cjs/sim/team-validator.js +2 -1
- package/build/cjs/sim/team-validator.js.map +1 -1
- package/build/esm/config/formats.mjs +16 -57
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +11 -11
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/items.mjs +1 -1
- package/build/esm/data/items.mjs.map +1 -1
- package/build/esm/data/moves.mjs +17 -17
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/text/moves.mjs +6 -6
- package/build/esm/data/text/moves.mjs.map +1 -1
- package/build/esm/sim/battle-actions.mjs +7 -0
- package/build/esm/sim/battle-actions.mjs.map +1 -1
- package/build/esm/sim/battle.mjs +5 -1
- package/build/esm/sim/battle.mjs.map +1 -1
- package/build/esm/sim/dex-moves.mjs.map +1 -1
- package/build/esm/sim/pokemon.mjs +4 -0
- package/build/esm/sim/pokemon.mjs.map +1 -1
- package/build/esm/sim/team-validator.mjs +2 -1
- package/build/esm/sim/team-validator.mjs.map +1 -1
- package/build/types/sim/dex-moves.d.ts +1 -0
- package/package.json +1 -1
|
@@ -512,8 +512,8 @@ exports.MovesText = {
|
|
|
512
512
|
},
|
|
513
513
|
bleakwindstorm: {
|
|
514
514
|
name: "Bleakwind Storm",
|
|
515
|
-
desc: "Has a 30% chance to lower the target's Speed by 1 stage.",
|
|
516
|
-
shortDesc: "30%
|
|
515
|
+
desc: "Has a 30% chance to lower the target's Speed by 1 stage. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If this move is used against a Pokemon holding Utility Umbrella, this move's accuracy remains at 80%.",
|
|
516
|
+
shortDesc: "30% to lower foe(s) Speed by 1. Rain: can't miss.",
|
|
517
517
|
},
|
|
518
518
|
blizzard: {
|
|
519
519
|
name: "Blizzard",
|
|
@@ -5248,8 +5248,8 @@ exports.MovesText = {
|
|
|
5248
5248
|
},
|
|
5249
5249
|
sandsearstorm: {
|
|
5250
5250
|
name: "Sandsear Storm",
|
|
5251
|
-
desc: "Has a 20% chance to burn the target.",
|
|
5252
|
-
shortDesc: "20% chance to burn foe(s).",
|
|
5251
|
+
desc: "Has a 20% chance to burn the target. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If this move is used against a Pokemon holding Utility Umbrella, this move's accuracy remains at 80%.",
|
|
5252
|
+
shortDesc: "20% chance to burn foe(s). Can't miss in rain.",
|
|
5253
5253
|
},
|
|
5254
5254
|
sandstorm: {
|
|
5255
5255
|
name: "Sandstorm",
|
|
@@ -7122,8 +7122,8 @@ exports.MovesText = {
|
|
|
7122
7122
|
},
|
|
7123
7123
|
wildboltstorm: {
|
|
7124
7124
|
name: "Wildbolt Storm",
|
|
7125
|
-
desc: "Has a 20% chance to paralyze the target.",
|
|
7126
|
-
shortDesc: "20% chance to paralyze foe(s).",
|
|
7125
|
+
desc: "Has a 20% chance to paralyze the target. If the weather is Primordial Sea or Rain Dance, this move does not check accuracy. If this move is used against a Pokemon holding Utility Umbrella, this move's accuracy remains at 80%.",
|
|
7126
|
+
shortDesc: "20% chance to paralyze foe(s). Rain: can't miss.",
|
|
7127
7127
|
},
|
|
7128
7128
|
wildcharge: {
|
|
7129
7129
|
name: "Wild Charge",
|