GiggleJade.Nimbow.zip
27 Feb 2026
CurseForge · Hytale mod
Nimble Crossbows | Speed up the base reloading time/animation by ~2.4× (for weapons like crossbows.)
Quick answer
Nimbow GiggleJade.Nimbow.zip targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
GiggleJade.Nimbow.zip. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Nimbow GiggleJade.Nimbow.zip. Pick another file and the loader, install side or required mods may change.
Use GiggleJade.Nimbow.zip. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside GiggleJade.Nimbow.zip. It opens that exact file at the source.
About this project
> Speed up the base reloading time and animation by approximately ~2.4x for weapons that use the common ammo reload system, such as crossbows.
Nimbow significantly reduces the reload duration of stat-based ammo weapons by modifying the shared Common StatAmmoReload interaction files. Because these files are part of a common template, any weapon that inherits from them — primarily crossbows — will benefit automatically.
| Phase | Vanilla | Nimbow | Change |
|---|---|---|---|
| Reload Entry (ready animation) | 0.80s |
0.30s |
2.67× faster |
| Reload Effects (load animation) | 0.30s |
0.15s |
2.0× faster |
| Total Reload Cycle | 1.10s |
0.45s |
~2.4× faster |
> [!NOTE] > Only the RunTime values are changed. All other behavior — sound effects, animations, ammo consumption, stat modifiers, and movement speed penalties — remain identical to vanilla.
Any weapon that uses the default Common_StatAmmoReload template chain will be affected. In the base game this includes:
Weapon_Crossbow_IronWeapon_Crossbow_Ancient_SteelTemplate_Weapon_CrossbowCommon_StatAmmoReload_Entry.jsonThe initial reload-ready phase, which plays the ready animation and sound before the actual reload loop begins.
{
"Type": "Simple",
- "RunTime": 0.8,
+ "RunTime": 0.3,
"Effects": {
"ItemAnimationId": "ReloadReady",
...
}
}
Common_StatAmmoReload_Effects.jsonThe per-round reload phase, which plays the load animation and sound for each ammo unit consumed.
{
"Type": "Simple",
- "RunTime": 0.3,
+ "RunTime": 0.15,
"HorizontalSpeedMultiplier": 0.75,
"Effects": {
"ItemAnimationId": "Reload",
...
}
}
These override the vanilla files located at:
Server/Item/Interactions/Weapons/Common/StatAmmoReload/
Place the Nimbow mod into your Mods/ directory. No dependencies required.
| Version | 2.0.0 |
| Author | GiggleJade |
| Server Version | 2026.02.19-1a311a592 |
Project description from CurseForge.
Recent files
27 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.