From 6e009492ce25d53c091b77f5e2d4af3b75ee1c1f Mon Sep 17 00:00:00 2001 From: wzzgg <51909121+wzzgg@users.noreply.github.com> Date: Mon, 5 Aug 2019 18:19:46 +0800 Subject: [PATCH] raw food & cooked food (on campfire) fix (#27) * Update rawbacon.consumable.patch * Update rawtentacle.consumable.patch * Update rawribmeat.consumable.patch * Update rawpoultry.consumable.patch * Update rawham.consumable.patch * Update alienmeat.consumable.patch * Update cookedalienmeat.consumable.patch * Update cookedtentacle.consumable.patch * Update cookedribmeat.consumable.patch * Update cookedbacon.consumable.patch * Update potatogrids.consumable.patch --- items/generic/food/tier1/potatogrids.consumable.patch | 4 ++-- items/generic/meat/alienmeat.consumable.patch | 4 ++-- items/generic/meat/cookedalienmeat.consumable.patch | 2 +- items/generic/meat/cookedbacon.consumable.patch | 4 ++-- items/generic/meat/cookedribmeat.consumable.patch | 2 +- items/generic/meat/cookedtentacle.consumable.patch | 4 ++-- items/generic/meat/rawbacon.consumable.patch | 4 ++-- items/generic/meat/rawham.consumable.patch | 4 ++-- items/generic/meat/rawpoultry.consumable.patch | 4 ++-- items/generic/meat/rawribmeat.consumable.patch | 4 ++-- items/generic/meat/rawtentacle.consumable.patch | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/items/generic/food/tier1/potatogrids.consumable.patch b/items/generic/food/tier1/potatogrids.consumable.patch index b22a2e13..1732e322 100644 --- a/items/generic/food/tier1/potatogrids.consumable.patch +++ b/items/generic/food/tier1/potatogrids.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "一片外皮金黄酥脆,内部蓬松土豆。"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "网格炸土豆"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "一片外皮金黄酥脆,内部蓬松的土豆。"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "网格炸土豆"}] diff --git a/items/generic/meat/alienmeat.consumable.patch b/items/generic/meat/alienmeat.consumable.patch index 9da0702e..61aafde3 100644 --- a/items/generic/meat/alienmeat.consumable.patch +++ b/items/generic/meat/alienmeat.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "一块生肉。或许我得先把这玩意弄熟了再吃?"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "异域生肉"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "一块奇怪又难嚼的外星生肉。或许我得先把这玩意弄熟了。"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "生肉排"}] diff --git a/items/generic/meat/cookedalienmeat.consumable.patch b/items/generic/meat/cookedalienmeat.consumable.patch index 4947df14..84fb50d2 100644 --- a/items/generic/meat/cookedalienmeat.consumable.patch +++ b/items/generic/meat/cookedalienmeat.consumable.patch @@ -1,2 +1,2 @@ [{ "op" : "replace", "path" : "/description", "value" : "一块煮熟的、美味的外星肉。"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "异域熟肉"}] \ No newline at end of file +{ "op" : "replace", "path" : "/shortdescription", "value" : "熟肉排"}] diff --git a/items/generic/meat/cookedbacon.consumable.patch b/items/generic/meat/cookedbacon.consumable.patch index f9f3457a..3ce192ac 100644 --- a/items/generic/meat/cookedbacon.consumable.patch +++ b/items/generic/meat/cookedbacon.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "处理过酥脆的腌制外星肉。"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "熟培根"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "酥脆的外星咸培根。"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "熟培根"}] diff --git a/items/generic/meat/cookedribmeat.consumable.patch b/items/generic/meat/cookedribmeat.consumable.patch index 94e364c4..022c3bab 100644 --- a/items/generic/meat/cookedribmeat.consumable.patch +++ b/items/generic/meat/cookedribmeat.consumable.patch @@ -1,2 +1,2 @@ [{ "op" : "replace", "path" : "/description", "value" : "把烤肉酱拿来!"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "炖排骨"}] \ No newline at end of file +{ "op" : "replace", "path" : "/shortdescription", "value" : "烤肋排"}] diff --git a/items/generic/meat/cookedtentacle.consumable.patch b/items/generic/meat/cookedtentacle.consumable.patch index 85835570..1c400448 100644 --- a/items/generic/meat/cookedtentacle.consumable.patch +++ b/items/generic/meat/cookedtentacle.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "非常耐嚼。"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "煮熟的触手"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "很有嚼劲…挺好。"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "煮熟的触手"}] diff --git a/items/generic/meat/rawbacon.consumable.patch b/items/generic/meat/rawbacon.consumable.patch index fe1bfc70..63ad4a7b 100644 --- a/items/generic/meat/rawbacon.consumable.patch +++ b/items/generic/meat/rawbacon.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "一大厚块奇怪的外星肉。或许我得先把这玩意弄熟了再吃?"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "生肉排"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "一条生培根。或许我得先把这玩意弄熟了再吃?"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "生培根"}] diff --git a/items/generic/meat/rawham.consumable.patch b/items/generic/meat/rawham.consumable.patch index 1548561e..db9e3f27 100644 --- a/items/generic/meat/rawham.consumable.patch +++ b/items/generic/meat/rawham.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "这火腿还是生的,或许我得先把这玩意弄熟了再吃?"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "生火腿"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "这火腿还是生的,最好是弄熟了再吃。"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "生火腿"}] diff --git a/items/generic/meat/rawpoultry.consumable.patch b/items/generic/meat/rawpoultry.consumable.patch index de2f14c3..658ade1c 100644 --- a/items/generic/meat/rawpoultry.consumable.patch +++ b/items/generic/meat/rawpoultry.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "这鸟肉还是生的,或许我得先把这玩意弄熟了再吃?"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "生鸟肉"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "这鸟肉还是生的,或许我得先把这玩意弄熟了…"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "生鸟肉"}] diff --git a/items/generic/meat/rawribmeat.consumable.patch b/items/generic/meat/rawribmeat.consumable.patch index e52f3dab..1578f279 100644 --- a/items/generic/meat/rawribmeat.consumable.patch +++ b/items/generic/meat/rawribmeat.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "从一些不幸的生物肋排上切下来的生肉,如果能弄熟的话应该会很好吃。"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "生排骨"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "从一些不幸的生物肋骨上切下来的生肉,如果能弄熟的话应该会很好吃。"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "生肋排"}] diff --git a/items/generic/meat/rawtentacle.consumable.patch b/items/generic/meat/rawtentacle.consumable.patch index fc8f4492..dba926f1 100644 --- a/items/generic/meat/rawtentacle.consumable.patch +++ b/items/generic/meat/rawtentacle.consumable.patch @@ -1,2 +1,2 @@ -[{ "op" : "replace", "path" : "/description", "value" : "一条生的触手,或许我得先把这玩意弄熟了再吃?"}, -{ "op" : "replace", "path" : "/shortdescription", "value" : "生触手"}] \ No newline at end of file +[{ "op" : "replace", "path" : "/description", "value" : "一条生的触手,或许弄熟了才能吃…"}, +{ "op" : "replace", "path" : "/shortdescription", "value" : "生触手"}]