Code (Text):
   
 
   
    [
    
   {
    
     "id": "totem_of_pvp_settings",
    
     "damage-types": [
    
       "player_explosion",
    
       "player_attack"
    
     ],
    
     "given-effects": [
    
       {
    
         "type": "regeneration",
    
         "duration": 60,
    
         "amplifier": 2
    
       },
    
       {
    
         "type": "saturation",
    
         "duration": 1200
    
       },
    
       {
    
         "type": "glowing",
    
         "duration": 80
    
       },
    
       {
    
         "type": "resistance",
    
         "duration": 600
    
       }
    
     ],
    
     "standard-effects": false
    
   },
    
   {
    
     "id": "totem_of_falling_settings",
    
     "damage-types": [
    
       "fall"
    
     ],
    
     "given-effects": [
    
       {
    
         "type": "slowness",
    
         "duration": 1200,
    
         "amplifier": 1
    
       }
    
     ],
    
     "standard-effects": false
    
   },
    
   {
    
     "id": "totem_of_void_settings",
    
     "damage-types": [
    
       "out_of_world"
    
     ],
    
      "given-effects": [
    
       {
    
         "type": "levitation",
    
         "duration": 300,
    
         "amplifier": 20
    
       },
    
       {
    
         "type": "regeneration",
    
         "duration": 250,
    
         "amplifier": 10
    
       }
    
     ],
    
     "standard-effects": true
    
   },
    
   {
    
     "id": "totem_of_gluttony_settings",
    
     "damage-types": [
    
       "starve"
    
     ],
    
     "given-effects": [
    
       {
    
         "type": "saturation",
    
         "duration": 1800
    
       },
    
       {
    
         "type": "weakness",
    
         "duration": 2400
    
       },
    
       {
    
         "type": "slowness",
    
         "duration": 2400
    
       }
    
     ],
    
     "standard-effects": false
    
   },
    
   {
    
     "id": "totem_of_friction_settings",
    
     "damage-types": [
    
       "fly_into_wall"
    
     ],
    
     "given-effects": [
    
       {
    
         "type": "darkness",
    
         "duration": 200
    
       }
    
     ]
    
   }
    
 ]