Implement armor movement malus as explicit property #2
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	API
		
			bug
		
			can't reproduce
		
			confirmed
		
			dependencies
		
			documentation
		
			duplicate
		
			enhancement
		
			feature
		
			good first issue
		
			help wanted
		
			invalid
		
			performance
		
			question
		
			to be confirmed
		
			waiting for feedback
		
			wontfix
		
		
	
		No milestone
		
			
		
	
	No project
	
		
	
	
	
	
		No assignees
		
	
	
	
	
		1 participant
	
	
		
		
	Notifications
	
		
	
	
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
		Reference: dungeonslayers/ds4#2
		
	
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
At the moment, the movement Malus of armor is implemented via Active Effects. But this has the downside that the total movement malus of all equipped items cannot easily be tracked separately, which is a Problem for talents like "Rüstträger". So in oder to solve this, a new number property
movementMalusshould be added to armor items, and a corresponding derived property should be added to actors.When this is done, the items in the provided compendium need to be adjusted accordingly, and the talent "Rüstträger" should be adjusted because it can now be automated.