Diferencia entre revisiones de «Módulo:EffectSprite/IDs»
| Línea 1: | Línea 1: | ||
return { | return { | ||
| − | [' | + | ['speed'] = 1, |
| − | [' | + | ['swiftness'] = 1, |
| − | [' | + | ['slow'] = 2, |
| − | [' | + | ['slowness'] = 2, |
| − | [' | + | ['haste'] = 3, |
| − | [' | + | ['fatigue'] = 4, |
| − | [' | + | ['mining-fatigue'] = 4, |
| − | [' | + | ['strength'] = 5, |
| − | [' | + | ['weakness'] = 6, |
| − | [' | + | ['poison'] = 7, |
| − | [' | + | ['regeneration'] = 8, |
| − | [' | + | ['invisibility'] = 17, |
| − | [' | + | ['hunger'] = 18, |
| − | [' | + | ['jump'] = 19, |
| − | [' | + | ['jump-boost'] = 19, |
| − | [' | + | ['nausea'] = 20, |
| − | [' | + | ['nightvision'] = 21, |
| − | [' | + | ['night-vision'] = 21, |
| − | [' | + | ['blindness'] = 22, |
| − | [' | + | ['defense'] = 23, |
| − | [ | + | ['resistance'] = 23, |
| − | [' | + | ['fireresistance'] = 24, |
| − | [' | + | ['fire-resistance'] = 24, |
| − | [' | + | ['waterbreathing'] = 33, |
| − | [' | + | ['water-breathing'] = 33, |
| − | [' | + | ['wither'] = 34, |
| − | ['healthboost'] = 35, | + | ['healthboost'] = 35, |
| − | [' | + | ['health-boost'] = 35, |
| − | [' | + | ['absorption'] = 35, |
| − | [' | + | ['particle-speed'] = 9, |
| − | [' | + | ['particle-swiftness'] = 9, |
| − | [' | + | ['particle-slow'] = 10, |
| − | [' | + | ['particle-slowness'] = 10, |
| − | [' | + | ['particle-haste'] = 11, |
| − | [' | + | ['particle-fatigue'] = 12, |
| − | [' | + | ['particle-mining-fatigue'] = 12, |
| − | [' | + | ['particle-strength'] = 13, |
| − | [' | + | ['particle-weakness'] = 14, |
| − | [' | + | ['particle-poison'] = 15, |
| − | [' | + | ['particle-regeneration'] = 16, |
| − | [' | + | ['particle-invisibility'] = 25, |
| − | [' | + | ['particle-hunger'] = 26, |
| − | [' | + | ['particle-jump'] = 27, |
| − | [' | + | ['particle-jump-boost'] = 27, |
| − | [' | + | ['particle-nausea'] = 28, |
| − | [' | + | ['particle-nightvision'] = 29, |
| − | [' | + | ['particle-night-vision'] = 29, |
| − | [' | + | ['particle-blindness'] = 30, |
| − | [' | + | ['particle-defense'] = 31, |
| − | [' | + | ['particle-resistance'] = 31, |
| − | [' | + | ['particle-fireresistance'] = 32, |
| − | [' | + | ['particle-fire-resistance'] = 32, |
| − | [' | + | ['particle-waterbreathing'] = 41, |
| − | [' | + | ['particle-water-breathing'] = 41, |
| − | [' | + | ['particle-wither'] = 42, |
| − | [' | + | ['particle-wither'] = 42, |
| − | [' | + | ['particle-health'] = 254, |
| − | [' | + | ['particle-healing'] = 254, |
| − | [' | + | ['particle-harm'] = 255, |
| − | [' | + | ['particle-damage'] = 255, |
| − | [' | + | ['particle-healthboost'] = 43, |
| + | ['particle-absorption'] = 44, | ||
| + | ['particle-saturation'] = 45, | ||
} | } | ||
Revisión del 09:31 8 jul 2014
return {
['speed'] = 1,
['swiftness'] = 1,
['slow'] = 2,
['slowness'] = 2,
['haste'] = 3,
['fatigue'] = 4,
['mining-fatigue'] = 4,
['strength'] = 5,
['weakness'] = 6,
['poison'] = 7,
['regeneration'] = 8,
['invisibility'] = 17,
['hunger'] = 18,
['jump'] = 19,
['jump-boost'] = 19,
['nausea'] = 20,
['nightvision'] = 21,
['night-vision'] = 21,
['blindness'] = 22,
['defense'] = 23,
['resistance'] = 23,
['fireresistance'] = 24,
['fire-resistance'] = 24,
['waterbreathing'] = 33,
['water-breathing'] = 33,
['wither'] = 34,
['healthboost'] = 35,
['health-boost'] = 35,
['absorption'] = 35,
['particle-speed'] = 9,
['particle-swiftness'] = 9,
['particle-slow'] = 10,
['particle-slowness'] = 10,
['particle-haste'] = 11,
['particle-fatigue'] = 12,
['particle-mining-fatigue'] = 12,
['particle-strength'] = 13,
['particle-weakness'] = 14,
['particle-poison'] = 15,
['particle-regeneration'] = 16,
['particle-invisibility'] = 25,
['particle-hunger'] = 26,
['particle-jump'] = 27,
['particle-jump-boost'] = 27,
['particle-nausea'] = 28,
['particle-nightvision'] = 29,
['particle-night-vision'] = 29,
['particle-blindness'] = 30,
['particle-defense'] = 31,
['particle-resistance'] = 31,
['particle-fireresistance'] = 32,
['particle-fire-resistance'] = 32,
['particle-waterbreathing'] = 41,
['particle-water-breathing'] = 41,
['particle-wither'] = 42,
['particle-wither'] = 42,
['particle-health'] = 254,
['particle-healing'] = 254,
['particle-harm'] = 255,
['particle-damage'] = 255,
['particle-healthboost'] = 43,
['particle-absorption'] = 44,
['particle-saturation'] = 45,
}