Detalhes-ItemRequiresSkillLevel icon

ItemRequiresSkillLevel

Set your items to require skills or VLS attributes to be equipped or crafted.

Last updated 6 months ago
Total downloads 20201
Total rating 7 
Categories Server-side Client-side
Dependency string Detalhes-ItemRequiresSkillLevel-1.2.0
Dependants 95 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1901 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1901

README

ItemRequiresSkillLevel

Create skill requirement for any equipable item that you want.

Block craft based on skills if you want

Blocks foods and potions.

It has compatibility with Valheim Level System. Use these as skills: Intelligence, Strength, Focus, Constitution, Agility, Level

It has compatibility with Smoothbrain skills.

It has compatibility with EpicMMO. Use these as skills: Strength, Agility, Intellect, Body, Level. Set EpicMMO as attribute to true.

Yml will be generated in the first execution.

Example:

- PrefabName: ArmorBronzeLegs
  Requirements:
  - Skill: Blocking
    Level: 10
    BlockCraft: false
    BlockEquip: true
  - Skill: Blocking
    Level: 10
    BlockCraft: true
    BlockEquip: true
- PrefabName: ArmorBronzeChest
  Requirements:
  - Skill: Blocking
    Level: 10
    BlockCraft: false
    BlockEquip: true
  - Skill: Blocking
    Level: 10
    BlockCraft: true
    BlockEquip: true
- PrefabName: HelmetBronze
  Requirements:
  - Skill: Blocking
    Level: 10
    BlockCraft: false
    BlockEquip: true
  - Skill: Blocking
    Level: 10
    BlockCraft: true
    BlockEquip: true

Sync

Install in the server to sync config with clients.