Skip to content

Commit

Permalink
Remove unvisited json members
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Nov 23, 2019
1 parent 1681742 commit c8642bc
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions data/json/field_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
"immune_in_vehicle": true,
"is_environmental": false,
"message": "The sap sticks to you!",
"message_npc": "The sap sticks to <npcname>!",
"message_type": "bad"
"message_npc": "The sap sticks to <npcname>!"
}
]
},
Expand All @@ -145,8 +144,7 @@
"immune_in_vehicle": true,
"is_environmental": false,
"message": "The sap sticks to you!",
"message_npc": "The sap sticks to <npcname>!",
"message_type": "bad"
"message_npc": "The sap sticks to <npcname>!"
}
]
},
Expand All @@ -162,8 +160,7 @@
"immune_in_vehicle": true,
"is_environmental": false,
"message": "The sap sticks to you!",
"message_npc": "The sap sticks to <npcname>!",
"message_type": "bad"
"message_npc": "The sap sticks to <npcname>!"
}
]
}
Expand Down Expand Up @@ -310,8 +307,7 @@
"min_duration": "2 minutes",
"max_duration": "2 minutes",
"immune_inside_vehicle": true,
"message": "You feel sick from inhaling the hazy cloud",
"message_type": "bad"
"message": "You feel sick from inhaling the hazy cloud"
}
]
},
Expand All @@ -328,8 +324,7 @@
"min_duration": "3 minutes",
"max_duration": "3 minutes",
"immune_inside_vehicle": true,
"message": "You feel sick from inhaling the toxic gas",
"message_type": "bad"
"message": "You feel sick from inhaling the toxic gas"
}
]
},
Expand All @@ -346,8 +341,7 @@
"max_duration": "3 minutes",
"//": "won't be applied outside of vehicles, so it could apply harsher effect",
"immune_outside_vehicle": true,
"message": "You feel sick from inhaling the thick toxic gas",
"message_type": "bad"
"message": "You feel sick from inhaling the thick toxic gas"
},
{
"effect_id": "badpoison",
Expand All @@ -357,8 +351,7 @@
"max_duration": "3 minutes",
"//": "won't be applied inside of vehicles, so it could apply lesser effect",
"immune_inside_vehicle": true,
"message": "You feel sick from inhaling the thick toxic gas",
"message_type": "bad"
"message": "You feel sick from inhaling the thick toxic gas"
}
]
}
Expand Down

0 comments on commit c8642bc

Please sign in to comment.