Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • veloren veloren
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 425
    • Issues 425
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 56
    • Merge requests 56
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Veloren
  • velorenveloren
  • Merge requests
  • !1419

Added bag space stat and associated bag upgrade items

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Ben Wallis requested to merge xvar/bag-space-stat into master Oct 01, 2020
  • Overview 22
  • Commits 8
  • Pipelines 7
  • Changes 39

Implemented #718 (closed) with @Pfauenauge

  • Added inv_slots field to Stats - defaults to 18 for new characters, all existing characters have 36 slots grandfathered in
  • Added 4 new bag upgrade consumables, crafting recipes, and associated loot table changes
  • Added /set_inv_slots <amount> admin command for testing - items in removed slots are dropped on the floor at the player's feet
  • Added Effect::InventorySlotIncrease effect and modified apply_effect to return Result which is required when an inventory slot increase fails
  • By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.
  • Migrations have been added if applicable
  • Significant changes of this merge request have been added to the changelog.
Edited Oct 01, 2020 by Ben Wallis
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: xvar/bag-space-stat