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

Projectile Damage Attribute

🏹 Range weapon damage becomes configurable.

Modrinth adventure equipment library

Описание

![Projectile Damage Attribute](https://cdn.modrinth.com/data/AOyJhFvl/images/0374af44e36e8c884733186b577c3b98356b7486.png "") [![Modloader](https://img.shields.io/badge/Loader-Fabric%20|%20Forge-ecebe6?labelColor=263768&style=for-the-badge)](https://fabricmc.net) ![Availability](https://img.shields.io/badge/Available-1.18.2%20|%201.19%20|%201.19.1%20|%201.19.2%20|%201.19.3-ecebe6?labelColor=263768&style=for-the-badge) [![Fabric API required](https://img.shields.io/badge/Fabric%20API-REQUIRED-ecebe6?labelColor=263768&style=for-the-badge)](https://www.curseforge.com/minecraft/mc-mods/fabric-api) ![Environment: Client](https://img.shields.io/badge/CLIENT%20SIDE%20INSTALLATION-REQUIRED-ecebe6?labelColor=263768&style=for-the-badge) ![Environment: Server](https://img.shields.io/badge/SERVER%20SIDE%20INSTALLATION-REQUIRED-ecebe6?labelColor=263768&style=for-the-badge) [![Discord](https://img.shields.io/discord/973561601519149057.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=for-the-badge)](https://discord.gg/tXb7cYhV) # 🏹️ Features Adds new EntityAttribute to the game, with the following id: `projectile_damage:generic`. This allows customization of damage done by individual Bow and Crossbow items in the game. ![](https://cdn.modrinth.com/data/AOyJhFvl/images/f5b143ef24af1a115dd7bb31972defbc89819cc2.png) ![](https://cdn.modrinth.com/data/AOyJhFvl/images/2ac5e92d0ea51d488b42aa0c480df215217b4621.png) Adds *Impact* status effect, increasing the projectile damage done by the entity. ![](https://cdn.modrinth.com/data/AOyJhFvl/images/494882a8e3ae1107477d1b09692de087f068b5d8.png) Example command: `/effect give @p projectile_damage:impact 30 4` You can also use the API provided by this mod, to set the damage of your custom ranged weapons. # 🔧 Configuration **Server side** configuration can be found in the `config` directory, after running the game with the mod installed. # 🔨 Using it as a modder Check out the project [readme](https://github.com/ZsoltMolnarrr/ProjectileDamage "") for more details.