So I was trying to make a command that would allow me to make an invulnerable ghost dog that did really high attach damage, and was invisible yet still outlined by the glowing effect. The invulnerable, glowing, and invisible parts worked well, but it has the same base attack damage as a regular dog, even when I give it over 9,000 attack damage. I tried to give it extreme strength too so I could try to make up for the attack damage not changing, but if I tame it, it loses its strength, and attack damage. Even if I spawn the dog in already tamed to me, it does not have the attack damage, or strength I desire. I was wondering why this is happening, and i there is anyway to fix it.
Here's the command I have been using:
/summon Wolf ~0 ~1 ~0 {CustomName:Cerberus,CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.4},{Name:generic.attackDamage,Base:9999999}],ActiveEffects:[{Id:5,Amplifier:100,Duration:999999,ShowParticles:0b},{Id:8,Amplifier:1,Duration:999999,ShowParticles:0b},{Id:14,Amplifier:1,Duration:999999,ShowParticles:0b}],Invulnerable:1,Silent:1,Glowing:1}
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So I was trying to make a command that would allow me to make an invulnerable ghost dog that did really high attach damage, and was invisible yet still outlined by the glowing effect. The invulnerable, glowing, and invisible parts worked well, but it has the same base attack damage as a regular dog, even when I give it over 9,000 attack damage. I tried to give it extreme strength too so I could try to make up for the attack damage not changing, but if I tame it, it loses its strength, and attack damage. Even if I spawn the dog in already tamed to me, it does not have the attack damage, or strength I desire. I was wondering why this is happening, and i there is anyway to fix it.
Here's the command I have been using:
/summon Wolf ~0 ~1 ~0 {CustomName:Cerberus,CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.4},{Name:generic.attackDamage,Base:9999999}],ActiveEffects:[{Id:5,Amplifier:100,Duration:999999,ShowParticles:0b},{Id:8,Amplifier:1,Duration:999999,ShowParticles:0b},{Id:14,Amplifier:1,Duration:999999,ShowParticles:0b}],Invulnerable:1,Silent:1,Glowing:1}