You are viewing a potentially older version of this package. View all versions.
jadedbay-NeedleArts-0.1.0 icon

NeedleArts

Adds the ability to equip Needle Strikes from other crests.

Date uploaded 7 months ago
Version 0.1.0
Download link jadedbay-NeedleArts-0.1.0.zip
Downloads 162
Dependency string jadedbay-NeedleArts-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_Silksong-5.4.2304 icon
BepInEx-BepInExPack_Silksong

BepInEx modloader. Preconfigured and ready to use.

Preferred version: 5.4.2304
silksong_modding-I18N-1.0.2 icon
silksong_modding-I18N

A Hollow Knight: Silksong mod that automatically loads localized text for other mods.

Preferred version: 1.0.2
silksong_modding-FsmUtil-0.3.4 icon
silksong_modding-FsmUtil

A library for mods to easily make changes to PlayMakerFSMs.

Preferred version: 0.3.4
Voidlings-Needleforge-0.8.0 icon
Voidlings-Needleforge

API for adding Crests and Tools

Preferred version: 0.8.0

README

NeedleArts

A Hollow Knight: Silksong mod, adds the ability to equip Needle Strikes from other crests.

Features

  • Adds a new tool type NeedleArt (orange) and a slot to each crest with this type.

  • Adds a new NeedleArt tool for each crest, equipping tool associated with crest will use that crest's Needle Strike instead.

Balancing / Progression

  • The slot won't appear until Needle Strike is unlocked.

  • To unlock a crest's Needle Strike/Art as a tool, you must unlock all tool slots on that crest. (Alternatively if you just want to play around with the mod there is a button in the mod menu to unlock Needle Strike and all NeedleArts tools.)

Future Plans

  • Add custom Needle Arts

  • Add custom crest focused around Needle Strike/Art (Equip multiple and use directional to use, similar to HK)

  • Add custom tools to buff Needle Strike/Art

  • Update Needle Art tool icons

CHANGELOG

Changelog

v0.3.1

  • Fix compatibility issue with other Needleforge mods not being able to add custom tools

v0.3.0

  • Added directional NeedleArt slots to Vesticrest (can equip up to 3 needle arts)
  • Removed previous unlocking logic (now uses the SimpleUnlock logic)

Dev Comments:

My original plan for this mod was to make it an addition that integrated into the normal progression of the game such as unlocking arts overtime, and eventually a custom crest focused around NeedleArts. I have decided to remove the unlocking system as it forced me to do some weird auto equips, that wasn't very intuitive to use. To make a fully custom crest is a decent amount of work, and I've realised I would never get it to polished state I would be happy with any time soon, so for now I will just let any crest use all 3 NeedleArt slots.

v0.2.1

  • Fixed unlocking yellow Vesticrest slot automatically
  • Fixed cursed slot icon position
  • Removed old autoequip logic

v0.2.0

  • Moved NeedleArt slot to a Vesticrest slot (you don't need the Vesticrest to see the slot)

v0.1.4

  • Fixed bug where navigating crest slots with a selected tool would crash the game
  • NeedleArt tools no longer count towards completion percentage

v0.1.3

  • Fixed ShamanArt recoil not working

v0.1.2

  • Fixed WitchArt chain not working
  • Internal refactor to support crests with multiple NeedleArt slots

v0.1.1

  • Added config option for alternative NeedleArt unlock method (SimpleUnlock)

v0.1.0

  • Initial Release