Skip to content

Commit

Permalink
[My Sweet Cataclysm] Chocolate Cows don't drop "cow pies" (#47609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored and BrettDong committed Apr 5, 2021
1 parent 6d903a0 commit af3caa7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/mods/My_Sweet_Cataclysm/sweet_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@
"calories": 10,
"vitamins": [ ]
},
{
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"id": "feces_candy",
"symbol": "^",
"name": { "str_sp": "sticky sludge" },
"charges": 10,
"volume": "1000 ml",
"weight": "100 g",
"color": "white",
"looks_like": "ruined_candy",
"description": "A pile of weird sticky sludge. It looks absolutly disgusting but smells kind of sweet.",
"material": [ "junk" ],
"calories": 10,
"fun": -12,
"vitamins": [ ]
},
{
"id": "rock_candy_chunk",
"type": "TOOL",
Expand Down
2 changes: 2 additions & 0 deletions data/mods/My_Sweet_Cataclysm/sweet_monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
"description": "The domestic cow, a baleful, ruminating farm animal. It is quite muscular, and the males can have a violent streak to accompany their nasty-looking horns. This one looks to be made entirely of chocolate.",
"copy-from": "mon_cow_calf",
"harvest": "choc_cows",
"biosignature": { "biosig_item": "feces_candy", "biosig_timer": "1 d" },
"upgrades": { "age_grow": 180, "into": "mon_cow_choc" }
},
{
Expand All @@ -501,6 +502,7 @@
"copy-from": "mon_cow",
"harvest": "choc_cows",
"starting_ammo": { "milk_raw_choc": 40 },
"biosignature": { "biosig_item": "feces_candy", "biosig_timer": "1 d" },
"reproduction": { "baby_monster": "mon_cow_calf_choc", "baby_count": 1, "baby_timer": 343 }
},
{
Expand Down

0 comments on commit af3caa7

Please sign in to comment.