Spaces:
Sleeping
Sleeping
Commit ·
ec1b434
1
Parent(s): 652a18f
[update] add new dishes and plants
Browse filesunknown:
rare dome figue miel
rare velvet tiramisu
epic & rare cocoa_berry_bliss
epic & rare wildbloom_salad
rare charred_mystery_steak
rare cinnamon_seared_foie_gras
- README.md +7 -1
- dishes.csv +29 -1
- plants.csv +4 -0
- ui/labels.json +48 -3
README.md
CHANGED
|
@@ -36,6 +36,12 @@ This is a web-based tool to help players of _Harry Potter: Magic Awakened_ (HPMA
|
|
| 36 |
```
|
| 37 |
3. Open your web browser and navigate to the URL provided by Gradio.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Contributing
|
| 40 |
|
| 41 |
-
Contributions are welcome! Please feel free to submit a pull request.
|
|
|
|
|
|
| 36 |
```
|
| 37 |
3. Open your web browser and navigate to the URL provided by Gradio.
|
| 38 |
|
| 39 |
+
## 如何更新新的plant与dish
|
| 40 |
+
1. 在plants.csv中添加植物的价格数据,或在dishes.csv中添加dish的价格数据
|
| 41 |
+
|
| 42 |
+
2. 在ui/labels.json中添加翻译
|
| 43 |
+
|
| 44 |
## Contributing
|
| 45 |
|
| 46 |
+
Contributions are welcome! Please feel free to submit a pull request.
|
| 47 |
+
|
dishes.csv
CHANGED
|
@@ -20,6 +20,8 @@ gold,gems,name,tier
|
|
| 20 |
216,0,saltbaked_shrimp,legendary
|
| 21 |
156,0,saltbaked_shrimp,epic
|
| 22 |
120,0,saltbaked_shrimp,rare
|
|
|
|
|
|
|
| 23 |
144,0,hearthroast_chicken,legendary
|
| 24 |
104,0,hearthroast_chicken,epic
|
| 25 |
80,0,hearthroast_chicken,rare
|
|
@@ -29,9 +31,35 @@ gold,gems,name,tier
|
|
| 29 |
475,0,wild_herb_tomahawk,legendary
|
| 30 |
343,0,wild_herb_tomahawk,epic
|
| 31 |
264,0,wild_herb_tomahawk,rare
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
468,0,deepwater_ink_pasta,legendary
|
| 33 |
338,0,deepwater_ink_pasta,epic
|
| 34 |
260,0,deepwater_ink_pasta,rare
|
| 35 |
346,0,golden_cream_pasta,legendary
|
| 36 |
250,0,golden_cream_pasta,epic
|
| 37 |
-
192,0,golden_cream_pasta,rare
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
216,0,saltbaked_shrimp,legendary
|
| 21 |
156,0,saltbaked_shrimp,epic
|
| 22 |
120,0,saltbaked_shrimp,rare
|
| 23 |
+
288,0,dome_figue_miel,legendary
|
| 24 |
+
208,0,dome_figue_miel,rare
|
| 25 |
144,0,hearthroast_chicken,legendary
|
| 26 |
104,0,hearthroast_chicken,epic
|
| 27 |
80,0,hearthroast_chicken,rare
|
|
|
|
| 31 |
475,0,wild_herb_tomahawk,legendary
|
| 32 |
343,0,wild_herb_tomahawk,epic
|
| 33 |
264,0,wild_herb_tomahawk,rare
|
| 34 |
+
317,0,honey_glazed_wings,legendary
|
| 35 |
+
229,0,honey_glazed_wings,epic
|
| 36 |
+
176,0,honey_glazed_wings,rare
|
| 37 |
+
288,0,velvet_tiramisu,legendary
|
| 38 |
+
208,0,velvet_tiramisu,epic
|
| 39 |
+
396,0,cocoa_berry_bliss,legendary
|
| 40 |
+
317,0,midsummer_lamb_roast,legendary
|
| 41 |
+
229,0,midsummer_lamb_roast,epic
|
| 42 |
+
176,0,midsummer_lamb_roast,rare
|
| 43 |
468,0,deepwater_ink_pasta,legendary
|
| 44 |
338,0,deepwater_ink_pasta,epic
|
| 45 |
260,0,deepwater_ink_pasta,rare
|
| 46 |
346,0,golden_cream_pasta,legendary
|
| 47 |
250,0,golden_cream_pasta,epic
|
| 48 |
+
192,0,golden_cream_pasta,rare
|
| 49 |
+
396,0,wildbloom_salad,legendary
|
| 50 |
+
562,0,charred_mystery_steak,legendary
|
| 51 |
+
406,0,charred_mystery_steak,epic
|
| 52 |
+
562,0,cinnamon_seared_foie_gras,legendary
|
| 53 |
+
406,0,cinnamon_seared_foie_gras,epic
|
| 54 |
+
0,10,feast_of_courage_and_chivalry,legendary
|
| 55 |
+
0,6,feast_of_courage_and_chivalry,epic
|
| 56 |
+
0,3,feast_of_courage_and_chivalry,rare
|
| 57 |
+
0,10,feast_of_cunning_and_ambition,legendary
|
| 58 |
+
0,6,feast_of_cunning_and_ambition,epic
|
| 59 |
+
0,3,feast_of_cunning_and_ambition,rare
|
| 60 |
+
0,10,feast_of_loyalty_and_dedication,legendary
|
| 61 |
+
0,6,feast_of_loyalty_and_dedication,epic
|
| 62 |
+
0,3,feast_of_loyalty_and_dedication,rare
|
| 63 |
+
0,10,feast_of_widsom_and_wit,legendary
|
| 64 |
+
0,6,feast_of_widsom_and_wit,epic
|
| 65 |
+
0,3,feast_of_widsom_and_wit,rare
|
plants.csv
CHANGED
|
@@ -33,6 +33,8 @@ gold,gems,name,tier
|
|
| 33 |
0,3,nifflers_fancy,flourishing
|
| 34 |
0,1,nifflers_fancy,hardy
|
| 35 |
1,0,nifflers_fancy,feeble
|
|
|
|
|
|
|
| 36 |
118,0,fanwort,radiant_rarecolor
|
| 37 |
107,0,fanwort,radiant
|
| 38 |
96,0,fanwort,flourishing_rarecolor
|
|
@@ -122,6 +124,8 @@ gold,gems,name,tier
|
|
| 122 |
46,0,water_hyacinth,hardy_rarecolor
|
| 123 |
41,0,water_hyacinth,hardy
|
| 124 |
1,0,water_hyacinth,feeble
|
|
|
|
|
|
|
| 125 |
63,0,lily_of_the_valley,radiant_rarecolor
|
| 126 |
57,0,lily_of_the_valley,radiant
|
| 127 |
51,0,lily_of_the_valley,flourishing_rarecolor
|
|
|
|
| 33 |
0,3,nifflers_fancy,flourishing
|
| 34 |
0,1,nifflers_fancy,hardy
|
| 35 |
1,0,nifflers_fancy,feeble
|
| 36 |
+
34,0,charred_cinnamon_tree,radiant
|
| 37 |
+
1,0,charred_cinnamon_tree,feeble
|
| 38 |
118,0,fanwort,radiant_rarecolor
|
| 39 |
107,0,fanwort,radiant
|
| 40 |
96,0,fanwort,flourishing_rarecolor
|
|
|
|
| 124 |
46,0,water_hyacinth,hardy_rarecolor
|
| 125 |
41,0,water_hyacinth,hardy
|
| 126 |
1,0,water_hyacinth,feeble
|
| 127 |
+
56,0,wildbloom_thyme,radiant
|
| 128 |
+
1,0,wildbloom_thyme,feeble
|
| 129 |
63,0,lily_of_the_valley,radiant_rarecolor
|
| 130 |
57,0,lily_of_the_valley,radiant
|
| 131 |
51,0,lily_of_the_valley,flourishing_rarecolor
|
ui/labels.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
| 21 |
"puffapod": "Puffapod",
|
| 22 |
"wild_pansy": "Wild Pansy",
|
| 23 |
"nifflers_fancy": "Niffler's Fancy",
|
|
|
|
| 24 |
"fanwort": "Fanwort",
|
| 25 |
"ladys_mantle": "Lady's Mantle",
|
| 26 |
"paleleaf_laurel": "Paleleaf Laurel",
|
|
@@ -35,6 +36,7 @@
|
|
| 35 |
"ludwigia_glandulosa": "Ludwigia Glandulosa",
|
| 36 |
"daffodil": "Daffodil",
|
| 37 |
"water_hyacinth": "Water Hyacinth",
|
|
|
|
| 38 |
"lily_of_the_valley": "Lily of the Valley",
|
| 39 |
"mosaic_flower": "Mosaic Flower",
|
| 40 |
"sunflower": "Sunflower",
|
|
@@ -50,11 +52,24 @@
|
|
| 50 |
"hearty_custard_pie": "Hearty Custard Pie",
|
| 51 |
"paleleaf_meat_roll": "Paleleaf Meat Roll",
|
| 52 |
"saltbaked_shrimp": "Saltbaked Shrimp",
|
|
|
|
| 53 |
"hearthroast_chicken": "Hearthroast Chicken",
|
| 54 |
"simple_seared_scallops": "Simple Seared Scallops",
|
| 55 |
"wild_herb_tomahawk": "Wild Herb Tomahawk",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
"deepwater_ink_pasta": "Deepwater Ink Pasta",
|
| 57 |
-
"golden_cream_pasta": "Golden Cream Pasta"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
}
|
| 59 |
},
|
| 60 |
"cn": {
|
|
@@ -79,6 +94,7 @@
|
|
| 79 |
"puffapod": "泡泡豆荚",
|
| 80 |
"wild_pansy": "三色堇",
|
| 81 |
"nifflers_fancy": "嗅幻草",
|
|
|
|
| 82 |
"fanwort": "绿菊",
|
| 83 |
"ladys_mantle": "羽衣草",
|
| 84 |
"paleleaf_laurel": "幽兰月桂",
|
|
@@ -93,6 +109,7 @@
|
|
| 93 |
"ludwigia_glandulosa": "红波水草",
|
| 94 |
"daffodil": "水仙",
|
| 95 |
"water_hyacinth": "凤眼莲",
|
|
|
|
| 96 |
"lily_of_the_valley": "铃兰",
|
| 97 |
"mosaic_flower": "菱叶丁香蓼",
|
| 98 |
"sunflower": "向日葵",
|
|
@@ -108,11 +125,24 @@
|
|
| 108 |
"hearty_custard_pie": "甜奶油蛋派",
|
| 109 |
"paleleaf_meat_roll": "幽兰秘制肉卷",
|
| 110 |
"saltbaked_shrimp": "盐烤海虾",
|
|
|
|
| 111 |
"hearthroast_chicken": "浓香烤全鸡",
|
| 112 |
"simple_seared_scallops": "香草风味扇贝",
|
| 113 |
"wild_herb_tomahawk": "香草战斧牛排",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
"deepwater_ink_pasta": "墨汁海鲜意面",
|
| 115 |
-
"golden_cream_pasta": "奶油蟹粉面"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
}
|
| 117 |
},
|
| 118 |
"ja": {
|
|
@@ -137,6 +167,7 @@
|
|
| 137 |
"puffapod": "花咲か豆",
|
| 138 |
"wild_pansy": "サンシキスミレ",
|
| 139 |
"nifflers_fancy": "ニフラーズファンシー",
|
|
|
|
| 140 |
"fanwort": "ハゴロモモ",
|
| 141 |
"ladys_mantle": "ハゴロモグサ",
|
| 142 |
"paleleaf_laurel": "蒼葉ローレル",
|
|
@@ -151,6 +182,7 @@
|
|
| 151 |
"ludwigia_glandulosa": "ルブラハイグロ",
|
| 152 |
"daffodil": "スイセン",
|
| 153 |
"water_hyacinth": "ホテイアオイ",
|
|
|
|
| 154 |
"lily_of_the_valley": "スズラン",
|
| 155 |
"mosaic_flower": "ミズヒメビシ",
|
| 156 |
"sunflower": "ヒマワリ",
|
|
@@ -166,11 +198,24 @@
|
|
| 166 |
"hearty_custard_pie": "スイートクリームエッグパイ",
|
| 167 |
"paleleaf_meat_roll": "蒼葉の特製肉ロール",
|
| 168 |
"saltbaked_shrimp": "海老の塩焼き",
|
|
|
|
| 169 |
"hearthroast_chicken": "香り豊かなローストチキン",
|
| 170 |
"simple_seared_scallops": "ホタテのハーブ焼き",
|
| 171 |
"wild_herb_tomahawk": "トマホークステーキのハーブ焼き",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
"deepwater_ink_pasta": "イカ墨パス��",
|
| 173 |
-
"golden_cream_pasta": "カニのクリームパスタ"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
}
|
| 175 |
}
|
| 176 |
}
|
|
|
|
| 21 |
"puffapod": "Puffapod",
|
| 22 |
"wild_pansy": "Wild Pansy",
|
| 23 |
"nifflers_fancy": "Niffler's Fancy",
|
| 24 |
+
"charred_cinnamon_tree": "Charred Cinnamon Tree",
|
| 25 |
"fanwort": "Fanwort",
|
| 26 |
"ladys_mantle": "Lady's Mantle",
|
| 27 |
"paleleaf_laurel": "Paleleaf Laurel",
|
|
|
|
| 36 |
"ludwigia_glandulosa": "Ludwigia Glandulosa",
|
| 37 |
"daffodil": "Daffodil",
|
| 38 |
"water_hyacinth": "Water Hyacinth",
|
| 39 |
+
"wildbloom_thyme": "Wildbloom Thyme",
|
| 40 |
"lily_of_the_valley": "Lily of the Valley",
|
| 41 |
"mosaic_flower": "Mosaic Flower",
|
| 42 |
"sunflower": "Sunflower",
|
|
|
|
| 52 |
"hearty_custard_pie": "Hearty Custard Pie",
|
| 53 |
"paleleaf_meat_roll": "Paleleaf Meat Roll",
|
| 54 |
"saltbaked_shrimp": "Saltbaked Shrimp",
|
| 55 |
+
"dome_figue_miel": "Dome Figue Miel",
|
| 56 |
"hearthroast_chicken": "Hearthroast Chicken",
|
| 57 |
"simple_seared_scallops": "Simple Seared Scallops",
|
| 58 |
"wild_herb_tomahawk": "Wild Herb Tomahawk",
|
| 59 |
+
"honey_glazed_wings": "Honey-Glazed Wings",
|
| 60 |
+
"velvet_tiramisu": "Velvet Tiramisu",
|
| 61 |
+
"midsummer_lamb_roast": "Midsummer Lamb Roast",
|
| 62 |
+
"cocoa_berry_bliss": "Cocoa-Berry Bliss",
|
| 63 |
"deepwater_ink_pasta": "Deepwater Ink Pasta",
|
| 64 |
+
"golden_cream_pasta": "Golden Cream Pasta",
|
| 65 |
+
"wildbloom_salad": "Wildbloom Salad",
|
| 66 |
+
"charred_mystery_steak": "Charred Mystery Steak",
|
| 67 |
+
"cinnamon_seared_foie_gras": "Cinnamon-Seared Foie Gras",
|
| 68 |
+
"feast_of_courage_and_chivalry": "Feast of Courage and Chivalry",
|
| 69 |
+
"feast_of_cunning_and_ambition": "Feast of Cunning and Ambition",
|
| 70 |
+
"feast_of_loyalty_and_dedication": "Feast of Loyalty and Dedication",
|
| 71 |
+
"feast_of_widsom_and_wit": "Feast of Wisdom and Wit",
|
| 72 |
+
"the_founders_feast": "The Founders Feast"
|
| 73 |
}
|
| 74 |
},
|
| 75 |
"cn": {
|
|
|
|
| 94 |
"puffapod": "泡泡豆荚",
|
| 95 |
"wild_pansy": "三色堇",
|
| 96 |
"nifflers_fancy": "嗅幻草",
|
| 97 |
+
"charred_cinnamon_tree": "火焰肉桂",
|
| 98 |
"fanwort": "绿菊",
|
| 99 |
"ladys_mantle": "羽衣草",
|
| 100 |
"paleleaf_laurel": "幽兰月桂",
|
|
|
|
| 109 |
"ludwigia_glandulosa": "红波水草",
|
| 110 |
"daffodil": "水仙",
|
| 111 |
"water_hyacinth": "凤眼莲",
|
| 112 |
+
"wildbloom_thyme": "迷迭香",
|
| 113 |
"lily_of_the_valley": "铃兰",
|
| 114 |
"mosaic_flower": "菱叶丁香蓼",
|
| 115 |
"sunflower": "向日葵",
|
|
|
|
| 125 |
"hearty_custard_pie": "甜奶油蛋派",
|
| 126 |
"paleleaf_meat_roll": "幽兰秘制肉卷",
|
| 127 |
"saltbaked_shrimp": "盐烤海虾",
|
| 128 |
+
"dome_figue_miel": "酒心果子露",
|
| 129 |
"hearthroast_chicken": "浓香烤全鸡",
|
| 130 |
"simple_seared_scallops": "香草风味扇贝",
|
| 131 |
"wild_herb_tomahawk": "香草战斧牛排",
|
| 132 |
+
"honey_glazed_wings": "火焰蜜汁烤翅",
|
| 133 |
+
"velvet_tiramisu": "浓醇提拉米苏",
|
| 134 |
+
"midsummer_lamb_roast": "蜂蜜烤羊腿",
|
| 135 |
+
"cocoa_berry_bliss": "香浓可可混莓果冻",
|
| 136 |
"deepwater_ink_pasta": "墨汁海鲜意面",
|
| 137 |
+
"golden_cream_pasta": "奶油蟹粉面",
|
| 138 |
+
"wildbloom_salad": "迷迭香风味沙拉",
|
| 139 |
+
"charred_mystery_steak": "香煎怪肉排",
|
| 140 |
+
"cinnamon_seared_foie_gras": "烈焰香煎鹅肝",
|
| 141 |
+
"feast_of_courage_and_chivalry": "勇气与胆识之宴",
|
| 142 |
+
"feast_of_cunning_and_ambition": "野心与荣耀之宴",
|
| 143 |
+
"feast_of_loyalty_and_dedication": "忠诚与无私之宴",
|
| 144 |
+
"feast_of_widsom_and_wit": "智慧与风雅之宴",
|
| 145 |
+
"the_founders_feast": "霍格沃茨盛宴"
|
| 146 |
}
|
| 147 |
},
|
| 148 |
"ja": {
|
|
|
|
| 167 |
"puffapod": "花咲か豆",
|
| 168 |
"wild_pansy": "サンシキスミレ",
|
| 169 |
"nifflers_fancy": "ニフラーズファンシー",
|
| 170 |
+
"charred_cinnamon_tree": "ファイアシナモン",
|
| 171 |
"fanwort": "ハゴロモモ",
|
| 172 |
"ladys_mantle": "ハゴロモグサ",
|
| 173 |
"paleleaf_laurel": "蒼葉ローレル",
|
|
|
|
| 182 |
"ludwigia_glandulosa": "ルブラハイグロ",
|
| 183 |
"daffodil": "スイセン",
|
| 184 |
"water_hyacinth": "ホテイアオイ",
|
| 185 |
+
"wildbloom_thyme": "ローズマリー",
|
| 186 |
"lily_of_the_valley": "スズラン",
|
| 187 |
"mosaic_flower": "ミズヒメビシ",
|
| 188 |
"sunflower": "ヒマワリ",
|
|
|
|
| 198 |
"hearty_custard_pie": "スイートクリームエッグパイ",
|
| 199 |
"paleleaf_meat_roll": "蒼葉の特製肉ロール",
|
| 200 |
"saltbaked_shrimp": "海老の塩焼き",
|
| 201 |
+
"dome_figue_miel": "フルーツ・ボンボンシロップ",
|
| 202 |
"hearthroast_chicken": "香り豊かなローストチキン",
|
| 203 |
"simple_seared_scallops": "ホタテのハーブ焼き",
|
| 204 |
"wild_herb_tomahawk": "トマホークステーキのハーブ焼き",
|
| 205 |
+
"honey_glazed_wings": "ハニーチキンウィッグ",
|
| 206 |
+
"velvet_tiramisu": "浓醇提拉米苏",
|
| 207 |
+
"midsummer_lamb_roast": "はちみつ仕立てのラムレッグロースト",
|
| 208 |
+
"cocoa_berry_bliss": "濃厚ココアのベリーゼリー",
|
| 209 |
"deepwater_ink_pasta": "イカ墨パス��",
|
| 210 |
+
"golden_cream_pasta": "カニのクリームパスタ",
|
| 211 |
+
"wildbloom_salad": "ローズマリーのサラダ",
|
| 212 |
+
"charred_mystery_steak": "謎の肉のステーキ",
|
| 213 |
+
"cinnamon_seared_foie_gras": "フォアグラのフランベ",
|
| 214 |
+
"feast_of_courage_and_chivalry": "勇気と度胸の宴",
|
| 215 |
+
"feast_of_cunning_and_ambition": "野心と栄光の宴",
|
| 216 |
+
"feast_of_loyalty_and_dedication": "知恵と風雅の宴",
|
| 217 |
+
"feast_of_widsom_and_wit": "忠誠と無私の宴",
|
| 218 |
+
"the_founders_feast": "ホグワーツの饗宴"
|
| 219 |
}
|
| 220 |
}
|
| 221 |
}
|