Adding objects is done except for the dagger
This commit is contained in:
		
					parent
					
						
							
								88025baeff
							
						
					
				
			
			
				commit
				
					
						16422be351
					
				
			
		
					 3 changed files with 276 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,9 @@ namespace character::characteristic {
 | 
			
		|||
    public:
 | 
			
		||||
        Chance() noexcept: Characteristic(3, 0, 0, 0) {}
 | 
			
		||||
 | 
			
		||||
        Chance(const std::uint32_t carac, const std::uint32_t materiel, const std::uint32_t additional) :
 | 
			
		||||
                Characteristic(3, carac, materiel, additional) {}
 | 
			
		||||
 | 
			
		||||
        ~Chance() noexcept final = default;
 | 
			
		||||
 | 
			
		||||
        friend void from_json(const json &j, Chance &chance) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue