Skip to content

Commit

Permalink
Update daeodon diet
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Aug 2, 2024
1 parent 7c2c6d5 commit 0c173b0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/data/RawData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,18 @@ const diets = <DietData[]>[
{
name: 'Daeodon',
food: {
'Raw Fish Meat': 25,
'Cooked Fish Meat': 12.5,
'Raw Meat': 50,
'Raw Meat': 10,
'Cooked Meat': 25,
Kibble: 60,
'Raw Prime Meat': 50,
'Cooked Prime Meat': 50,
'Raw Fish Meat': 5,
'Cooked Fish Meat': 12.5,
'Raw Prime Fish Meat': 25,
'Cooked Prime Fish Meat': 25.7,
'Raw Mutton': 50,
'Cooked Lamb Chop': 50,
'Basic Kibble': 96,
'Extraordinary Kibble': 85.2,
},
},
{
Expand Down

0 comments on commit 0c173b0

Please sign in to comment.