![]() |
VOOZH | about |
OK, so I really just want to know if there's any way I can spawn a witch that's not hostile, I would try to figure out the command string for it myself, but I'm not that good at command strings. Brickticks (talk) 19:50, 18 February 2015 (UTC)
/summon Witch ~ ~ ~ {NoAI:1}), preventing it from moving. Otherwise, there is no good solution to change hostility currently. –KnightMiner (t·c) 20:26, 18 February 2015 (UTC)The description is a little bit ambiguous and I cannot verify this myself since I don't know if I'm doing it right. I built a small machine that dispenses a water bucket over witches and splashes them with a Potion of Harming II, after which I slay them with an enchanted diamond sword under the Strength II potion effect, but I haven't gotten any Potion of Water Breathing drops yet. Papersphere (talk) 01:44, 24 May 2015 (UTC)
I was watching Kikoskia's hardcore let's play, and he several times ran into witches, well underground. (He'd mined down from the bottom of a ravine, broken into a different cave system, and saw witches. After killing them, he explored, and there were no open pits or anything they could have fallen from; the particular spawn was a small island in an ocean that took 3-4 minutes to cross by boat.) In his next series, while on the ground in a non-swamp biome not near a village, he had two witches spawn at once outside his house. Has anyone else run across that? --Azaram (talk) 18:14, 30 July 2015 (UTC)
We have a village set up to allow the villagers to breed, not a crazy breeder, but it does the job. We had 8-10 villagers inside a modified villager house, some with really good trades. One of the others on the server announced that there were suddenly 6 or more witches in the house killing the villagers. She tried to kill the witches but was being overwhelmed. By the time I got my character to the village, there were only a couple witches left and most of the villagers in the house were gone.
Come to find out, it had been raining and there was a lightning strike. Only thing I can assume happened was that the strike was right beside the house.... Anyone else had this happen?? We also had a lightning strike In a pig pen and ended up with a bunch of Pig men. --99.24.45.232 04:40, 11 January 2016 (UTC)
Consider a player within 3 blocks, without the weakness status effect, but with health less than 8HP👁 ❤️
👁 ❤️
👁 ❤️
👁 ❤️
or already poisoned. According to offensive behavior, there is a 25% chance that witch will throw a potion of weakness.
Does "If none of the above conditions are true, witches default to using a potion of harming." imply that in this situation, there is a 75% chance that witch will throw a potion of harming or a 75% chance that witch will throw nothing?
I'm trying to get a captured witch cast a potion of weakness on a nearby captured zombie villager to cure him with a golden apple, but it doesn't seem to work. 93.136.236.242 12:08, 26 November 2017 (UTC)
PotionType potiontype = PotionTypes.HARMING;
if (distance >= 8.0F && !target.isPotionActive(MobEffects.SLOWNESS)) {
potiontype = PotionTypes.SLOWNESS;
} else if (target.getHealth() >= 8.0F && !target.isPotionActive(MobEffects.POISON)) {
potiontype = PotionTypes.POISON;
} else if (distance <= 3.0F && !target.isPotionActive(MobEffects.WEAKNESS) && this.rand.nextFloat() < 0.25F) {
potiontype = PotionTypes.WEAKNESS;
}
In the defense section the article states: "When on fire or the last damage taken in the past 2 seconds was fire damage, and lacking Fire Resistance, 15-100% chance of drinking a potion of Fire Resistance."
What does 15-100% chance mean? Shouldn't the probability of drinking a potion be constant? That's not how statistics works. Even if the game randomized the chance of drinking the potion there should be some overall probability. –Preceding unsigned comment was added by 73.42.184.30 (talk) at 04:30, 8 September 2018 (UTC). Please sign your posts with ~~~~
PotionType potiontype = null;
if (this.rand.nextFloat() < 0.15F && this.areEyesInFluid(FluidTags.WATER) && !this.isPotionActive(MobEffects.WATER_BREATHING)) {
potiontype = PotionTypes.WATER_BREATHING;
} else if (this.rand.nextFloat() < 0.15F && (this.isBurning() || this.getLastDamageSource() != null && this.getLastDamageSource().isFireDamage()) && !this.isPotionActive(MobEffects.FIRE_RESISTANCE)) {
potiontype = PotionTypes.FIRE_RESISTANCE;
} else if (this.rand.nextFloat() < 0.05F && this.getHealth() < this.getMaxHealth()) {
potiontype = PotionTypes.HEALING;
} else if (this.rand.nextFloat() < 0.5F && this.getAttackTarget() != null && !this.isPotionActive(MobEffects.SPEED) && this.getAttackTarget().getDistanceSq(this) > 121.0D) {
potiontype = PotionTypes.SWIFTNESS;
}
Is there an official opinion on this? On one hand, their skin is not as gray as most illagers, and they don't pull their arms out of the villager position like the other illagers do. But they are still hostile and spawn in illager raids. They don't attack villagers, but neither do illagers attack them. So are they illagers? Villagers? Something in between? (Willagers?) 70.15.114.78 19:37, 6 January 2019 (UTC)
I really want to know if witches can open doors or anything else, because it seems like they are close to villagers based on what I've heard? I don't need to know this as much, but what else can witches interact with? –Preceding unsigned comment was added by 75.72.77.33 (talk) at 18:03, 29 January 2019 (UTC). Please sign your posts with ~~~~
I've found it in 1.7.10, but it was introduced in 1.4.2, as further illagers were added in 1.11, and Village & Pillage Update was released in 1.14. Witches do join hard raids now. Sincerely, 109.201.34.1 07:52, 6 October 2019 (UTC)
For some reason on ps4 witches have the 18w50a texture here is a picture
Bestgamereveryt (talk) 20:45, 9 January 2020 (UTC)
See title.--Olivia Capucine Elisabet (talk) 11:41, 16 February 2021 (UTC)
Hi there.
My edits are being undone, so I ask you to excuse me so I can try to explain. I do not think that just reverting them and leaving a bad warning in my talk page is the proper action to be taken.
First, so that the text doesn't get tiring, the facts should only be mentioned once. The sentence that says that witches heal illagers should be mentioned only once.
The template <code>{{wip|additional celebrate sounds}}</code> should be in the sounds section.
There is a controversial excerpt:
"In Bedrock Edition, witches are immune to poison, fatal poison and to their own thrown harming potions." and "In Java Edition, witches do not retaliate when attacked by evoker fangs, illagers or harming potions from other witches. Instead, they drink a healing potion." therefore: "If a witch hits another witch with a potion, the witch who is hit becomes angry and targets the other witch, despite it being impossible for either witch to kill the other (without help from a player) due to their use of healing potions and their resistance to each other's splash potions."
Makes no sense.
The following part was flawed:
👁 Image
The last part mentions boats and mobs, but not minecarts.
The part "The command /summon Witch ~ ~1 ~ {HandDropChances:[0.01F,2F],HandItems:[{id:"minecraft:lingering_potion",Count:1},{}]} can be used to spawn a witch with a persistent potion with no effects." is correct and was took from the French article (sorcière). You could check there.
If you disagree that the fairly important paragraph with the context of folk culture should be there, please reword it instead of removing it. You can add more information on the History section.
I was trying to add a certain depth in the article, but not to violate the style guide or be a vandal that might be banned like BDJP007301 said in my talk page. I understand your zeal for the wiki, but I do not think that reverting is a good way to be nice with committed editors.
Thank you!! Matyh talk 03:10, 5 July 2021 (UTC)
/summon Witch ~ ~1 ~ {HandDropChances:[0.01F,2F],HandItems:[{id:"minecraft:lingering_potion",Count:1},{}]} can be used to spawn a witch with a persistent potion with no effects. is correct and was took from the French article (sorcière)."Since the Village and pillager update. Witch are not longer fight back against the witch or illagers hurt it. Maybe we should put it in history and remove the first line of Trivia. --Alan ([[User talk:MrAlanWong|talk]) 12:40, 15 October 2021 (UTC)
Move File:Witch Revision 4.png to File:Witch.png and File:Witch.png to File:Witch Revision 3.png. 104.162.135.168 21:30, 19 July 2022 (UTC)
So add File:Witch Revision 3.png. 104.162.135.168 21:22, 29 July 2022 (UTC)
I don't think the 25% chance for a witch to throw weakness when the player is within 3 blocks and below 8 hearts is accurate. I have tested this over 30 times and gotten 0 weakness potions, which has less than a 0.02% chance to happen if the probability is actually 25%. Others have reported this same issue.