add equipment
This commit is contained in:
		
							parent
							
								
									e788f4fbc5
								
							
						
					
					
						commit
						9284110c7e
					
				
					 5 changed files with 89 additions and 82 deletions
				
			
		| 
						 | 
				
			
			@ -43,42 +43,20 @@
 | 
			
		|||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "1": {
 | 
			
		||||
        "label": "Choose one, all are weight 0 for you",
 | 
			
		||||
        "mode": "radio",
 | 
			
		||||
        "items": [
 | 
			
		||||
          "t0FCRrKNif8IVLdZ",
 | 
			
		||||
          "Pg5OKCxvZLZIlUqZ",
 | 
			
		||||
          "bIDVbZVEJSWPcBi1",
 | 
			
		||||
          "IsyhcXjdMpUzK3r5",
 | 
			
		||||
          "aXVYHRjX2eoRTtCQ",
 | 
			
		||||
          "lG9aDTZcWfYBHCjj"
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "2": {
 | 
			
		||||
        "label": "Choose your clothing",
 | 
			
		||||
        "mode": "radio",
 | 
			
		||||
        "items": [
 | 
			
		||||
          "oGiXIqNQbukIjf06",
 | 
			
		||||
          "wQPaK1s3OX41qxTz"
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "3": {
 | 
			
		||||
        "label": "Choose your armament",
 | 
			
		||||
        "mode": "checkbox",
 | 
			
		||||
        "items": [
 | 
			
		||||
          "5dSrhoG0LBXY6RyD",
 | 
			
		||||
          "jSFKrGehEa3y26cO",
 | 
			
		||||
          "WrnuJ6j8JerAozDO",
 | 
			
		||||
          "Bj8EezgO0DZ9OhVQ"
 | 
			
		||||
	  "nMag6sXXRqc6SC4Q"
 | 
			
		||||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "4": {
 | 
			
		||||
        "label": "Choose one",
 | 
			
		||||
        "mode": "radio",
 | 
			
		||||
      "2": {
 | 
			
		||||
        "label": "Choose two",
 | 
			
		||||
        "mode": "checkbox",
 | 
			
		||||
        "items": [
 | 
			
		||||
          "gLFA3L03JkkBQXjZ",
 | 
			
		||||
          "YwHV7WYzTPSAOorl",
 | 
			
		||||
          "Z7tBUvJQZEk6YHXv",
 | 
			
		||||
          "Faznfc01XOrNYIOn"
 | 
			
		||||
          "lUy2SI7YYpyzVjHQ",
 | 
			
		||||
          "aK9CIEZ7AddPTIX5"
 | 
			
		||||
        ]
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										72
									
								
								packs/dwgl-equipment.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								packs/dwgl-equipment.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,72 @@
 | 
			
		|||
{
 | 
			
		||||
  "_id": "gLFA3L03JkkBQXjZ",
 | 
			
		||||
  "name": "Black Leather Armor",
 | 
			
		||||
  "permission": {
 | 
			
		||||
    "default": 0
 | 
			
		||||
   },
 | 
			
		||||
  "type": "equipment",
 | 
			
		||||
  "data": {
 | 
			
		||||
    "name": "",
 | 
			
		||||
    "description": "<p>Black leather armor.</p>",
 | 
			
		||||
    "class": "",
 | 
			
		||||
    "quantity": 1,
 | 
			
		||||
    "weight": 1,
 | 
			
		||||
    "uses": 0,
 | 
			
		||||
    "tags": "[{\"value\":\"worn\"},{\"value\":\"1 armor\"}]",
 | 
			
		||||
    "tagsString": "worn, 1 armor",
 | 
			
		||||
    "magic": false,
 | 
			
		||||
    "itemType": "armor",
 | 
			
		||||
    "attributes": {}
 | 
			
		||||
  },
 | 
			
		||||
  "flags": {},
 | 
			
		||||
  "img": "icons/equipment/chest/breastplate-layered-grey.webp",
 | 
			
		||||
  "effects": []
 | 
			
		||||
}
 | 
			
		||||
{
 | 
			
		||||
  "_id": "lUy2SI7YYpyzVjHQ",
 | 
			
		||||
  "name": "Silk robes and a snake staff",
 | 
			
		||||
  "permission": {
 | 
			
		||||
    "default": 0
 | 
			
		||||
   },
 | 
			
		||||
  "type": "equipment",
 | 
			
		||||
  "data": {
 | 
			
		||||
    "name": "",
 | 
			
		||||
    "description": "<p>Impressive silk robes and a snake staff with jeweled eyes.</p>",
 | 
			
		||||
    "class": "",
 | 
			
		||||
    "quantity": 1,
 | 
			
		||||
    "weight": 1,
 | 
			
		||||
    "uses": 0,
 | 
			
		||||
    "tags": "[{\"value\":\"close\"},{\"value\":\"reach\"}]",
 | 
			
		||||
    "tagsString": "close, reach",
 | 
			
		||||
    "magic": false,
 | 
			
		||||
    "itemType": "weapon",
 | 
			
		||||
    "attributes": {}
 | 
			
		||||
  },
 | 
			
		||||
  "flags": {},
 | 
			
		||||
  "img": "icons/weapons/staves/staff-ornate-hook.webp",
 | 
			
		||||
  "effects": []
 | 
			
		||||
}
 | 
			
		||||
{
 | 
			
		||||
  "_id": "aK9CIEZ7AddPTIX5",
 | 
			
		||||
  "name": "Psychic Paper",
 | 
			
		||||
  "permission": {
 | 
			
		||||
    "default": 0
 | 
			
		||||
   },
 | 
			
		||||
  "type": "equipment",
 | 
			
		||||
  "data": {
 | 
			
		||||
    "name": "",
 | 
			
		||||
    "description": "<p>An unassuming blank sheet of paper that says exactly what you want it to say, when you want it to say it.</p>",
 | 
			
		||||
    "class": "",
 | 
			
		||||
    "quantity": 1,
 | 
			
		||||
    "weight": 0,
 | 
			
		||||
    "uses": 0,
 | 
			
		||||
    "tags": "",
 | 
			
		||||
    "tagsString": "",
 | 
			
		||||
    "magic": false,
 | 
			
		||||
    "itemType": "",
 | 
			
		||||
    "attributes": {}
 | 
			
		||||
  },
 | 
			
		||||
  "flags": {},
 | 
			
		||||
  "img": "icons/sundries/scrolls/scroll-plain-tan.webp",
 | 
			
		||||
  "effects": []
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue