forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from AMurkin/patch-1
Lint
- Loading branch information
Showing
2 changed files
with
57 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,52 @@ | ||
[ | ||
{ | ||
"id": "plastic_jack_o_lantern", | ||
"type": "TOOL", | ||
"name": "jack o'lantern", | ||
"description": "This is a plastic lantern that is painted to look like a pumpkin with a face. It has a candle inside it, that can be replaced when burnt down. It doesn't provide very much light, but it can burn for quite a long time. You'll need a lighter or matches to light it.", | ||
"weight": "113 g", | ||
"volume": "3964 ml", | ||
"price": 100, | ||
"to_hit": -2, | ||
"material": "plastic", | ||
"symbol": "0", | ||
"color": "yellow", | ||
"looks_like": "pumpkin", | ||
"initial_charges": 100, | ||
"max_charges": 100, | ||
"charges_per_use": 1, | ||
"revert_to": "can_food_unsealed", | ||
"use_action": { | ||
"target": "plastic_jack_o_lantern", | ||
"msg": "You light the candle in the jack o'lantern.", | ||
"active": true, | ||
"need_fire": 1, | ||
"menu_text": "Light", | ||
"type": "transform" | ||
}, | ||
"id": "plastic_jack_o_lantern_lit", | ||
"type": "TOOL", | ||
"name": "spooky jack o'lantern", | ||
"name_plural": "candles", | ||
"description": "There is a thick candle. It doesn't provide very much light, but it can burn for quite a long time. This candle is lit. The face shifts.", | ||
"weight": "113 g", | ||
"volume": "3964 ml", | ||
"price": 0, | ||
"to_hit": -2, | ||
"material": "plastic", | ||
"symbol": "0", | ||
"looks_like": "pumpkin", | ||
"color": "yellow", | ||
"initial_charges": 100, | ||
"max_charges": 100, | ||
"charges_per_use": 1, | ||
"turns_per_charge": 1350, | ||
"use_action": { "target": "plastic_jack_o_lantern_lit", "msg": "The candle winks out.", "menu_text": "Extinguish", "type": "transform" }, | ||
"flags": [ "LIGHT_6", "WATER_EXTINGUISH", "TRADER_AVOID" ] | ||
} | ||
{ | ||
"id": "plastic_jack_o_lantern", | ||
"type": "TOOL", | ||
"name": "jack o'lantern", | ||
"description": "This is a plastic lantern that is painted to look like a pumpkin with a face. It has a candle inside it, that can be replaced when burnt down. It doesn't provide very much light, but it can burn for quite a long time. You'll need a lighter or matches to light it.", | ||
"weight": "113 g", | ||
"volume": "3964 ml", | ||
"price": 100, | ||
"to_hit": -2, | ||
"material": "plastic", | ||
"symbol": "0", | ||
"color": "yellow", | ||
"looks_like": "pumpkin", | ||
"initial_charges": 100, | ||
"max_charges": 100, | ||
"charges_per_use": 1, | ||
"revert_to": "can_food_unsealed", | ||
"use_action": { | ||
"target": "plastic_jack_o_lantern", | ||
"msg": "You light the candle in the jack o'lantern.", | ||
"active": true, | ||
"need_fire": 1, | ||
"menu_text": "Light", | ||
"type": "transform" | ||
}, | ||
"id": "plastic_jack_o_lantern_lit", | ||
"type": "TOOL", | ||
"name": "spooky jack o'lantern", | ||
"name_plural": "candles", | ||
"description": "There is a thick candle. It doesn't provide very much light, but it can burn for quite a long time. This candle is lit. The face shifts.", | ||
"weight": "113 g", | ||
"volume": "3964 ml", | ||
"price": 0, | ||
"to_hit": -2, | ||
"material": "plastic", | ||
"symbol": "0", | ||
"looks_like": "pumpkin", | ||
"color": "yellow", | ||
"initial_charges": 100, | ||
"max_charges": 100, | ||
"charges_per_use": 1, | ||
"turns_per_charge": 1350, | ||
"use_action": { | ||
"target": "plastic_jack_o_lantern_lit", | ||
"msg": "The candle winks out.", | ||
"menu_text": "Extinguish", | ||
"type": "transform" | ||
}, | ||
"flags": [ "LIGHT_6", "WATER_EXTINGUISH", "TRADER_AVOID" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters