← Назад к ресурсам

Grease

Coat a weapon with grease to upgrade, allowing for the addition of short-lived effects to weapons

Modrinth equipment game-mechanics magic

Описание

# Weapon Grease ![lightning](https://cdn.modrinth.com/data/cached_images/787425791be5cb0ae76ffee36fe30284c4a6ef54.gif)![fire](https://cdn.modrinth.com/data/cached_images/3d1de6155f84956761d696eb61234900d29291a1.gif)![magic](https://cdn.modrinth.com/data/cached_images/2a6d81ea3f29f8a354839d8df60bb465bd0f135b.gif)![poison](https://cdn.modrinth.com/data/cached_images/f914e17c5113835f25d59f5d060b091ee9af6f96.gif)![freezing](https://cdn.modrinth.com/data/cached_images/b3c2a8aacdad43118fa2f77bca15d1a4f245b9e4.gif)![sacred](https://cdn.modrinth.com/data/cached_images/070306f9e488c04bcf6679e240381a72c3ef2243.gif) ![fire](https://cdn.modrinth.com/data/cached_images/5ad4ba15233da13172544429502ea21723ab6f57.gif) ![lighting](https://cdn.modrinth.com/data/cached_images/0b8049f24f8908555ca1cfd5eb18dd9545237fe7.gif) ![magic](https://cdn.modrinth.com/data/cached_images/71a23077321eee74e5d675e3ee390cf19de768f9.gif) ![sacred](https://cdn.modrinth.com/data/cached_images/cccbfda8a0253385fd0f9959673fab68b2d14a41.gif) ![freezing](https://cdn.modrinth.com/data/cached_images/bb6873310a44477a7611094e4bc235784624a15a.gif) ![poison](https://cdn.modrinth.com/data/cached_images/80601632ff670281c5816bef64d7066600a7c80f.gif) ## Features ### ✨ Weapon Grease System - Apply various magical effects to weapons/tools using grease(Handheld grease and weapon) - Grease effects last **30 seconds** by default (configurable) - Compatible with most melee weapons\tool ### ⚡ Grease Types | Grease Type | Effect | Default Values | |-------------|--------|----------------| | **Lightning Grease** | summon lightning strikes | 5s cooldown | | **Sacred Grease** | add damage against undead mobs | +2 damage | | **Fire Grease** | Ignites targets on hit | 8s burn duration | | **Magic Grease** | Converts chance to physical damage to magic damage | 100% change | | **Poison Grease** | Applies poison debuff to targets | 20s poison duration | | **Freezing Grease** | freeze enemies | 8s freeze duration | ## 📥 Installation 1. Requires Minecraft Fabric\Forge\NeoForge 2. Download mod jar file 3. Place in mods folder 4. Launch and enjoy! ## 🔧 Configuration All durations, probabilities, and damage values can be modified through config files: - Adjust effect timings - Modify damage multipliers - Change probability rates Customize every aspect of grease effects through `./minecraft/config/grease.json`: ```json { "fire_tick": 160, // Duration targets stay burning (1 s = 20tick) "poison_tick": 400, // Duration of poison effect "freezing_tick": 160, // Duration of freeze effect "lightning_cooldown": 100, // Cooldown between lightning strikes "grease_tick": 600, // Base duration for all grease effects "sacred_damage": 2, // Bonus damage against undead "magic_change": 100, // Percentage of damage converted to magic "grease_item": [ //other item "minecraft:stick" ] } ``` ## 📢 My Other mods - [ChargedMobs(Fabric/Forge/NeoForge)](https://modrinth.com/mod/charged-mobs): Added more types charged mobs - [Yyz's backpack(Fabric/Forge/NeoForge)](https://www.curseforge.com/minecraft/mc-mods/yyzsbackpack): A new backpack mod may be more suitable for you. 📢 **Report issues/suggestions:** [[https://github.com/yyz729/Grease/issues](https://github.com/yyz729/Grease/issues)]