매뉴얼 북 수정 중

This commit is contained in:
NTG_Lenovo 2024-12-05 19:30:41 +09:00
parent becad95097
commit 49321522f6
67 changed files with 10539 additions and 2348 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,56 +16,56 @@ MonoBehaviour:
- <Key>k__BackingField: LiquidA
<Value>k__BackingField:
<Idx>k__BackingField: LiquidA
<Name>k__BackingField: "\uC220 \uC6D0\uC561A"
<Name>k__BackingField: "\uC5EC\uC2E0\uC758 \uB208\uBB3C"
<Type>k__BackingField: 1
<Amount>k__BackingField: 99999
<Sprite>k__BackingField: {fileID: 21300000, guid: a8c45767f0a3ec245a47087c7ada2b50, type: 3}
<Color>k__BackingField: {r: 0.8018868, g: 0, b: 0.024826864, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}
- <Key>k__BackingField: LiquidB
<Value>k__BackingField:
<Idx>k__BackingField: LiquidB
<Name>k__BackingField: "\uC220 \uC6D0\uC561B"
<Name>k__BackingField: "\uB808\uBE44\uC544\uD0C4\uC758 \uB3C5\uB2C8"
<Type>k__BackingField: 1
<Amount>k__BackingField: 2000
<Sprite>k__BackingField: {fileID: 21300000, guid: 216cb30d7010e95499c22161ccfde634, type: 3}
<Color>k__BackingField: {r: 0.12156863, g: 1, b: 0, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}
- <Key>k__BackingField: LiquidC
<Value>k__BackingField:
<Idx>k__BackingField: LiquidC
<Name>k__BackingField: "\uC220 \uC6D0\uC561C"
<Name>k__BackingField: "\uB9DD\uB839\uC8FC"
<Type>k__BackingField: 1
<Amount>k__BackingField: 2000
<Sprite>k__BackingField: {fileID: 21300000, guid: 404e93e2e77f60b49bbcbf1df18904d3, type: 3}
<Color>k__BackingField: {r: 0, g: 0.23921569, b: 1, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}
- <Key>k__BackingField: LiquidD
<Value>k__BackingField:
<Idx>k__BackingField: LiquidD
<Name>k__BackingField: "\uC220 \uC6D0\uC561D"
<Name>k__BackingField: "\uC2EC\uD574\uC758 \uC6A9\uACFC\uC8FC"
<Type>k__BackingField: 1
<Amount>k__BackingField: 2000
<Sprite>k__BackingField: {fileID: 21300000, guid: a575a803ef0529e43bcbbe8ccdbb34b2, type: 3}
<Color>k__BackingField: {r: 1, g: 0, b: 0.6666667, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}
- <Key>k__BackingField: LiquidE
<Value>k__BackingField:
<Idx>k__BackingField: LiquidE
<Name>k__BackingField: "\uC220 \uC6D0\uC561E"
<Name>k__BackingField: "\uC800\uC2B9 \uBC8C\uAFC0\uC8FC"
<Type>k__BackingField: 1
<Amount>k__BackingField: 2000
<Sprite>k__BackingField: {fileID: 21300000, guid: 2fc24dca6ce6ac94da0187dfce24fa3a, type: 3}
<Color>k__BackingField: {r: 0.9843137, g: 1, b: 0, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}
- <Key>k__BackingField: Garnish1
<Value>k__BackingField:
<Idx>k__BackingField: Garnish1
<Name>k__BackingField: "\uAC00\uB2C8\uC26C1"
<Name>k__BackingField: "\uC5BC\uC74C \uC2AC\uB77C\uC784 \uC870\uAC01"
<Type>k__BackingField: 2
<Amount>k__BackingField: 2000
<Sprite>k__BackingField: {fileID: 21300000, guid: ddde5976023f9be4e83dc3d867c2dc30, type: 3}
<Color>k__BackingField: {r: 0, g: 1, b: 1, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}
- <Key>k__BackingField: Garnish2
<Value>k__BackingField:
<Idx>k__BackingField: Garnish2
<Name>k__BackingField: "\uAC00\uB2C8\uC26C2"
<Name>k__BackingField: "\uB808\uBAAC \uD53C\uC26C \uC2EC\uC7A5 \uC870\uAC01"
<Type>k__BackingField: 2
<Amount>k__BackingField: 2000
<Sprite>k__BackingField: {fileID: 21300000, guid: 1506abfb2ff26fa4aacdeb4b0efc9663, type: 3}
<Color>k__BackingField: {r: 0.5019608, g: 0, b: 1, a: 1}
<Color>k__BackingField: {r: 0, g: 0, b: 0, a: 0}

View File

@ -0,0 +1,55 @@
using System;
using System.Collections.Generic;
using System.Linq;
using BlueWater.Items;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace BlueWater.Uis
{
public class CocktailRecipeButton : MonoBehaviour, ISelectHandler
{
[field: SerializeField]
public Button Button { get; private set; }
[SerializeField]
private Image _cocktailImage;
[SerializeField]
private Material _grayScaleMaterial;
[SerializeField]
private string _cocktailIdx;
public CocktailData CocktailData { get; private set; }
private Action<CocktailRecipeButton> _onSelectedAction;
private void OnDestroy()
{
_onSelectedAction = null;
}
public void Initialize()
{
CocktailData = ItemManager.Instance.CocktailDataSo.GetDataByIdx(_cocktailIdx);
_cocktailImage.sprite = CocktailData.Sprite;
}
public void OnSelect(BaseEventData eventData)
{
_onSelectedAction?.Invoke(this);
}
public void CheckUnlock(HashSet<string> unlockLiquidIdxs)
{
_cocktailImage.material = CocktailData.ValidIngredients.All(element => unlockLiquidIdxs.Contains(element.Idx)) ? null : _grayScaleMaterial;
}
public void AddSelectedAction(Action<CocktailRecipeButton> selectedAction)
{
_onSelectedAction += selectedAction;
}
}
}

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 17b171183981ed942ad039a9dbedbfab

View File

@ -0,0 +1,94 @@
using System;
using System.Collections;
using BlueWater.Items;
using BlueWater.Utility;
using TMPro;
using UnityEngine;
using UnityEngine.Localization;
using UnityEngine.Localization.Settings;
using UnityEngine.ResourceManagement.AsyncOperations;
using UnityEngine.UI;
namespace BlueWater.Uis
{
public class CraftingIngredient : MonoBehaviour
{
[SerializeField]
private GameObject _connectionLine;
[SerializeField]
private Image _liquidImage;
[SerializeField]
private Image _liquidTypeImage;
[SerializeField]
private TMP_Text _liquidText;
[SerializeField]
private TMP_Text _ratioText;
[SerializeField]
private Sprite _liquidTypeSprite;
[SerializeField]
private Sprite _garnishTypeSprite;
private Coroutine _changedLocaleInstance;
private LiquidData _liquidData;
private void Start()
{
LocalizationSettings.SelectedLocaleChanged += OnChangedLocale;
}
private void OnDestroy()
{
LocalizationSettings.SelectedLocaleChanged -= OnChangedLocale;
}
private void OnChangedLocale(Locale locale)
{
if (!gameObject.activeInHierarchy) return;
Utils.StartUniqueCoroutine(this, ref _changedLocaleInstance, ChangeLocaleCoroutine(locale));
StartCoroutine(ChangeLocaleCoroutine(locale));
}
private IEnumerator ChangeLocaleCoroutine(Locale locale)
{
var loadingOperation = Utils.GetTableAsync();
yield return loadingOperation;
if (loadingOperation.Status == AsyncOperationStatus.Succeeded)
{
_liquidText.text = Utils.GetLocalizedString(_liquidData.Idx);
}
}
public void Initialize(CocktailIngredient cocktailIngredient, int index)
{
_connectionLine.SetActive(index != 0);
_liquidData = ItemManager.Instance.LiquidDataSo.GetDataByIdx(cocktailIngredient.Idx);
_liquidImage.sprite = _liquidData.Sprite;
Sprite liquidTypeSprite = null;
if (_liquidData.Type == LiquidType.Liquid)
{
liquidTypeSprite = _liquidTypeSprite;
}
else if (_liquidData.Type == LiquidType.Garnish)
{
liquidTypeSprite = _garnishTypeSprite;
}
_liquidTypeImage.sprite = liquidTypeSprite;
_liquidText.text = Utils.GetLocalizedString(_liquidData.Idx);
_ratioText.text = $"{cocktailIngredient.Ratio}%";
}
public void Show() => gameObject.SetActive(true);
public void Hide() => gameObject.SetActive(false);
}
}

View File

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: a83a8a804c0bb8e40a23376930b210fa

View File

@ -1,10 +1,11 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BlueWater.Audios;
using BlueWater.Items;
using BlueWater.Tycoons;
using BlueWater.Utility;
using Sirenix.OdinInspector;
using TMPro;
using UnityEngine;
using UnityEngine.EventSystems;
@ -12,7 +13,6 @@ using UnityEngine.InputSystem;
using UnityEngine.Localization;
using UnityEngine.Localization.Settings;
using UnityEngine.ResourceManagement.AsyncOperations;
using UnityEngine.Serialization;
using UnityEngine.UI;
namespace BlueWater.Uis
@ -25,45 +25,55 @@ namespace BlueWater.Uis
[SerializeField]
private TMP_Text _openManualKeyText;
[Title("선택된 칵테일")]
[SerializeField]
private Transform _cocktailButtons;
private TMP_Text _selectedCocktailName;
[SerializeField]
private Image _selectedCocktailImage;
[SerializeField]
private TMP_Text _ratioRange;
[SerializeField]
private TMP_Text _selectedCocktailDescription;
[field: SerializeField]
private Image cocktailImage;
[field: SerializeField]
private TextMeshProUGUI cocktailName;
[field: SerializeField]
private ManualCocktailButton manualCocktailsPrefabs;
[field: SerializeField]
private ManualIngredientSlot slot01;
[field: SerializeField]
private ManualIngredientSlot slot02;
[field: SerializeField]
private ManualIngredientSlot slot03;
[field: SerializeField]
private TextMeshProUGUI ratioRange;
[Title("제작 방법")]
[SerializeField]
private Transform _craftingContents;
[SerializeField]
private List<CraftingIngredient> _craftingIngredients = new(3);
[Title("사운드")]
[SerializeField]
private string _manualSfxName = "ManualBook";
[FormerlySerializedAs("_uiNavigationController")] [SerializeField]
[Title("참조")]
[SerializeField]
private UiEventsController uiEventsController;
private List<ManualCocktailButton> _button;
[Title("실시간 데이터")]
[SerializeField]
private List<CocktailRecipeButton> _cocktailRecipeButtons;
[ShowInInspector]
private HashSet<string> _unlockLiquidIdxs = new(7);
private CocktailRecipeButton _selectedCocktailRecipeButton;
private Coroutine _changedLocaleInstance;
private ManualCocktailButton _selectedManualCocktailButton;
private InputAction _openManualBookAction;
private InputAction _pressQAction;
private InputAction _cancelAction;
private string _openManualKeyBinding;
private void Awake()
{
EventManager.OnLevelUp += UpdateManualBook;
LocalizationSettings.SelectedLocaleChanged += OnChangedLocale;
}
private void Start()
{
_openManualBookAction = PlayerInputKeyManager.Instance.GetAction(InputActionMaps.Tycoon, TycoonActions.OpenManualBook);
@ -75,86 +85,18 @@ namespace BlueWater.Uis
_openManualBookAction.performed += OnOpen;
var allCocktails = ItemManager.Instance.CocktailDataSo.GetData();
_button = new List<ManualCocktailButton>(allCocktails.Count);
foreach (var element in allCocktails.Values)
_cocktailRecipeButtons = transform.GetComponentsInChildren<CocktailRecipeButton>(true).ToList();
foreach (var element in _cocktailRecipeButtons)
{
if (element.Idx.Equals("Cocktail000")) continue; //쓰레기는 메뉴얼에 표시하지 않기
var cocktail = Instantiate(manualCocktailsPrefabs, _cocktailButtons);
cocktail.AddSelectedAction(SelectedItem);
cocktail.name = element.Idx;
cocktail.SetImage(element.Sprite);
_button.Add(cocktail);
foreach (var element2 in element.ValidIngredients) //들어가는 리큐르, 가니쉬 종류
{
if (element2.Idx.Equals("LiquidA"))
{
var scale = cocktail.transform.localScale;
scale.z += 1;
cocktail.transform.localScale = scale;
}
if (element2.Idx.Equals("LiquidB"))
{
var scale = cocktail.transform.localScale;
scale.z += 2;
cocktail.transform.localScale = scale;
}
if (element2.Idx.Equals("LiquidC"))
{
var scale = cocktail.transform.localScale;
scale.z += 4;
cocktail.transform.localScale = scale;
}
if (element2.Idx.Equals("LiquidD"))
{
var scale = cocktail.transform.localScale;
scale.z += 8;
cocktail.transform.localScale = scale;
}
if (element2.Idx.Equals("LiquidE"))
{
var scale = cocktail.transform.localScale;
scale.z += 16;
cocktail.transform.localScale = scale;
}
if (element2.Idx.Equals("Garnish1"))
{
var scale = cocktail.transform.localScale;
scale.z += 32;
cocktail.transform.localScale = scale;
}
if (element2.Idx.Equals("Garnish2"))
{
var scale = cocktail.transform.localScale;
scale.z += 64;
cocktail.transform.localScale = scale;
}
}
element.Initialize();
element.AddSelectedAction(SelectItem);
}
_button = _button.OrderBy(c => c.transform.localScale.z).ToList();
SetNavigation();
uiEventsController.SetSelectObject(_button[0].gameObject);
EventSystem.current.SetSelectedGameObject(uiEventsController.SelectObject);
for (int i = 0; i < _button.Count; i++)
{
_button[i].transform.SetSiblingIndex(i);
_button[i].transform.localScale = new Vector3(1.0f, 1.0f, 1.0f);
}
Update_Cocktails();
_craftingIngredients = _craftingContents.GetComponentsInChildren<CraftingIngredient>(true).ToList();
EventManager.OnLevelUp += UpdateManualBook;
LocalizationSettings.SelectedLocaleChanged += OnChangedLocale;
uiEventsController.SetSelectObject(_cocktailRecipeButtons[0].gameObject);
EventSystem.current.SetSelectedGameObject(uiEventsController.SelectObject);
}
private void OnDestroy()
@ -179,9 +121,13 @@ namespace BlueWater.Uis
if (loadingOperation.Status == AsyncOperationStatus.Succeeded)
{
if (_selectedManualCocktailButton != null && _selectedManualCocktailButton.gameObject.activeInHierarchy)
if (_selectedCocktailRecipeButton != null)
{
SelectedItem(_selectedManualCocktailButton);
_selectedCocktailName.text = Utils.GetLocalizedString(_selectedCocktailRecipeButton.CocktailData.Idx);
_ratioRange.text = $"{Utils.GetLocalizedString("MarginOfError")} : {_selectedCocktailRecipeButton.CocktailData.RatioRange}";
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.Append($"{_selectedCocktailRecipeButton.CocktailData.Idx}Description");
_selectedCocktailDescription.text = Utils.GetLocalizedString(stringBuilder.ToString());
}
}
}
@ -238,232 +184,106 @@ namespace BlueWater.Uis
_openManualKeyText.text = bindingKey;
}
private void SetNavigation()
// private void SetNavigation()
// {
// int maxRow = 4;
//
// for (int i = 0; i < _button.Count; i++)
// {
// Navigation navigation = _button[i].Button.navigation;
// navigation.mode = Navigation.Mode.Explicit;
//
// // 좌측 네비게이션 설정
// if (i % maxRow != 0)
// {
// navigation.selectOnLeft = _button[i - 1].Button;
// }
//
// // 우측 네비게이션 설정
// if ((i + 1) % maxRow != 0 && (i + 1) < _button.Count)
// {
// navigation.selectOnRight = _button[i + 1].Button;
// }
//
// // 위쪽 네비게이션 설정
// if (i - maxRow >= 0)
// {
// navigation.selectOnUp = _button[i - maxRow].Button;
// }
//
// // 아래쪽 네비게이션 설정
// if (i + maxRow < _button.Count)
// {
// navigation.selectOnDown = _button[i + maxRow].Button;
// }
//
// // 설정된 네비게이션을 버튼에 적용
// _button[i].Button.navigation = navigation;
// }
// }
public void SelectItem(CocktailRecipeButton cocktailRecipeButton)
{
int maxRow = 4;
_selectedCocktailRecipeButton = cocktailRecipeButton;
uiEventsController.SetSelectObject(_selectedCocktailRecipeButton.gameObject);
_selectedCocktailName.text = Utils.GetLocalizedString(_selectedCocktailRecipeButton.CocktailData.Idx);
_selectedCocktailImage.sprite = _selectedCocktailRecipeButton.CocktailData.Sprite;
_ratioRange.text = $"{Utils.GetLocalizedString("MarginOfError")} : {_selectedCocktailRecipeButton.CocktailData.RatioRange}";
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.Append($"{_selectedCocktailRecipeButton.CocktailData.Idx}Description");
_selectedCocktailDescription.text = Utils.GetLocalizedString(stringBuilder.ToString());
for (int i = 0; i < _button.Count; i++)
List<CocktailIngredient> validIngredients = _selectedCocktailRecipeButton.CocktailData.ValidIngredients;
for (int i = 0; i < _craftingIngredients.Count; i++)
{
Navigation navigation = _button[i].Button.navigation;
navigation.mode = Navigation.Mode.Explicit;
// 좌측 네비게이션 설정
if (i % maxRow != 0)
if (i >= validIngredients.Count)
{
navigation.selectOnLeft = _button[i - 1].Button;
}
// 우측 네비게이션 설정
if ((i + 1) % maxRow != 0 && (i + 1) < _button.Count)
{
navigation.selectOnRight = _button[i + 1].Button;
}
// 위쪽 네비게이션 설정
if (i - maxRow >= 0)
{
navigation.selectOnUp = _button[i - maxRow].Button;
}
// 아래쪽 네비게이션 설정
if (i + maxRow < _button.Count)
{
navigation.selectOnDown = _button[i + maxRow].Button;
}
// 설정된 네비게이션을 버튼에 적용
_button[i].Button.navigation = navigation;
}
}
private void Update_Cocktails() //해금된 칵테일의 활성 표시 유무
{
int playerLv = TycoonManager.Instance.TycoonStatus.CurrentLevel;
bool check = false;
var cocktailDatas = ItemManager.Instance.CocktailDataSo.GetData();
foreach (var element in _button)
{
check = false;
var cocktailIngredients = cocktailDatas[element.name].ValidIngredients;
foreach (var element2 in cocktailIngredients)
{
if (element2.Idx.Equals("LiquidA"))
{
}
;
if (element2.Idx.Equals("LiquidB") && playerLv < 5)
{
check = true;
break;
}
if (element2.Idx.Equals("LiquidC") && playerLv < 10)
{
check = true;
break;
}
if (element2.Idx.Equals("LiquidD") && playerLv < 15)
{
check = true;
break;
}
if (element2.Idx.Equals("LiquidE") && playerLv < 20)
{
check = true;
break;
}
if (element2.Idx.Equals("Garnish1") && playerLv < 25)
{
check = true;
break;
}
if (element2.Idx.Equals("Garnish2") && playerLv < 30)
{
check = true;
break;
}
//해금될때 어느 리퀴르랑 가니쉬가 해금되었는지 확인 불가능 하기 때문에 일단 수기로 작성...
}
if (!check)
{
element.transform.Find("Image").GetComponent<Image>().material = null;
}
}
}
public void SelectedItem(ManualCocktailButton clickedButton)
{
_selectedManualCocktailButton = clickedButton;
uiEventsController.SetSelectObject(_selectedManualCocktailButton.gameObject);
//if (clickedButton.GetComponent<Image>().material == null) //활성화 된 음료만 클릭이 되도록 한다.
if (true) // 테스트용
{
bool checkSlot1 = false;
bool checkSlot2 = false;
bool checkSlot3 = false;
var cocktailDatas = ItemManager.Instance.CocktailDataSo.GetData();
var liquidDatas = ItemManager.Instance.LiquidDataSo.GetData();
cocktailImage.sprite = clickedButton.Image.sprite;
cocktailName.text = Utils.GetLocalizedString(clickedButton.name);
int ratioRangePer = cocktailDatas[clickedButton.name].RatioRange;
ratioRange.text = ratioRangePer == 0
? ""
: $"{Utils.GetLocalizedString("MarginOfError")} : {ratioRangePer}%";
void Setslot(string ingredientName, int targetSlotNum = 0)
{
int targetSlotNumF = 0;
if (targetSlotNum != 0)
{
if (targetSlotNum == 1)
{
targetSlotNumF = 1;
checkSlot1 = true;
}
else if (targetSlotNum == 2)
{
targetSlotNumF = 2;
checkSlot2 = true;
}
else if (targetSlotNum == 3)
{
targetSlotNumF = 3;
checkSlot3 = true;
}
}
else if (!checkSlot1)
{
targetSlotNumF = 1;
checkSlot1 = true;
}
else if (!checkSlot2)
{
targetSlotNumF = 2;
checkSlot2 = true;
}
else if (!checkSlot3)
{
targetSlotNumF = 3;
checkSlot3 = true;
}
ManualIngredientSlot targetSlotF = null;
if (targetSlotNumF == 1) targetSlotF = slot01;
else if (targetSlotNumF == 2) targetSlotF = slot02;
else if (targetSlotNumF == 3) targetSlotF = slot03;
if (targetSlotF == null) return;
targetSlotF.SetImage(liquidDatas[ingredientName].Sprite);
targetSlotF.SetType(Utils.GetLocalizedString(ingredientName));
targetSlotF.SetPercent($"{cocktailDatas[clickedButton.name].GetIngredientRatio(ingredientName)}%");
}
//가니쉬 배치를 처음으로... 일단 대기...
/*
*
if (cocktailDatas[clickedButton.name].SearchIngredient("Garnish1") != 0)
{
Setslot("Garnish1",3);
}
else if (cocktailDatas[clickedButton.name].SearchIngredient("Garnish2") != 0)
{
Setslot("Garnish2",3);
}
*/
foreach (var element in liquidDatas)
{
if (cocktailDatas[clickedButton.name].SearchIngredient(element.Value.Idx) != 0)
Setslot(element.Value.Idx);
}
if (!checkSlot1)
{
slot01.gameObject.SetActive(false);
_craftingIngredients[i].Hide();
}
else
{
slot01.gameObject.SetActive(true);
}
if (!checkSlot2)
{
slot02.gameObject.SetActive(false);
}
else
{
slot02.gameObject.SetActive(true);
}
if (!checkSlot3)
{
slot03.gameObject.SetActive(false);
}
else
{
slot03.gameObject.SetActive(true);
_craftingIngredients[i].Initialize(validIngredients[i], i);
_craftingIngredients[i].Show();
}
}
}
private void UpdateManualBook(LevelData levelData)
{
Update_Cocktails();
if (string.IsNullOrEmpty(levelData.OpenUpgrade)) return;
int currentLevel = int.Parse(levelData.Idx);
switch (currentLevel)
{
case 1:
_unlockLiquidIdxs.Add("LiquidA");
break;
case 5:
_unlockLiquidIdxs.Add("LiquidB");
break;
case 10:
_unlockLiquidIdxs.Add("LiquidC");
break;
case 15:
_unlockLiquidIdxs.Add("LiquidD");
break;
case 20:
_unlockLiquidIdxs.Add("LiquidE");
break;
case 25:
_unlockLiquidIdxs.Add("Garnish1");
break;
case 30:
_unlockLiquidIdxs.Add("Garnish2");
break;
}
foreach (var element in _cocktailRecipeButtons)
{
element.CheckUnlock(_unlockLiquidIdxs);
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: d19f1201784687d458810f4eac41b170
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 256
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: 17ed6e6b73f360f4da56be4109f01a86
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 256
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 250901b9fa95e5b4194cfdd7a9f0f292
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: a536ab4b3069b5645a7672c33c9d158c
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,167 @@
fileFormatVersion: 2
guid: c83c38f6c29276848ba7821cb2e9e899
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: BottomLine_0
rect:
serializedVersion: 2
x: 0
y: 248
width: 512
height: 10
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: e631b0ffc0143104283ad672b9aa6aa0
internalID: -1457442933
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: c82f13a192a3ac249b43b3e7f772fd21
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
BottomLine_0: -1457442933
BottomLine_1: -1620694755
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: 1aa9b9b713a23fe4faef2006222b9a1f
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: CocktailBox_0
rect:
serializedVersion: 2
x: 11
y: 12
width: 234
height: 232
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 51b2d020ac9fff54583be5047b34530d
internalID: -2055551643
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: e65d1b82d73694747a32122566b865f4
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
CocktailBox_0: -2055551643
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: 346954a754bb95743b1910c284572ff7
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: bc2c0746cb8571b4b879be25fa15515c
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: MiniName1_0
rect:
serializedVersion: 2
x: 2
y: 98
width: 253
height: 60
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 5a5b2b0cffb7642448bafc532957bdbd
internalID: -1554901880
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5f98abe47beb4b543abde302fcb5db25
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
MiniName1_0: -1554901880
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: e46a58c0af085a6408539194a2a66d80
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: MiniName2_0
rect:
serializedVersion: 2
x: 2
y: 98
width: 253
height: 60
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: aca3c77f9543eaf43a87027eb526539c
internalID: -1608624617
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: b7f06baac1b2f2a4bb430d9003fafbb7
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
MiniName2_0: -1608624617
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: 31df59cd11477b546a49a0abf6a0e4e1
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: MiniName3_0
rect:
serializedVersion: 2
x: 2
y: 98
width: 253
height: 60
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 06b9accbe4569c745ab1d1c21ac6e582
internalID: -1373843722
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 0f48ba74fe316534c9f7d4eb68b0c931
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
MiniName3_0: -1373843722
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: b7ffc39cb3d31324e89db060afd6499b
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: MiniName4_0
rect:
serializedVersion: 2
x: 2
y: 98
width: 253
height: 60
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: b647ff7969ccce94482959bb710ca5df
internalID: 485509434
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: c75f852d3cb3a564792385ff7d6aa7e6
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
MiniName4_0: 485509434
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: c9b690d23a411ea4896c7facd48070c1
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: Line_0
rect:
serializedVersion: 2
x: 0
y: 124
width: 256
height: 6
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 04f03cc5e56ade943a76cf7822316373
internalID: 2109111619
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 892debb85d64a7140b40417f45910aa2
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Line_0: 2109111619
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: ee35006156d5e234c9769b6b6c2f5b1f
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: LiqueurIcon_0
rect:
serializedVersion: 2
x: 110
y: 108
width: 40
height: 40
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 6aa1c00b1d206674493a650a4d6d99c6
internalID: -2003835345
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 9da65f962076f8a42aa4c0b396a18efa
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
LiqueurIcon_0: -2003835345
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: 21aea5ef58c2d70439dcd85cbe6a6bae
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: 6c09f124779ad2543885f2bddc1a420a
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: MiniNameLong_0
rect:
serializedVersion: 2
x: 3
y: 103
width: 251
height: 48
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: 7f95fb735d163264d827b3fe37820bf2
internalID: -1989123652
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 95c3b230660d51c4bb655e40974dc2ed
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
MiniNameLong_0: -1989123652
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: a710403e6d786a145bf90438f8b4de4c
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: MiniNameShort_0
rect:
serializedVersion: 2
x: 2
y: 100
width: 253
height: 60
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 60, y: 0, z: 60, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: abf40b8fad8f9844f9960c46db13d284
internalID: 448254998
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 02aa87ab281f53947a12914a782b43c3
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
MiniNameShort_0: 448254998
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: 2bd608bda35304845a3fe909ede1806e
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: Name_0
rect:
serializedVersion: 2
x: 2
y: 210
width: 508
height: 92
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: de5f125ffe2994d4a897001d3aa559b9
internalID: 1204978167
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 518295132d875dd47aca7839b5d84ff5
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Name_0: 1204978167
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: 3ccd2ff307b2f4549b1528744ccadd21
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: SectionLine_0
rect:
serializedVersion: 2
x: 12
y: 236
width: 488
height: 34
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: b88c226e9bf4b3147bf322ac5fbb0636
internalID: 66773504
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: b2ae8c1970b90dd418ecd46adbcc8297
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
SectionLine_0: 66773504
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: 14d0de9a1e3944944a8e959972922b80
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

View File

@ -0,0 +1,166 @@
fileFormatVersion: 2
guid: bcb63cef144c02c47b92afabad385648
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: Back_0
rect:
serializedVersion: 2
x: 0
y: 86
width: 512
height: 340
alignment: 0
pivot: {x: 0, y: 0}
border: {x: 0, y: 0, z: 0, w: 0}
customData:
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: a826d0eaf83963146ae9a3ddd85e66c9
internalID: 1420726222
vertices: []
indices:
edges: []
weights: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 28d87649db91b7f4fa76ee36bf39df55
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable:
Back_0: 1420726222
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -0,0 +1,143 @@
fileFormatVersion: 2
guid: bef7d0464ba595c48b2d3269a15e331a
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 256
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WindowsStoreApps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -49,6 +49,5 @@ MonoBehaviour:
_usedFontMaterials:
- {fileID: 1328173432319114220, guid: 2f35c40df3d2a1a41b57c8b9eca40913, type: 2}
- {fileID: 2100000, guid: 12575fbfb1a20814aae86a588932b912, type: 2}
- {fileID: 2100000, guid: 9947b1354b378444a9ee964e90f4144c, type: 2}
_defaultOutlineSize: 0.2
_defaultOutlineSize: 0.4
_chineseOutlineSize: 0.05

View File

@ -130,11 +130,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2209729715339278869, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_SizeDelta.x
value: -180
value: -40
objectReference: {fileID: 0}
- target: {fileID: 2209729715339278869, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_SizeDelta.y
value: -180
value: -40
objectReference: {fileID: 0}
- target: {fileID: 2209729715339278869, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_AnchoredPosition.x
@ -142,7 +142,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2209729715339278869, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_AnchoredPosition.y
value: 20
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2301048832536013177, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_LocalScale.x
@ -172,6 +172,10 @@ PrefabInstance:
propertyPath: m_Name
value: TrashCan
objectReference: {fileID: 0}
- target: {fileID: 3779548209033231211, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: bef7d0464ba595c48b2d3269a15e331a, type: 3}
- target: {fileID: 5953080908505751474, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_IsActive
value: 0
@ -179,18 +183,18 @@ PrefabInstance:
- target: {fileID: 6365458266480896368, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: a327d1fc80d90bd438cfcd1ad2b219c7, type: 3}
objectReference: {fileID: 21300000, guid: 17ed6e6b73f360f4da56be4109f01a86, type: 3}
- target: {fileID: 6365458266480896368, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Color.b
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6365458266480896368, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Color.g
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6365458266480896368, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Color.r
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6365458266480896368, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_FillAmount
@ -263,7 +267,7 @@ PrefabInstance:
- target: {fileID: 8780093359852370517, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: b93d1d9adc811a74fb4192ade70fd3cc, type: 3}
objectReference: {fileID: 21300000, guid: d19f1201784687d458810f4eac41b170, type: 3}
- target: {fileID: 9047629830516719732, guid: 3f9f846a7f237924e97c9acf370d991d, type: 3}
propertyPath: m_Sprite
value:

View File

@ -0,0 +1,215 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &4020309726940067248
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6860214563019265920}
- component: {fileID: 2309902647517151100}
- component: {fileID: 5670115424171642926}
m_Layer: 5
m_Name: Image
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &6860214563019265920
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4020309726940067248}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 352852137782453654}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -20, y: -20}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2309902647517151100
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4020309726940067248}
m_CullTransparentMesh: 1
--- !u!114 &5670115424171642926
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4020309726940067248}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 0cf23778fd0b2994c9d608fbbf185468, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &4221123813194206647
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 352852137782453654}
- component: {fileID: 4846496560084915355}
- component: {fileID: 2731271238336287623}
- component: {fileID: 4062763085291006299}
- component: {fileID: 4948396454316798438}
m_Layer: 5
m_Name: CocktailRecipeButton
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &352852137782453654
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4221123813194206647}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6860214563019265920}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4846496560084915355
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4221123813194206647}
m_CullTransparentMesh: 1
--- !u!114 &2731271238336287623
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4221123813194206647}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: -2055551643, guid: 1aa9b9b713a23fe4faef2006222b9a1f, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!114 &4062763085291006299
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4221123813194206647}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Navigation:
m_Mode: 3
m_WrapAround: 0
m_SelectOnUp: {fileID: 0}
m_SelectOnDown: {fileID: 0}
m_SelectOnLeft: {fileID: 0}
m_SelectOnRight: {fileID: 0}
m_Transition: 2
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
m_SpriteState:
m_HighlightedSprite: {fileID: 0}
m_PressedSprite: {fileID: 21300000, guid: 14d0de9a1e3944944a8e959972922b80, type: 3}
m_SelectedSprite: {fileID: 21300000, guid: 14d0de9a1e3944944a8e959972922b80, type: 3}
m_DisabledSprite: {fileID: 0}
m_AnimationTriggers:
m_NormalTrigger: Normal
m_HighlightedTrigger: Highlighted
m_PressedTrigger: Pressed
m_SelectedTrigger: Selected
m_DisabledTrigger: Disabled
m_Interactable: 1
m_TargetGraphic: {fileID: 2731271238336287623}
m_OnClick:
m_PersistentCalls:
m_Calls: []
--- !u!114 &4948396454316798438
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4221123813194206647}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 17b171183981ed942ad039a9dbedbfab, type: 3}
m_Name:
m_EditorClassIdentifier:
<Button>k__BackingField: {fileID: 4062763085291006299}
_cocktailImage: {fileID: 5670115424171642926}
_grayScaleMaterial: {fileID: 2100000, guid: 3a05912c0f6e620488206ca5147e771e, type: 2}
_cocktailIdx:

View File

@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: 3723a5f35a3497e4fa1d66004655d941
TextScriptImporter:
guid: 4a913a50ec8eef748a69d8cc48698372
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:

View File

@ -0,0 +1,795 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &249990346833198166
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3999276612447141282}
- component: {fileID: 1291746003425221634}
- component: {fileID: 6864126811145481680}
m_Layer: 5
m_Name: LiquidText
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &3999276612447141282
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 249990346833198166}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7479254977802555519}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 30}
m_Pivot: {x: 0, y: 0.5}
--- !u!222 &1291746003425221634
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 249990346833198166}
m_CullTransparentMesh: 1
--- !u!114 &6864126811145481680
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 249990346833198166}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: "\uC5EC\uC2E0\uC758 \uB208\uBB3C"
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 2f35c40df3d2a1a41b57c8b9eca40913, type: 2}
m_sharedMaterial: {fileID: 1328173432319114220, guid: 2f35c40df3d2a1a41b57c8b9eca40913, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4294967295
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 18
m_fontSizeBase: 18
m_fontWeight: 400
m_enableAutoSizing: 1
m_fontSizeMin: 8
m_fontSizeMax: 18
m_fontStyle: 0
m_HorizontalAlignment: 1
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_TextWrappingMode: 0
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 0
m_ActiveFontFeatures: 6e72656b
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_EmojiFallbackSupport: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: -4}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!1 &1435896335036404200
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2789412733048151169}
- component: {fileID: 5880769500526369582}
m_Layer: 5
m_Name: CraftingIngredient
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &2789412733048151169
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1435896335036404200}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2264543401897077761}
- {fileID: 726191275688448627}
- {fileID: 7479254977802555519}
- {fileID: 6214798539544637538}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &5880769500526369582
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1435896335036404200}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a83a8a804c0bb8e40a23376930b210fa, type: 3}
m_Name:
m_EditorClassIdentifier:
_connectionLine: {fileID: 8430066422040837593}
_liquidImage: {fileID: 2904656732554375280}
_liquidTypeImage: {fileID: 1797891188367852391}
_liquidText: {fileID: 6864126811145481680}
_ratioText: {fileID: 373231903261848343}
_liquidTypeSprite: {fileID: -2003835345, guid: ee35006156d5e234c9769b6b6c2f5b1f, type: 3}
_garnishTypeSprite: {fileID: 0}
--- !u!1 &2225133626707228621
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 9221822379852482769}
- component: {fileID: 5203496809983232339}
- component: {fileID: 2904656732554375280}
m_Layer: 5
m_Name: LiquidImage
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &9221822379852482769
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2225133626707228621}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 726191275688448627}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -40, y: -40}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5203496809983232339
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2225133626707228621}
m_CullTransparentMesh: 1
--- !u!114 &2904656732554375280
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2225133626707228621}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: a8c45767f0a3ec245a47087c7ada2b50, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &3588170426031270651
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 726191275688448627}
- component: {fileID: 5669371773518871691}
- component: {fileID: 3542485799110171148}
m_Layer: 5
m_Name: LiquidBox
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &726191275688448627
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3588170426031270651}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 9221822379852482769}
m_Father: {fileID: 2789412733048151169}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 90}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &5669371773518871691
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3588170426031270651}
m_CullTransparentMesh: 1
--- !u!114 &3542485799110171148
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3588170426031270651}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 346954a754bb95743b1910c284572ff7, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &6833478290214787476
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7479254977802555519}
- component: {fileID: 9042298105664950330}
- component: {fileID: 3972098737904876021}
- component: {fileID: 6191744754888191115}
- component: {fileID: 6087956471807596556}
- component: {fileID: 424591532869103339}
m_Layer: 5
m_Name: LiquidNameImage
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &7479254977802555519
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6833478290214787476}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 3575025775468627079}
- {fileID: 3999276612447141282}
m_Father: {fileID: 2789412733048151169}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -95}
m_SizeDelta: {x: 0, y: 40}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &9042298105664950330
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6833478290214787476}
m_CullTransparentMesh: 1
--- !u!114 &3972098737904876021
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6833478290214787476}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 448254998, guid: a710403e6d786a145bf90438f8b4de4c, type: 3}
m_Type: 1
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!114 &6191744754888191115
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6833478290214787476}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Padding:
m_Left: 30
m_Right: 30
m_Top: 0
m_Bottom: 0
m_ChildAlignment: 4
m_Spacing: 5
m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 0
m_ChildControlWidth: 1
m_ChildControlHeight: 0
m_ChildScaleWidth: 0
m_ChildScaleHeight: 0
m_ReverseArrangement: 0
--- !u!114 &6087956471807596556
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6833478290214787476}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
m_Name:
m_EditorClassIdentifier:
m_HorizontalFit: 2
m_VerticalFit: 0
--- !u!114 &424591532869103339
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6833478290214787476}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: -1
m_MinHeight: -1
m_PreferredWidth: 240
m_PreferredHeight: -1
m_FlexibleWidth: 1
m_FlexibleHeight: -1
m_LayoutPriority: 1
--- !u!1 &6920565722056932005
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3575025775468627079}
- component: {fileID: 6295501733589136036}
- component: {fileID: 1797891188367852391}
- component: {fileID: 4389594208750307078}
m_Layer: 5
m_Name: LiquidTypeImage
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &3575025775468627079
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6920565722056932005}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7479254977802555519}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 30}
m_Pivot: {x: 0, y: 0.5}
--- !u!222 &6295501733589136036
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6920565722056932005}
m_CullTransparentMesh: 1
--- !u!114 &1797891188367852391
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6920565722056932005}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: -2003835345, guid: ee35006156d5e234c9769b6b6c2f5b1f, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!114 &4389594208750307078
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6920565722056932005}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: -1
m_MinHeight: -1
m_PreferredWidth: 30
m_PreferredHeight: 30
m_FlexibleWidth: -1
m_FlexibleHeight: -1
m_LayoutPriority: 1
--- !u!1 &8430066422040837593
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2264543401897077761}
- component: {fileID: 4649909210325678582}
- component: {fileID: 3093586643100956241}
m_Layer: 5
m_Name: ConnectionLine
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!224 &2264543401897077761
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8430066422040837593}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2789412733048151169}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -110, y: -45}
m_SizeDelta: {x: 46, y: 6}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &4649909210325678582
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8430066422040837593}
m_CullTransparentMesh: 1
--- !u!114 &3093586643100956241
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8430066422040837593}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 2109111619, guid: c9b690d23a411ea4896c7facd48070c1, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &8627749099443580449
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6214798539544637538}
- component: {fileID: 927534622450733711}
- component: {fileID: 373231903261848343}
m_Layer: 5
m_Name: RatioText
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &6214798539544637538
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8627749099443580449}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2789412733048151169}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -140}
m_SizeDelta: {x: -10, y: 40}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &927534622450733711
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8627749099443580449}
m_CullTransparentMesh: 1
--- !u!114 &373231903261848343
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8627749099443580449}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: 100%
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 2f35c40df3d2a1a41b57c8b9eca40913, type: 2}
m_sharedMaterial: {fileID: 1328173432319114220, guid: 2f35c40df3d2a1a41b57c8b9eca40913, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4280303446
m_fontColor: {r: 0.3372549, g: 0.24705882, b: 0.1254902, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 30
m_fontSizeBase: 30
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_TextWrappingMode: 0
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 0
m_ActiveFontFeatures: 6e72656b
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_EmojiFallbackSupport: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0fd754c609fd1cd4e989911a0f13c391
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -238694,7 +238694,7 @@ Material:
- _OutlineSoftness: 0
- _OutlineUVSpeedX: 0
- _OutlineUVSpeedY: 0
- _OutlineWidth: 0.2
- _OutlineWidth: 0.4
- _PerspectiveFilter: 0.875
- _Reflectivity: 10
- _ScaleRatioA: 0.8

View File

@ -70,7 +70,7 @@ Material:
- _OutlineSoftness: 0
- _OutlineUVSpeedX: 0
- _OutlineUVSpeedY: 0
- _OutlineWidth: 0.2
- _OutlineWidth: 0
- _PerspectiveFilter: 0.875
- _Reflectivity: 10
- _ScaleRatioA: 0.8

View File

@ -70,7 +70,7 @@ Material:
- _OutlineSoftness: 0
- _OutlineUVSpeedX: 0
- _OutlineUVSpeedY: 0
- _OutlineWidth: 0.2
- _OutlineWidth: 0.4
- _PerspectiveFilter: 0.875
- _Reflectivity: 10
- _ScaleRatioA: 0.8

View File

@ -13,17 +13,17 @@ ServerNpcAdd,서빙 종업원 +1명,Employs +1 server,服务员雇佣+1名,Contr
CleanerNpcAdd,청소 종업원 +1명,Employs +1 cleaner,清洁工雇佣+1名,Contrato de empleado de limpieza +1
BartenderNpcAdd,바텐터 종업원 +1명,Employs +1 bartender,调酒师雇佣+1名,Contrato de barman +1
SpeedBoost,이동속도 +10%,Increases movement speed by 10%,移动速度加快+10%,Velocidad de movimiento +10%
ExpBoost,경험치 획득량 +20%,Increases EXP gain by 20%,经验值获得量增加+20%,Obtención de EXP +20%
GoldBoost,골드 획득량 +20%,Increases gold earnings by 20%,金币获得量增加+20%,Obtención de oro +20%
ExpBoost,경험치 획득량 +10%,Increases EXP gain by 10%,经验值获得量增加+10%,Obtención de EXP +10%
GoldBoost,골드 획득량 +10%,Increases gold earnings by 10%,金币获得量增加+10%,Obtención de oro +10%
AllCleanUp,주점 내부 모두 청소,Cleans the entire bar interior,打扫整个酒馆内部,Limpieza de todo el interior del local
GaugeReset,손님들의 기다림 시간 초기화,Resets customers' wait time,重置顾客等待时间,Restablecimiento del tiempo de espera de los clientes
DashCooldownReduction,대시 쿨타임 -1초,Reduces dash cooldown by 1 second,急速移动冷却时间缩短-1秒,Recuperación de impulso -1s
TipBoost,팁 획득량 +20%,Increases tip earnings by 20%,小费获得量增加+20%,Obtención de propina +20%
TipBoost,팁 획득량 +10%,Increases tip earnings by 10%,小费获得量增加+10%,Obtención de propina +10%
EndGoldBoost,게임오버 후 골드 회수 비율 +10%,Increases gold recovery rate after a game over by 10%,游戏结束后金币回收率增加+10%,Recaudación de oro tras la partida +10%
AllCustomerPurification,현재 손님들 모두 퇴장,Dismisses all current customers,当前顾客全部离场,Salida de todos los clientes actuales
GaugeTimeUp,손님들의 기다림 시간 +3초,Increases the waiting time of customers by 3 seconds,顾客的等待时间增加+3秒,Tiempo de espera de los clientes +3s
BarrelAutoSupply,모든 칵테일 재료가 초당 +2ml 자동 충전,Auto-recharges +2ml of every alcohol ingredient per second,所有鸡尾酒材料每秒自动补充+2ml,Recarga automática de todos los ingredientes de cóctel +2ml/s
ServerNpcUpgrade,서빙 종업원의 팁 획득량 +20%,Increases server tip earnings by 20%,服务员的小费获得量增加+20%,Obtención de propina de los mozos +20%
BarrelAutoSupply,모든 칵테일 재료가 초당 +1ml 자동 충전,Auto-recharges +1ml of every alcohol ingredient per second,所有鸡尾酒材料每秒自动补充+1ml,Recarga automática de todos los ingredientes de cóctel +1ml/s
ServerNpcUpgrade,서빙 종업원의 팁 획득량 +10%,Increases server tip earnings by 10%,服务员的小费获得量增加+10%,Obtención de propina de los mozos +10%
CleanerNpcUpgrade,종업원의 청소 시간 -1초,Reduces employees' cleaning time by 1 second,员工打扫时间缩短-1秒,Tiempo de limpieza del empleado -1s
BartenderNpcUpgrade,종업원의 칵테일 제조 속도 -1초,Reduces employees' cocktail production speed by 1 second,员工鸡尾酒调制速度缩短-1秒,Tiempo de preparación de trago del empleado -1s
PassiveDoubleServing,양손으로 서빙 가능,Enables serving with both hands,可双手出餐,Disponibilidad de servicio ambidiestro
@ -110,3 +110,55 @@ Customer,손님,Customer,顾客,Cliente
ExpandBar,주점 증축,Expand Bar,扩建酒馆,Ampliar local
AddIngredient,재료 추가,Add Ingredient,增加材料,Agregar ingrediente
AddSeat,좌석 추가,Add Seat,增加座位,Agregar asiento
Close,닫기,Close,关闭,Cerrar
CocktailRecipe,칵테일 레시피,Cocktail Recipe,鸡尾酒配方,Receta de cócteles
CraftingRecipe,제작 방법,Crafting Recipe,制作方法,Receta de fabricación
CraftingDescription,넣는 순서는 상관없다,The order doesnt matter,放入的顺序无关紧要,El orden no importa
Cocktail001Description,"우아한 향이 퍼지는 위스키
왜 붉은색인지는 아무도 모른다. ","A whiskey with an elegant aroma.
Why its red, no one knows","优雅香气弥漫的威士忌
为什么是红色,无人知晓。","Un whisky con un aroma elegante.
Nadie sabe por qué es rojo."
Cocktail002Description,심해의 마수 레비아탄의 독과 독초로 만든 위스키,A whiskey made with the poison of Leviathan from the deep sea and toxic herbs.,用深海魔兽利维坦的毒液和毒草制成的威士忌,Un whisky elaborado con el veneno del Leviatán de las profundidades y hierbas tóxicas.
Cocktail003Description,톡 쏘는 맛이 일품인 악령의 영혼으로 만든 위스키,"A whiskey crafted from the spirit of a specter, offering a tangy delight.",由恶灵的灵魂制成的威士忌,味道辛辣可口。,"Un whisky elaborado con el espíritu de un espectro, ofreciendo un sabor picante."
Cocktail004Description,"심해에서 자란 용과로 만든 위스키
쫄깃한 식감이 있다고 한다.","A whiskey made from dragon fruit grown in the deep sea.
Said to have a chewy texture.","用深海生长的火龙果制成的威士忌
据说有嚼劲。","Un whisky elaborado con pitaya del fondo marino.
Se dice que tiene una textura masticable."
Cocktail005Description,둘이 먹다 하나가 죽을 정도로 달달한 저승 벌꿀로 만든 술,"A liquor made with honey from the underworld, so sweet it could kill.",用冥界蜂蜜制成的酒,甜到致命。,"Una bebida hecha con miel del inframundo, tan dulce que podría matar."
Cocktail006Description,"우아한 여신의 가호를 받은 망령의 맛
이승과 저승의 경계에서 방황하는 듯한 경험을 준다.","A taste blessed by the elegant goddess.
It feels like wandering between life and death.","受优雅女神祝福的幽灵之味
仿佛在生死边界徘徊。","Un sabor bendecido por la diosa elegante.
Parece que vagaras entre la vida y la muerte."
Cocktail007Description,"심해의 비밀을 간직한 위스키들의 조화.
강렬하면서도 깊은 맛이 당신을 심연의 어둠 속으로 끌어당긴다.","A blend of whiskies that hold the secrets of the deep sea.
Intense yet profound, pulling you into the abyssal darkness.","蕴藏深海秘密的威士忌融合
强烈且深邃的味道将你拉入深渊黑暗。","Una mezcla de whiskies que guardan los secretos del océano profundo.
Intenso pero profundo, te lleva a la oscuridad abisal."
Cocktail008Description,톡 쏘는 맛속에서 느껴지는 쫄깃한 식감이 신비로운 심해의 비밀을 발견할 듯 하다.,The tangy flavor with a chewy texture feels like uncovering the mysteries of the deep sea.,"辛辣的味道中带着嚼劲
仿佛揭开了深海的秘密。",El sabor picante con una textura masticable parece descubrir los misterios del océano profundo.
Cocktail009Description,달콤한 속에 숨겨진 독의 쓴 맛이 여운으로 남아서 당신의 감각을 일깨울 것이다.,The hidden bitterness of poison beneath the sweetness will linger and awaken your senses.,"在甜美之中隐藏的毒液苦味将留存
唤醒你的感官。",La amargura oculta del veneno bajo la dulzura quedará y despertará tus sentidos.
Cocktail010Description,심해에 서식하는 용과 벌의 조화 신비로운 심해의 풍미와 달콤함이 공존하는 맛,"A harmony of dragon fruit and bees from the deep sea.
A taste where sweetness and mystery coexist.","栖息深海的火龙果与蜜蜂的结合
神秘与甜蜜并存的味道。","Una armonía de pitaya y abejas del fondo marino.
Un sabor donde la dulzura y el misterio coexisten."
Cocktail011Description,독의 강렬함을 슬라임이 완화시켜 당신에게 서늘한 심해의 공포를 보여줄 것이다.,"The intensity of the poison is softened by slime, revealing the chilling terror of the deep sea.","史莱姆缓解了毒液的强烈
为你呈现深海的寒冷恐惧。","La intensidad del veneno es suavizada por el limo, revelando el aterrador frío del océano profundo."
Cocktail012Description,용과의 쫄깃한 식감은 얼음과 만나 더 특별한 텍스쳐와 맛을 선사한다.,The chewy texture of dragon fruit meets ice to offer a unique taste and texture.,"火龙果的嚼劲与冰相遇
带来特别的口感与风味。",La textura masticable de la pitaya se combina con el hielo para ofrecer un sabor y textura únicos.
Cocktail013Description,여신의 우아함과 레몬 피쉬의 상큼한 향이 섞이며 한 모금만으로도 천상의 아름다움을 만끽할 수 있다.,"The elegance of the goddess and the refreshing scent of lemon fish blend together, allowing you to savor heavenly beauty in one sip.","女神的优雅与柠檬鱼的清香结合
一口即享天上之美。","La elegancia de la diosa y el aroma refrescante del pez limón se mezclan, permitiéndote disfrutar de la belleza celestial en un solo sorbo."
Cocktail014Description,"톡 쏘는 상큼함이 매력적인 칵테일
망령의 심장은 강한 생명력을 가진다.","A cocktail with a charming tanginess.
The heart of a specter holds strong vitality.","具有迷人辛辣感的鸡尾酒
幽灵之心蕴含强大生命力。","Un cóctel con un atractivo sabor ácido.
El corazón de un espectro contiene una gran vitalidad."
Cocktail015Description,"달콤한 벌꿀을 맛본 슬라임.
안 마셔본 사람은 있어도 한 입만 마셔본 사람은 없다는 마성의 맛을 자랑한다.","A slime that tasted sweet honey.
Some may not have tried it, but none can stop at just one sip.","品尝过甜蜜蜂蜜的史莱姆
没喝过的人有
但只喝一口的人没有。","Un limo que probó la miel dulce.
Algunos pueden no haberlo probado, pero nadie puede detenerse en un solo sorbo."

1 Key Korean(ko) English(en) Chinese (Simplified)(zh-CN) Spanish (Spain)(es-ES)
13 CleanerNpcAdd 청소 종업원 +1명 Employs +1 cleaner 清洁工雇佣+1名 Contrato de empleado de limpieza +1
14 BartenderNpcAdd 바텐터 종업원 +1명 Employs +1 bartender 调酒师雇佣+1名 Contrato de barman +1
15 SpeedBoost 이동속도 +10% Increases movement speed by 10% 移动速度加快+10% Velocidad de movimiento +10%
16 ExpBoost 경험치 획득량 +20% 경험치 획득량 +10% Increases EXP gain by 20% Increases EXP gain by 10% 经验值获得量增加+20% 经验值获得量增加+10% Obtención de EXP +20% Obtención de EXP +10%
17 GoldBoost 골드 획득량 +20% 골드 획득량 +10% Increases gold earnings by 20% Increases gold earnings by 10% 金币获得量增加+20% 金币获得量增加+10% Obtención de oro +20% Obtención de oro +10%
18 AllCleanUp 주점 내부 모두 청소 Cleans the entire bar interior 打扫整个酒馆内部 Limpieza de todo el interior del local
19 GaugeReset 손님들의 기다림 시간 초기화 Resets customers' wait time 重置顾客等待时间 Restablecimiento del tiempo de espera de los clientes
20 DashCooldownReduction 대시 쿨타임 -1초 Reduces dash cooldown by 1 second 急速移动冷却时间缩短-1秒 Recuperación de impulso -1s
21 TipBoost 팁 획득량 +20% 팁 획득량 +10% Increases tip earnings by 20% Increases tip earnings by 10% 小费获得量增加+20% 小费获得量增加+10% Obtención de propina +20% Obtención de propina +10%
22 EndGoldBoost 게임오버 후 골드 회수 비율 +10% Increases gold recovery rate after a game over by 10% 游戏结束后金币回收率增加+10% Recaudación de oro tras la partida +10%
23 AllCustomerPurification 현재 손님들 모두 퇴장 Dismisses all current customers 当前顾客全部离场 Salida de todos los clientes actuales
24 GaugeTimeUp 손님들의 기다림 시간 +3초 Increases the waiting time of customers by 3 seconds 顾客的等待时间增加+3秒 Tiempo de espera de los clientes +3s
25 BarrelAutoSupply 모든 칵테일 재료가 초당 +2ml 자동 충전 모든 칵테일 재료가 초당 +1ml 자동 충전 Auto-recharges +2ml of every alcohol ingredient per second Auto-recharges +1ml of every alcohol ingredient per second 所有鸡尾酒材料每秒自动补充+2ml 所有鸡尾酒材料每秒自动补充+1ml Recarga automática de todos los ingredientes de cóctel +2ml/s Recarga automática de todos los ingredientes de cóctel +1ml/s
26 ServerNpcUpgrade 서빙 종업원의 팁 획득량 +20% 서빙 종업원의 팁 획득량 +10% Increases server tip earnings by 20% Increases server tip earnings by 10% 服务员的小费获得量增加+20% 服务员的小费获得量增加+10% Obtención de propina de los mozos +20% Obtención de propina de los mozos +10%
27 CleanerNpcUpgrade 종업원의 청소 시간 -1초 Reduces employees' cleaning time by 1 second 员工打扫时间缩短-1秒 Tiempo de limpieza del empleado -1s
28 BartenderNpcUpgrade 종업원의 칵테일 제조 속도 -1초 Reduces employees' cocktail production speed by 1 second 员工鸡尾酒调制速度缩短-1秒 Tiempo de preparación de trago del empleado -1s
29 PassiveDoubleServing 양손으로 서빙 가능 Enables serving with both hands 可双手出餐 Disponibilidad de servicio ambidiestro
110 ExpandBar 주점 증축 Expand Bar 扩建酒馆 Ampliar local
111 AddIngredient 재료 추가 Add Ingredient 增加材料 Agregar ingrediente
112 AddSeat 좌석 추가 Add Seat 增加座位 Agregar asiento
113 Close 닫기 Close 关闭 Cerrar
114 CocktailRecipe 칵테일 레시피 Cocktail Recipe 鸡尾酒配方 Receta de cócteles
115 CraftingRecipe 제작 방법 Crafting Recipe 制作方法 Receta de fabricación
116 CraftingDescription 넣는 순서는 상관없다 The order doesn’t matter 放入的顺序无关紧要 El orden no importa
117 Cocktail001Description 우아한 향이 퍼지는 위스키 왜 붉은색인지는 아무도 모른다. A whiskey with an elegant aroma. Why it’s red, no one knows 优雅香气弥漫的威士忌 为什么是红色,无人知晓。 Un whisky con un aroma elegante. Nadie sabe por qué es rojo.
118 Cocktail002Description 심해의 마수 레비아탄의 독과 독초로 만든 위스키 A whiskey made with the poison of Leviathan from the deep sea and toxic herbs. 用深海魔兽利维坦的毒液和毒草制成的威士忌 Un whisky elaborado con el veneno del Leviatán de las profundidades y hierbas tóxicas.
119 Cocktail003Description 톡 쏘는 맛이 일품인 악령의 영혼으로 만든 위스키 A whiskey crafted from the spirit of a specter, offering a tangy delight. 由恶灵的灵魂制成的威士忌,味道辛辣可口。 Un whisky elaborado con el espíritu de un espectro, ofreciendo un sabor picante.
120 Cocktail004Description 심해에서 자란 용과로 만든 위스키 쫄깃한 식감이 있다고 한다. A whiskey made from dragon fruit grown in the deep sea. Said to have a chewy texture. 用深海生长的火龙果制成的威士忌 据说有嚼劲。 Un whisky elaborado con pitaya del fondo marino. Se dice que tiene una textura masticable.
121 Cocktail005Description 둘이 먹다 하나가 죽을 정도로 달달한 저승 벌꿀로 만든 술 A liquor made with honey from the underworld, so sweet it could kill. 用冥界蜂蜜制成的酒,甜到致命。 Una bebida hecha con miel del inframundo, tan dulce que podría matar.
122 Cocktail006Description 우아한 여신의 가호를 받은 망령의 맛 이승과 저승의 경계에서 방황하는 듯한 경험을 준다. A taste blessed by the elegant goddess. It feels like wandering between life and death. 受优雅女神祝福的幽灵之味 仿佛在生死边界徘徊。 Un sabor bendecido por la diosa elegante. Parece que vagaras entre la vida y la muerte.
123 Cocktail007Description 심해의 비밀을 간직한 위스키들의 조화. 강렬하면서도 깊은 맛이 당신을 심연의 어둠 속으로 끌어당긴다. A blend of whiskies that hold the secrets of the deep sea. Intense yet profound, pulling you into the abyssal darkness. 蕴藏深海秘密的威士忌融合 强烈且深邃的味道将你拉入深渊黑暗。 Una mezcla de whiskies que guardan los secretos del océano profundo. Intenso pero profundo, te lleva a la oscuridad abisal.
124 Cocktail008Description 톡 쏘는 맛속에서 느껴지는 쫄깃한 식감이 신비로운 심해의 비밀을 발견할 듯 하다. The tangy flavor with a chewy texture feels like uncovering the mysteries of the deep sea. 辛辣的味道中带着嚼劲 仿佛揭开了深海的秘密。 El sabor picante con una textura masticable parece descubrir los misterios del océano profundo.
125 Cocktail009Description 달콤한 속에 숨겨진 독의 쓴 맛이 여운으로 남아서 당신의 감각을 일깨울 것이다. The hidden bitterness of poison beneath the sweetness will linger and awaken your senses. 在甜美之中隐藏的毒液苦味将留存 唤醒你的感官。 La amargura oculta del veneno bajo la dulzura quedará y despertará tus sentidos.
126 Cocktail010Description 심해에 서식하는 용과 벌의 조화 신비로운 심해의 풍미와 달콤함이 공존하는 맛 A harmony of dragon fruit and bees from the deep sea. A taste where sweetness and mystery coexist. 栖息深海的火龙果与蜜蜂的结合 神秘与甜蜜并存的味道。 Una armonía de pitaya y abejas del fondo marino. Un sabor donde la dulzura y el misterio coexisten.
127 Cocktail011Description 독의 강렬함을 슬라임이 완화시켜 당신에게 서늘한 심해의 공포를 보여줄 것이다. The intensity of the poison is softened by slime, revealing the chilling terror of the deep sea. 史莱姆缓解了毒液的强烈 为你呈现深海的寒冷恐惧。 La intensidad del veneno es suavizada por el limo, revelando el aterrador frío del océano profundo.
128 Cocktail012Description 용과의 쫄깃한 식감은 얼음과 만나 더 특별한 텍스쳐와 맛을 선사한다. The chewy texture of dragon fruit meets ice to offer a unique taste and texture. 火龙果的嚼劲与冰相遇 带来特别的口感与风味。 La textura masticable de la pitaya se combina con el hielo para ofrecer un sabor y textura únicos.
129 Cocktail013Description 여신의 우아함과 레몬 피쉬의 상큼한 향이 섞이며 한 모금만으로도 천상의 아름다움을 만끽할 수 있다. The elegance of the goddess and the refreshing scent of lemon fish blend together, allowing you to savor heavenly beauty in one sip. 女神的优雅与柠檬鱼的清香结合 一口即享天上之美。 La elegancia de la diosa y el aroma refrescante del pez limón se mezclan, permitiéndote disfrutar de la belleza celestial en un solo sorbo.
130 Cocktail014Description 톡 쏘는 상큼함이 매력적인 칵테일 망령의 심장은 강한 생명력을 가진다. A cocktail with a charming tanginess. The heart of a specter holds strong vitality. 具有迷人辛辣感的鸡尾酒 幽灵之心蕴含强大生命力。 Un cóctel con un atractivo sabor ácido. El corazón de un espectro contiene una gran vitalidad.
131 Cocktail015Description 달콤한 벌꿀을 맛본 슬라임. 안 마셔본 사람은 있어도 한 입만 마셔본 사람은 없다는 마성의 맛을 자랑한다. A slime that tasted sweet honey. Some may not have tried it, but none can stop at just one sip. 品尝过甜蜜蜂蜜的史莱姆 没喝过的人有 但只喝一口的人没有。 Un limo que probó la miel dulce. Algunos pueden no haberlo probado, pero nadie puede detenerse en un solo sorbo.
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164

View File

@ -1,112 +0,0 @@
Key,Korean(ko),English(en),Chinese (Simplified)(zh-CN),Spanish (Spain)(es-ES)
HeartSlotPlus,하트 한 칸 추가,Adds one heart,爱心增加一格,Casillero de corazón adicional
HeartRecovery,하트 한 칸 회복,Restores one heart,爱心恢复一格,Recuperación de casillero de corazón
FullHeartRecovery,하트 모두 회복,Restores all hearts,爱心全部恢复,Recuperación de todos los corazones
AddLiquidB,레비아탄의 독니 +4L,Charges +4L of Leviathan's Fang,利维坦的毒牙补充+4L,Recarga de Colmillo venenoso de Leviatán +4L
AddLiquidC,망령주 +4L 충전,Charges +4L of Specter Wine,亡灵酒补充+4L,Recarga de Licor del espíritu +4L
AddLiquidD,심해의 용과주 +4L 충전,Charges +4L of Deep Sea Dragon Fruit Wine,深海火龙酒补充+4L,Recarga de Licor del dragón del abismo +4L
AddLiquidE,저승 벌꿀주 +4L 충전,Charges +4L of Otherworldly Honey Wine,冥界蜂蜜酒补充+4L,Recarga de Licor de miel del más allá +4L
AddGarnish1,얼음 슬라임 조각 +4L 충전,Charges +4L of Ice Slime Fragment,冰冻史莱姆碎片补充+4L,Recarga de Fragmento de limo de hielo +4L
AddGarnish2,레몬 피쉬 심장 조각 +4L 충전,Charges +4L of Lemon Fishs Heart Fragment,柠檬鱼心脏碎片补充+4L,Recarga de Fragmento de corazón de pez limón +4L
AllLiquidAdd,모든 칵테일 재료 +1L 충전,Charges +1L of all cocktail ingredients,所有鸡尾酒材料补充+1L,Recarga de todos los ingredientes de cóctel +1L
ServerNpcAdd,서빙 종업원 +1명,Employs +1 server,服务员雇佣+1名,Contrato de mozo +1
CleanerNpcAdd,청소 종업원 +1명,Employs +1 cleaner,清洁工雇佣+1名,Contrato de empleado de limpieza +1
BartenderNpcAdd,바텐터 종업원 +1명,Employs +1 bartender,调酒师雇佣+1名,Contrato de barman +1
SpeedBoost,이동속도 +10%,Increases movement speed by 10%,移动速度加快+10%,Velocidad de movimiento +10%
ExpBoost,경험치 획득량 +20%,Increases EXP gain by 20%,经验值获得量增加+20%,Obtención de EXP +20%
GoldBoost,골드 획득량 +20%,Increases gold earnings by 20%,金币获得量增加+20%,Obtención de oro +20%
AllCleanUp,주점 내부 모두 청소,Cleans the entire bar interior,打扫整个酒馆内部,Limpieza de todo el interior del local
GaugeReset,손님들의 기다림 시간 초기화,Resets customers' wait time,重置顾客等待时间,Restablecimiento del tiempo de espera de los clientes
DashCooldownReduction,대시 쿨타임 -1초,Reduces dash cooldown by 1 second,急速移动冷却时间缩短-1秒,Recuperación de impulso -1s
TipBoost,팁 획득량 +20%,Increases tip earnings by 20%,小费获得量增加+20%,Obtención de propina +20%
EndGoldBoost,게임오버 후 골드 회수 비율 +10%,Increases gold recovery rate after a game over by 10%,游戏结束后金币回收率增加+10%,Recaudación de oro tras la partida +10%
AllCustomerPurification,현재 손님들 모두 퇴장,Dismisses all current customers,当前顾客全部离场,Salida de todos los clientes actuales
GaugeTimeUp,손님들의 기다림 시간 +3초,Increases the waiting time of customers by 3 seconds,顾客的等待时间增加+3秒,Tiempo de espera de los clientes +3s
BarrelAutoSupply,모든 칵테일 재료가 초당 +2ml 자동 충전,Auto-recharges +2ml of every alcohol ingredient per second,所有鸡尾酒材料每秒自动补充+2ml,Recarga automática de todos los ingredientes de cóctel +2ml/s
ServerNpcUpgrade,서빙 종업원의 팁 획득량 +20%,Increases server tip earnings by 20%,服务员的小费获得量增加+20%,Obtención de propina de los mozos +20%
CleanerNpcUpgrade,종업원의 청소 시간 -1초,Reduces employees' cleaning time by 1 second,员工打扫时间缩短-1秒,Tiempo de limpieza del empleado -1s
BartenderNpcUpgrade,종업원의 칵테일 제조 속도 -1초,Reduces employees' cocktail production speed by 1 second,员工鸡尾酒调制速度缩短-1秒,Tiempo de preparación de trago del empleado -1s
PassiveDoubleServing,양손으로 서빙 가능,Enables serving with both hands,可双手出餐,Disponibilidad de servicio ambidiestro
PassiveRandomChange,특정 휴지통을 랜덤 박스로 변경 (랜덤 박스에 칵테일을 버려보세요!),Changes certain trashcans into random boxes (Try discarding a cocktail into a random box!),特定垃圾桶变成随机箱(请将鸡尾酒丢弃到随机箱中!),Cambio de basurero específico por caja aleatoria (¡Tira el cóctel en una caja aleatoria!)
PassiveGoldAutoGain,60초마다 계산대의 골드 자동으로 회수,Automatically collects gold from the register every 60 seconds,每60秒自动回收收银台的金币,Recaudación automática de oro de la registradora cada 60s
PassiveMakingBonus,칵테일 제조 성공시 팁 획득량만큼 골드 획득,Earns gold equal to tip earnings upon successfully crafting a cocktail,鸡尾酒调制成功时,获得与小费获得量相同的金币数量,Obtención de oro según la propina obtenida al preparar con éxito un cóctel
PassiveServingBonus,서빙 3번 성공시 하트 반 개 회복,Restores half a heart after successfully serving 3 times,成功出餐3次时恢复半个爱心,Recuperación de medio corazón al servir 3 veces con éxito
PassiveCleaningBonus,청소 5번 성공시 바텐더의 제조 속도가 30초간 x2배 빨라짐,Increases the bartenders crafting speed by 2x for 30 seconds after successfully cleaning 5 times,成功打扫5次时调酒师的调酒速度30秒内加快x2倍,Velocidad de preparación del barman x2 durante 30s al limpiar 5 veces con éxito
InteractionVomiting,구토 치우기,Clean Up Vomit,清理呕吐物,Limpiar vómito
InteractionTableSeat,책상 치우기,Clean Up Table,清理书桌,Limpiar mesa
InteractionMushroom,버섯 치우기,Clean Up Mushroom,清理蘑菇,Limpiar hongo
InteractionMoneyCounter,골드 회수하기,Collect Gold,回收金币,Recaudar oro
InteractionServingTablePickUp,칵테일 들기,Hold Cocktail,举起鸡尾酒,Levantar cóctel
InteractionServingTablePutDown,칵테일 내려놓기,Put Down Cocktail,放下鸡尾酒,Bajar cóctel
InteractionCustomer,칵테일 서빙하기,Serve Cocktail,提供鸡尾酒,Servir cóctel
InteractionPump,펌프 작동하기,Activate Pump,启动泵,Activar surtidor
InteractionTrashCanDiscard,칵테일 버리기,Discard Cocktail,丢弃鸡尾酒,Tirar cóctel
InteractionTrashCanChange,무작위 칵테일 변경,Randomly Change Cocktail,随机更换鸡尾酒,Cambiar cóctel al azar
InteractionMold,곰팡이 치우기,Clean Up Mold,清理霉菌,Limpiar moho
InteractionRewordBox,상자 열기,Open Box,打开箱子,Abrir caja
GameStart,게임 시작,Start Game,开始游戏,Comenzar juego
Options,옵션,Options,设置,Ajustes
Quit,종료,Exit,结束,Salir
Sound,소리,Sound,声音,Sonidos
Graphic,그래픽,Graphics,图像,Gráficos
Master,마스터,Master,主,Principal
Bgm,배경음,BGM,背景音,Música de fondo
Sfx,효과음,SFX,效果音,Efectos de sonido
Display,디스플레이,Display,显示,Pantalla
Resolution,해상도,Resolution,清晰度,Resolución
Language,언어,Language,语言,Idioma
Confirm,확인,Confirm,确定,Aceptar
LiquidA,여신의 눈물,Goddess Tears,女神之泪,Lágrima de la diosa
LiquidB,레비아탄의 독니,Leviathan's Fang,利维坦的毒牙,Colmillo venenoso de Leviatán
LiquidC,망령주,Specter Wine,亡灵酒,Licor del espíritu
LiquidD,심해의 용과주,Deep Sea Dragon Fruit Wine,深海火龙酒,Licor del dragón del abismo
LiquidE,저승 벌꿀주,Otherworldly Honey Wine,冥界蜂蜜酒,Licor de miel del más allá
Garnish1,얼음 슬라임 조각,Ice Slime Fragment,冰冻史莱姆碎片,Fragmento de limo de hielo
Garnish2,레몬 피쉬 심장 조각,Lemon Fishs Heart Fragment,柠檬鱼心脏碎片,Fragmento de corazón de pez limón
Cocktail000,쓰레기,Trash,垃圾,Basura
Cocktail001,여신의 눈물,Goddess Tears,女神之泪,Lágrima de la diosa
Cocktail002,레비아탄의 독니,Leviathan's Fang,利维坦的毒牙,Colmillo venenoso de Leviatán
Cocktail003,망령주,Specter Wine,亡灵酒,Licor del espíritu
Cocktail004,심해의 용과주,Deep Sea Dragon Fruit Wine,深海火龙酒,Licor del dragón del abismo
Cocktail005,저승 벌꿀주,Otherworldly Honey Wine,冥界蜂蜜酒,Licor de miel del más allá
Cocktail006,망령의 눈물,Specter Tears,亡灵之泪,Lágrima del espíritu
Cocktail007,심해의 레비아탄,Deep Sea Leviathan,深海利维坦,Leviatán del abismo
Cocktail008,심해의 망령,Deep Sea Specter,深海亡灵,Espíritu del abismo
Cocktail009,독벌의 눈물,Venomous Drop,毒蜂之泪,Lágrima de la abeja venenosa
Cocktail010,심해의 용과 벌,Deep Sea Dragon's Nectar,深海龙虫,Abeja y dragón del abismo
Cocktail011,레비아탄 온 더 락,Leviathan on the Rocks,利维坦加冰,Leviatán on the rocks
Cocktail012,용과 온 더 락,Dragon Fruit on the Rocks,火龙酒加冰,Dragón on the rocks
Cocktail013,여신의 심장,Heart of the Goddess,女神之心,Corazón de la diosa
Cocktail014,망령의 심장,Heart of a Specter,亡灵之心,Corazón del espíritu
Cocktail015,벌꿀 온 더 락,Honey on the Rocks,蜂蜜加冰,Miel on the rocks
MarginOfError,오차 범위,Margin of Error,误差范围,Margen de error
YouDie,당신은 죽었습니다,You Die,你死了,Has Muerto
Round,라운드,Round,回合,Ronda
PressAnyKey,아무 키나 입력해 주세요,Press Any Key,请按任意键,Toca cualquier tecla
Continue,계속하기,Continue,继续,Continuar
PlayTime,플레이 시간,Play Time,游戏时间,Tiempo de juego
TotalGold,최종 골드,Total Gold,最终金币,Oro final
Card,카드,Card,卡,Carta
Service,서비스,Service,服务,Servicio
Gold,골드,Gold,金币,Oro
Pour,따르기,Follow,倒酒,Servir
Success,성공,Success,成功,Éxito
Failure,실패,Failure,失败,Fallo
PurchaseCompleted,구매 완료,Purchase completed,购买完成,Compra Completada
StartShopWarningMessage,사용하지 않은 골드는 모두 소멸합니다.,Unused gold will be forfeited.,未使用的金币将被清除。,El oro no utilizado será eliminado.
AcquireAll,모두 획득,Acquire All,全部获取,Adquirir Todo
ResumeGame,게임 재개,Resume Game,继续游戏,Reanudar Juego
Lobby,로비,Lobby,大厅,Lobby
Warning,경고,Warning,警告,Advertencia
QuitGameMessage,정말로 게임을 종료하시겠습니까?,Are you sure you want to quit the game?,确定要退出游戏吗?,¿Estás seguro de que quieres salir del juego?
Cancel,취소,Cancel,取消,Cancelar
ScreenMode,화면 모드,Screen Mode,屏幕模式,Modo de Pantalla
FullScreen,전체 화면,Full Screen,全屏,Pantalla Completa
BorderlessFullScreen,전체 창 모드,Borderless Full Screen,无边框全屏,Pantalla Completa Sin Bordes
Windowed,창 모드,Windowed,窗口模式,Modo Ventana
Restart,재시작,Restart,重新开始,Reiniciar
MainMenu,메인 메뉴,Main Menu,主菜单,Menú Principal
Customer,손님,Customer,顾客,Cliente
ExpandBar,주점 증축,Expand Bar,扩建酒馆,Ampliar local
AddIngredient,재료 추가,Add Ingredient,增加材料,Agregar ingrediente
AddSeat,좌석 추가,Add Seat,增加座位,Agregar asiento
1 Key Korean(ko) English(en) Chinese (Simplified)(zh-CN) Spanish (Spain)(es-ES)
2 HeartSlotPlus 하트 한 칸 추가 Adds one heart 爱心增加一格 Casillero de corazón adicional
3 HeartRecovery 하트 한 칸 회복 Restores one heart 爱心恢复一格 Recuperación de casillero de corazón
4 FullHeartRecovery 하트 모두 회복 Restores all hearts 爱心全部恢复 Recuperación de todos los corazones
5 AddLiquidB 레비아탄의 독니 +4L Charges +4L of Leviathan's Fang 利维坦的毒牙补充+4L Recarga de Colmillo venenoso de Leviatán +4L
6 AddLiquidC 망령주 +4L 충전 Charges +4L of Specter Wine 亡灵酒补充+4L Recarga de Licor del espíritu +4L
7 AddLiquidD 심해의 용과주 +4L 충전 Charges +4L of Deep Sea Dragon Fruit Wine 深海火龙酒补充+4L Recarga de Licor del dragón del abismo +4L
8 AddLiquidE 저승 벌꿀주 +4L 충전 Charges +4L of Otherworldly Honey Wine 冥界蜂蜜酒补充+4L Recarga de Licor de miel del más allá +4L
9 AddGarnish1 얼음 슬라임 조각 +4L 충전 Charges +4L of Ice Slime Fragment 冰冻史莱姆碎片补充+4L Recarga de Fragmento de limo de hielo +4L
10 AddGarnish2 레몬 피쉬 심장 조각 +4L 충전 Charges +4L of Lemon Fish’s Heart Fragment 柠檬鱼心脏碎片补充+4L Recarga de Fragmento de corazón de pez limón +4L
11 AllLiquidAdd 모든 칵테일 재료 +1L 충전 Charges +1L of all cocktail ingredients 所有鸡尾酒材料补充+1L Recarga de todos los ingredientes de cóctel +1L
12 ServerNpcAdd 서빙 종업원 +1명 Employs +1 server 服务员雇佣+1名 Contrato de mozo +1
13 CleanerNpcAdd 청소 종업원 +1명 Employs +1 cleaner 清洁工雇佣+1名 Contrato de empleado de limpieza +1
14 BartenderNpcAdd 바텐터 종업원 +1명 Employs +1 bartender 调酒师雇佣+1名 Contrato de barman +1
15 SpeedBoost 이동속도 +10% Increases movement speed by 10% 移动速度加快+10% Velocidad de movimiento +10%
16 ExpBoost 경험치 획득량 +20% Increases EXP gain by 20% 经验值获得量增加+20% Obtención de EXP +20%
17 GoldBoost 골드 획득량 +20% Increases gold earnings by 20% 金币获得量增加+20% Obtención de oro +20%
18 AllCleanUp 주점 내부 모두 청소 Cleans the entire bar interior 打扫整个酒馆内部 Limpieza de todo el interior del local
19 GaugeReset 손님들의 기다림 시간 초기화 Resets customers' wait time 重置顾客等待时间 Restablecimiento del tiempo de espera de los clientes
20 DashCooldownReduction 대시 쿨타임 -1초 Reduces dash cooldown by 1 second 急速移动冷却时间缩短-1秒 Recuperación de impulso -1s
21 TipBoost 팁 획득량 +20% Increases tip earnings by 20% 小费获得量增加+20% Obtención de propina +20%
22 EndGoldBoost 게임오버 후 골드 회수 비율 +10% Increases gold recovery rate after a game over by 10% 游戏结束后金币回收率增加+10% Recaudación de oro tras la partida +10%
23 AllCustomerPurification 현재 손님들 모두 퇴장 Dismisses all current customers 当前顾客全部离场 Salida de todos los clientes actuales
24 GaugeTimeUp 손님들의 기다림 시간 +3초 Increases the waiting time of customers by 3 seconds 顾客的等待时间增加+3秒 Tiempo de espera de los clientes +3s
25 BarrelAutoSupply 모든 칵테일 재료가 초당 +2ml 자동 충전 Auto-recharges +2ml of every alcohol ingredient per second 所有鸡尾酒材料每秒自动补充+2ml Recarga automática de todos los ingredientes de cóctel +2ml/s
26 ServerNpcUpgrade 서빙 종업원의 팁 획득량 +20% Increases server tip earnings by 20% 服务员的小费获得量增加+20% Obtención de propina de los mozos +20%
27 CleanerNpcUpgrade 종업원의 청소 시간 -1초 Reduces employees' cleaning time by 1 second 员工打扫时间缩短-1秒 Tiempo de limpieza del empleado -1s
28 BartenderNpcUpgrade 종업원의 칵테일 제조 속도 -1초 Reduces employees' cocktail production speed by 1 second 员工鸡尾酒调制速度缩短-1秒 Tiempo de preparación de trago del empleado -1s
29 PassiveDoubleServing 양손으로 서빙 가능 Enables serving with both hands 可双手出餐 Disponibilidad de servicio ambidiestro
30 PassiveRandomChange 특정 휴지통을 랜덤 박스로 변경 (랜덤 박스에 칵테일을 버려보세요!) Changes certain trashcans into random boxes (Try discarding a cocktail into a random box!) 特定垃圾桶变成随机箱(请将鸡尾酒丢弃到随机箱中!) Cambio de basurero específico por caja aleatoria (¡Tira el cóctel en una caja aleatoria!)
31 PassiveGoldAutoGain 60초마다 계산대의 골드 자동으로 회수 Automatically collects gold from the register every 60 seconds 每60秒自动回收收银台的金币 Recaudación automática de oro de la registradora cada 60s
32 PassiveMakingBonus 칵테일 제조 성공시 팁 획득량만큼 골드 획득 Earns gold equal to tip earnings upon successfully crafting a cocktail 鸡尾酒调制成功时,获得与小费获得量相同的金币数量 Obtención de oro según la propina obtenida al preparar con éxito un cóctel
33 PassiveServingBonus 서빙 3번 성공시 하트 반 개 회복 Restores half a heart after successfully serving 3 times 成功出餐3次时,恢复半个爱心 Recuperación de medio corazón al servir 3 veces con éxito
34 PassiveCleaningBonus 청소 5번 성공시 바텐더의 제조 속도가 30초간 x2배 빨라짐 Increases the bartender’s crafting speed by 2x for 30 seconds after successfully cleaning 5 times 成功打扫5次时,调酒师的调酒速度30秒内加快x2倍 Velocidad de preparación del barman x2 durante 30s al limpiar 5 veces con éxito
35 InteractionVomiting 구토 치우기 Clean Up Vomit 清理呕吐物 Limpiar vómito
36 InteractionTableSeat 책상 치우기 Clean Up Table 清理书桌 Limpiar mesa
37 InteractionMushroom 버섯 치우기 Clean Up Mushroom 清理蘑菇 Limpiar hongo
38 InteractionMoneyCounter 골드 회수하기 Collect Gold 回收金币 Recaudar oro
39 InteractionServingTablePickUp 칵테일 들기 Hold Cocktail 举起鸡尾酒 Levantar cóctel
40 InteractionServingTablePutDown 칵테일 내려놓기 Put Down Cocktail 放下鸡尾酒 Bajar cóctel
41 InteractionCustomer 칵테일 서빙하기 Serve Cocktail 提供鸡尾酒 Servir cóctel
42 InteractionPump 펌프 작동하기 Activate Pump 启动泵 Activar surtidor
43 InteractionTrashCanDiscard 칵테일 버리기 Discard Cocktail 丢弃鸡尾酒 Tirar cóctel
44 InteractionTrashCanChange 무작위 칵테일 변경 Randomly Change Cocktail 随机更换鸡尾酒 Cambiar cóctel al azar
45 InteractionMold 곰팡이 치우기 Clean Up Mold 清理霉菌 Limpiar moho
46 InteractionRewordBox 상자 열기 Open Box 打开箱子 Abrir caja
47 GameStart 게임 시작 Start Game 开始游戏 Comenzar juego
48 Options 옵션 Options 设置 Ajustes
49 Quit 종료 Exit 结束 Salir
50 Sound 소리 Sound 声音 Sonidos
51 Graphic 그래픽 Graphics 图像 Gráficos
52 Master 마스터 Master Principal
53 Bgm 배경음 BGM 背景音 Música de fondo
54 Sfx 효과음 SFX 效果音 Efectos de sonido
55 Display 디스플레이 Display 显示 Pantalla
56 Resolution 해상도 Resolution 清晰度 Resolución
57 Language 언어 Language 语言 Idioma
58 Confirm 확인 Confirm 确定 Aceptar
59 LiquidA 여신의 눈물 Goddess Tears 女神之泪 Lágrima de la diosa
60 LiquidB 레비아탄의 독니 Leviathan's Fang 利维坦的毒牙 Colmillo venenoso de Leviatán
61 LiquidC 망령주 Specter Wine 亡灵酒 Licor del espíritu
62 LiquidD 심해의 용과주 Deep Sea Dragon Fruit Wine 深海火龙酒 Licor del dragón del abismo
63 LiquidE 저승 벌꿀주 Otherworldly Honey Wine 冥界蜂蜜酒 Licor de miel del más allá
64 Garnish1 얼음 슬라임 조각 Ice Slime Fragment 冰冻史莱姆碎片 Fragmento de limo de hielo
65 Garnish2 레몬 피쉬 심장 조각 Lemon Fish’s Heart Fragment 柠檬鱼心脏碎片 Fragmento de corazón de pez limón
66 Cocktail000 쓰레기 Trash 垃圾 Basura
67 Cocktail001 여신의 눈물 Goddess Tears 女神之泪 Lágrima de la diosa
68 Cocktail002 레비아탄의 독니 Leviathan's Fang 利维坦的毒牙 Colmillo venenoso de Leviatán
69 Cocktail003 망령주 Specter Wine 亡灵酒 Licor del espíritu
70 Cocktail004 심해의 용과주 Deep Sea Dragon Fruit Wine 深海火龙酒 Licor del dragón del abismo
71 Cocktail005 저승 벌꿀주 Otherworldly Honey Wine 冥界蜂蜜酒 Licor de miel del más allá
72 Cocktail006 망령의 눈물 Specter Tears 亡灵之泪 Lágrima del espíritu
73 Cocktail007 심해의 레비아탄 Deep Sea Leviathan 深海利维坦 Leviatán del abismo
74 Cocktail008 심해의 망령 Deep Sea Specter 深海亡灵 Espíritu del abismo
75 Cocktail009 독벌의 눈물 Venomous Drop 毒蜂之泪 Lágrima de la abeja venenosa
76 Cocktail010 심해의 용과 벌 Deep Sea Dragon's Nectar 深海龙虫 Abeja y dragón del abismo
77 Cocktail011 레비아탄 온 더 락 Leviathan on the Rocks 利维坦加冰 Leviatán on the rocks
78 Cocktail012 용과 온 더 락 Dragon Fruit on the Rocks 火龙酒加冰 Dragón on the rocks
79 Cocktail013 여신의 심장 Heart of the Goddess 女神之心 Corazón de la diosa
80 Cocktail014 망령의 심장 Heart of a Specter 亡灵之心 Corazón del espíritu
81 Cocktail015 벌꿀 온 더 락 Honey on the Rocks 蜂蜜加冰 Miel on the rocks
82 MarginOfError 오차 범위 Margin of Error 误差范围 Margen de error
83 YouDie 당신은 죽었습니다 You Die 你死了 Has Muerto
84 Round 라운드 Round 回合 Ronda
85 PressAnyKey 아무 키나 입력해 주세요 Press Any Key 请按任意键 Toca cualquier tecla
86 Continue 계속하기 Continue 继续 Continuar
87 PlayTime 플레이 시간 Play Time 游戏时间 Tiempo de juego
88 TotalGold 최종 골드 Total Gold 最终金币 Oro final
89 Card 카드 Card Carta
90 Service 서비스 Service 服务 Servicio
91 Gold 골드 Gold 金币 Oro
92 Pour 따르기 Follow 倒酒 Servir
93 Success 성공 Success 成功 Éxito
94 Failure 실패 Failure 失败 Fallo
95 PurchaseCompleted 구매 완료 Purchase completed 购买完成 Compra Completada
96 StartShopWarningMessage 사용하지 않은 골드는 모두 소멸합니다. Unused gold will be forfeited. 未使用的金币将被清除。 El oro no utilizado será eliminado.
97 AcquireAll 모두 획득 Acquire All 全部获取 Adquirir Todo
98 ResumeGame 게임 재개 Resume Game 继续游戏 Reanudar Juego
99 Lobby 로비 Lobby 大厅 Lobby
100 Warning 경고 Warning 警告 Advertencia
101 QuitGameMessage 정말로 게임을 종료하시겠습니까? Are you sure you want to quit the game? 确定要退出游戏吗? ¿Estás seguro de que quieres salir del juego?
102 Cancel 취소 Cancel 取消 Cancelar
103 ScreenMode 화면 모드 Screen Mode 屏幕模式 Modo de Pantalla
104 FullScreen 전체 화면 Full Screen 全屏 Pantalla Completa
105 BorderlessFullScreen 전체 창 모드 Borderless Full Screen 无边框全屏 Pantalla Completa Sin Bordes
106 Windowed 창 모드 Windowed 窗口模式 Modo Ventana
107 Restart 재시작 Restart 重新开始 Reiniciar
108 MainMenu 메인 메뉴 Main Menu 主菜单 Menú Principal
109 Customer 손님 Customer 顾客 Cliente
110 ExpandBar 주점 증축 Expand Bar 扩建酒馆 Ampliar local
111 AddIngredient 재료 추가 Add Ingredient 增加材料 Agregar ingrediente
112 AddSeat 좌석 추가 Add Seat 增加座位 Agregar asiento

View File

@ -459,6 +459,82 @@ MonoBehaviour:
m_Key: AddSeat
m_Metadata:
m_Items: []
- m_Id: 9324616494153728
m_Key: Close
m_Metadata:
m_Items: []
- m_Id: 9324616523513856
m_Key: CocktailRecipe
m_Metadata:
m_Items: []
- m_Id: 9324616523513857
m_Key: CraftingRecipe
m_Metadata:
m_Items: []
- m_Id: 9324616523513858
m_Key: CraftingDescription
m_Metadata:
m_Items: []
- m_Id: 9324616523513859
m_Key: Cocktail001Description
m_Metadata:
m_Items: []
- m_Id: 9324616523513860
m_Key: Cocktail002Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708160
m_Key: Cocktail003Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708161
m_Key: Cocktail004Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708162
m_Key: Cocktail005Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708163
m_Key: Cocktail006Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708164
m_Key: Cocktail007Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708165
m_Key: Cocktail008Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708166
m_Key: Cocktail009Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708167
m_Key: Cocktail010Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708168
m_Key: Cocktail011Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708169
m_Key: Cocktail012Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708170
m_Key: Cocktail013Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708171
m_Key: Cocktail014Description
m_Metadata:
m_Items: []
- m_Id: 9324616527708172
m_Key: Cocktail015Description
m_Metadata:
m_Items: []
m_Metadata:
m_Items: []
m_KeyGenerator:

View File

@ -464,6 +464,108 @@ MonoBehaviour:
m_Localized: Add Seat
m_Metadata:
m_Items: []
- m_Id: 9324616494153728
m_Localized: Close
m_Metadata:
m_Items: []
- m_Id: 9324616523513856
m_Localized: Cocktail Recipe
m_Metadata:
m_Items: []
- m_Id: 9324616523513857
m_Localized: Crafting Recipe
m_Metadata:
m_Items: []
- m_Id: 9324616523513858
m_Localized: "The order doesn\u2019t matter"
m_Metadata:
m_Items: []
- m_Id: 9324616523513859
m_Localized: "A whiskey with an elegant aroma.\nWhy it\u2019s red, no one knows"
m_Metadata:
m_Items: []
- m_Id: 9324616523513860
m_Localized: A whiskey made with the poison of Leviathan from the deep sea and
toxic herbs.
m_Metadata:
m_Items: []
- m_Id: 9324616527708160
m_Localized: A whiskey crafted from the spirit of a specter, offering a tangy
delight.
m_Metadata:
m_Items: []
- m_Id: 9324616527708161
m_Localized: 'A whiskey made from dragon fruit grown in the deep sea.
Said
to have a chewy texture.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708162
m_Localized: A liquor made with honey from the underworld, so sweet it could
kill.
m_Metadata:
m_Items: []
- m_Id: 9324616527708163
m_Localized: 'A taste blessed by the elegant goddess.
It feels like wandering
between life and death.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708164
m_Localized: 'A blend of whiskies that hold the secrets of the deep sea.
Intense
yet profound, pulling you into the abyssal darkness.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708165
m_Localized: The tangy flavor with a chewy texture feels like uncovering the
mysteries of the deep sea.
m_Metadata:
m_Items: []
- m_Id: 9324616527708166
m_Localized: The hidden bitterness of poison beneath the sweetness will linger
and awaken your senses.
m_Metadata:
m_Items: []
- m_Id: 9324616527708167
m_Localized: 'A harmony of dragon fruit and bees from the deep sea.
A
taste where sweetness and mystery coexist.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708168
m_Localized: The intensity of the poison is softened by slime, revealing the
chilling terror of the deep sea.
m_Metadata:
m_Items: []
- m_Id: 9324616527708169
m_Localized: The chewy texture of dragon fruit meets ice to offer a unique taste
and texture.
m_Metadata:
m_Items: []
- m_Id: 9324616527708170
m_Localized: The elegance of the goddess and the refreshing scent of lemon fish
blend together, allowing you to savor heavenly beauty in one sip.
m_Metadata:
m_Items: []
- m_Id: 9324616527708171
m_Localized: 'A cocktail with a charming tanginess.
The heart of a specter
holds strong vitality.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708172
m_Localized: 'A slime that tasted sweet honey.
Some may not have tried
it, but none can stop at just one sip.'
m_Metadata:
m_Items: []
references:
version: 2
RefIds: []

View File

@ -465,6 +465,100 @@ MonoBehaviour:
m_Localized: Agregar asiento
m_Metadata:
m_Items: []
- m_Id: 9324616494153728
m_Localized: Cerrar
m_Metadata:
m_Items: []
- m_Id: 9324616523513856
m_Localized: "Receta de c\xF3cteles"
m_Metadata:
m_Items: []
- m_Id: 9324616523513857
m_Localized: "Receta de fabricaci\xF3n"
m_Metadata:
m_Items: []
- m_Id: 9324616523513858
m_Localized: El orden no importa
m_Metadata:
m_Items: []
- m_Id: 9324616523513859
m_Localized: "Un whisky con un aroma elegante.\nNadie sabe por qu\xE9 es rojo."
m_Metadata:
m_Items: []
- m_Id: 9324616523513860
m_Localized: "Un whisky elaborado con el veneno del Leviat\xE1n de las profundidades
y hierbas t\xF3xicas."
m_Metadata:
m_Items: []
- m_Id: 9324616527708160
m_Localized: "Un whisky elaborado con el esp\xEDritu de un espectro, ofreciendo
un sabor picante."
m_Metadata:
m_Items: []
- m_Id: 9324616527708161
m_Localized: 'Un whisky elaborado con pitaya del fondo marino.
Se dice
que tiene una textura masticable.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708162
m_Localized: "Una bebida hecha con miel del inframundo, tan dulce que podr\xEDa
matar."
m_Metadata:
m_Items: []
- m_Id: 9324616527708163
m_Localized: 'Un sabor bendecido por la diosa elegante.
Parece que vagaras
entre la vida y la muerte.'
m_Metadata:
m_Items: []
- m_Id: 9324616527708164
m_Localized: "Una mezcla de whiskies que guardan los secretos del oc\xE9ano profundo.\nIntenso
pero profundo, te lleva a la oscuridad abisal."
m_Metadata:
m_Items: []
- m_Id: 9324616527708165
m_Localized: "El sabor picante con una textura masticable parece descubrir los
misterios del oc\xE9ano profundo."
m_Metadata:
m_Items: []
- m_Id: 9324616527708166
m_Localized: "La amargura oculta del veneno bajo la dulzura quedar\xE1 y despertar\xE1
tus sentidos."
m_Metadata:
m_Items: []
- m_Id: 9324616527708167
m_Localized: "Una armon\xEDa de pitaya y abejas del fondo marino.\nUn sabor donde
la dulzura y el misterio coexisten."
m_Metadata:
m_Items: []
- m_Id: 9324616527708168
m_Localized: "La intensidad del veneno es suavizada por el limo, revelando el
aterrador fr\xEDo del oc\xE9ano profundo."
m_Metadata:
m_Items: []
- m_Id: 9324616527708169
m_Localized: "La textura masticable de la pitaya se combina con el hielo para
ofrecer un sabor y textura \xFAnicos."
m_Metadata:
m_Items: []
- m_Id: 9324616527708170
m_Localized: "La elegancia de la diosa y el aroma refrescante del pez lim\xF3n
se mezclan, permiti\xE9ndote disfrutar de la belleza celestial en un solo sorbo."
m_Metadata:
m_Items: []
- m_Id: 9324616527708171
m_Localized: "Un c\xF3ctel con un atractivo sabor \xE1cido.\nEl coraz\xF3n de
un espectro contiene una gran vitalidad."
m_Metadata:
m_Items: []
- m_Id: 9324616527708172
m_Localized: "Un limo que prob\xF3 la miel dulce.\nAlgunos pueden no haberlo
probado, pero nadie puede detenerse en un solo sorbo."
m_Metadata:
m_Items: []
references:
version: 2
RefIds: []

View File

@ -472,6 +472,110 @@ MonoBehaviour:
m_Localized: "\uC88C\uC11D \uCD94\uAC00"
m_Metadata:
m_Items: []
- m_Id: 9324616494153728
m_Localized: "\uB2EB\uAE30"
m_Metadata:
m_Items: []
- m_Id: 9324616523513856
m_Localized: "\uCE75\uD14C\uC77C \uB808\uC2DC\uD53C"
m_Metadata:
m_Items: []
- m_Id: 9324616523513857
m_Localized: "\uC81C\uC791 \uBC29\uBC95"
m_Metadata:
m_Items: []
- m_Id: 9324616523513858
m_Localized: "\uB123\uB294 \uC21C\uC11C\uB294 \uC0C1\uAD00\uC5C6\uB2E4"
m_Metadata:
m_Items: []
- m_Id: 9324616523513859
m_Localized: "\uC6B0\uC544\uD55C \uD5A5\uC774 \uD37C\uC9C0\uB294 \uC704\uC2A4\uD0A4\n\uC65C
\uBD89\uC740\uC0C9\uC778\uC9C0\uB294 \uC544\uBB34\uB3C4 \uBAA8\uB978\uB2E4. "
m_Metadata:
m_Items: []
- m_Id: 9324616523513860
m_Localized: "\uC2EC\uD574\uC758 \uB9C8\uC218 \uB808\uBE44\uC544\uD0C4\uC758
\uB3C5\uACFC \uB3C5\uCD08\uB85C \uB9CC\uB4E0 \uC704\uC2A4\uD0A4"
m_Metadata:
m_Items: []
- m_Id: 9324616527708160
m_Localized: "\uD1A1 \uC3D8\uB294 \uB9DB\uC774 \uC77C\uD488\uC778 \uC545\uB839\uC758
\uC601\uD63C\uC73C\uB85C \uB9CC\uB4E0 \uC704\uC2A4\uD0A4"
m_Metadata:
m_Items: []
- m_Id: 9324616527708161
m_Localized: "\uC2EC\uD574\uC5D0\uC11C \uC790\uB780 \uC6A9\uACFC\uB85C \uB9CC\uB4E0
\uC704\uC2A4\uD0A4\n\uCAC4\uAE43\uD55C \uC2DD\uAC10\uC774 \uC788\uB2E4\uACE0
\uD55C\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708162
m_Localized: "\uB458\uC774 \uBA39\uB2E4 \uD558\uB098\uAC00 \uC8FD\uC744 \uC815\uB3C4\uB85C
\uB2EC\uB2EC\uD55C \uC800\uC2B9 \uBC8C\uAFC0\uB85C \uB9CC\uB4E0 \uC220"
m_Metadata:
m_Items: []
- m_Id: 9324616527708163
m_Localized: "\uC6B0\uC544\uD55C \uC5EC\uC2E0\uC758 \uAC00\uD638\uB97C \uBC1B\uC740
\uB9DD\uB839\uC758 \uB9DB\n\uC774\uC2B9\uACFC \uC800\uC2B9\uC758 \uACBD\uACC4\uC5D0\uC11C
\uBC29\uD669\uD558\uB294 \uB4EF\uD55C \uACBD\uD5D8\uC744 \uC900\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708164
m_Localized: "\uC2EC\uD574\uC758 \uBE44\uBC00\uC744 \uAC04\uC9C1\uD55C \uC704\uC2A4\uD0A4\uB4E4\uC758
\uC870\uD654.\n\uAC15\uB82C\uD558\uBA74\uC11C\uB3C4 \uAE4A\uC740 \uB9DB\uC774
\uB2F9\uC2E0\uC744 \uC2EC\uC5F0\uC758 \uC5B4\uB460 \uC18D\uC73C\uB85C \uB04C\uC5B4\uB2F9\uAE34\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708165
m_Localized: "\uD1A1 \uC3D8\uB294 \uB9DB\uC18D\uC5D0\uC11C \uB290\uAEF4\uC9C0\uB294
\uCAC4\uAE43\uD55C \uC2DD\uAC10\uC774 \uC2E0\uBE44\uB85C\uC6B4 \uC2EC\uD574\uC758
\uBE44\uBC00\uC744 \uBC1C\uACAC\uD560 \uB4EF \uD558\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708166
m_Localized: "\uB2EC\uCF64\uD55C \uC18D\uC5D0 \uC228\uACA8\uC9C4 \uB3C5\uC758
\uC4F4 \uB9DB\uC774 \uC5EC\uC6B4\uC73C\uB85C \uB0A8\uC544\uC11C \uB2F9\uC2E0\uC758
\uAC10\uAC01\uC744 \uC77C\uAE68\uC6B8 \uAC83\uC774\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708167
m_Localized: "\uC2EC\uD574\uC5D0 \uC11C\uC2DD\uD558\uB294 \uC6A9\uACFC \uBC8C\uC758
\uC870\uD654 \uC2E0\uBE44\uB85C\uC6B4 \uC2EC\uD574\uC758 \uD48D\uBBF8\uC640
\uB2EC\uCF64\uD568\uC774 \uACF5\uC874\uD558\uB294 \uB9DB"
m_Metadata:
m_Items: []
- m_Id: 9324616527708168
m_Localized: "\uB3C5\uC758 \uAC15\uB82C\uD568\uC744 \uC2AC\uB77C\uC784\uC774
\uC644\uD654\uC2DC\uCF1C \uB2F9\uC2E0\uC5D0\uAC8C \uC11C\uB298\uD55C \uC2EC\uD574\uC758
\uACF5\uD3EC\uB97C \uBCF4\uC5EC\uC904 \uAC83\uC774\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708169
m_Localized: "\uC6A9\uACFC\uC758 \uCAC4\uAE43\uD55C \uC2DD\uAC10\uC740 \uC5BC\uC74C\uACFC
\uB9CC\uB098 \uB354 \uD2B9\uBCC4\uD55C \uD14D\uC2A4\uCCD0\uC640 \uB9DB\uC744
\uC120\uC0AC\uD55C\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708170
m_Localized: "\uC5EC\uC2E0\uC758 \uC6B0\uC544\uD568\uACFC \uB808\uBAAC \uD53C\uC26C\uC758
\uC0C1\uD07C\uD55C \uD5A5\uC774 \uC11E\uC774\uBA70 \uD55C \uBAA8\uAE08\uB9CC\uC73C\uB85C\uB3C4
\uCC9C\uC0C1\uC758 \uC544\uB984\uB2E4\uC6C0\uC744 \uB9CC\uB07D\uD560 \uC218
\uC788\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708171
m_Localized: "\uD1A1 \uC3D8\uB294 \uC0C1\uD07C\uD568\uC774 \uB9E4\uB825\uC801\uC778
\uCE75\uD14C\uC77C\n\uB9DD\uB839\uC758 \uC2EC\uC7A5\uC740 \uAC15\uD55C \uC0DD\uBA85\uB825\uC744
\uAC00\uC9C4\uB2E4."
m_Metadata:
m_Items: []
- m_Id: 9324616527708172
m_Localized: "\uB2EC\uCF64\uD55C \uBC8C\uAFC0\uC744 \uB9DB\uBCF8 \uC2AC\uB77C\uC784.\n\uC548
\uB9C8\uC154\uBCF8 \uC0AC\uB78C\uC740 \uC788\uC5B4\uB3C4 \uD55C \uC785\uB9CC
\uB9C8\uC154\uBCF8 \uC0AC\uB78C\uC740 \uC5C6\uB2E4\uB294 \uB9C8\uC131\uC758
\uB9DB\uC744 \uC790\uB791\uD55C\uB2E4."
m_Metadata:
m_Items: []
references:
version: 2
RefIds: []

View File

@ -462,6 +462,82 @@ MonoBehaviour:
m_Localized: "\u589E\u52A0\u5EA7\u4F4D"
m_Metadata:
m_Items: []
- m_Id: 9324616494153728
m_Localized: "\u5173\u95ED"
m_Metadata:
m_Items: []
- m_Id: 9324616523513856
m_Localized: "\u9E21\u5C3E\u9152\u914D\u65B9"
m_Metadata:
m_Items: []
- m_Id: 9324616523513857
m_Localized: "\u5236\u4F5C\u65B9\u6CD5"
m_Metadata:
m_Items: []
- m_Id: 9324616523513858
m_Localized: "\u653E\u5165\u7684\u987A\u5E8F\u65E0\u5173\u7D27\u8981"
m_Metadata:
m_Items: []
- m_Id: 9324616523513859
m_Localized: "\u4F18\u96C5\u9999\u6C14\u5F25\u6F2B\u7684\u5A01\u58EB\u5FCC\n\u4E3A\u4EC0\u4E48\u662F\u7EA2\u8272\uFF0C\u65E0\u4EBA\u77E5\u6653\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616523513860
m_Localized: "\u7528\u6DF1\u6D77\u9B54\u517D\u5229\u7EF4\u5766\u7684\u6BD2\u6DB2\u548C\u6BD2\u8349\u5236\u6210\u7684\u5A01\u58EB\u5FCC"
m_Metadata:
m_Items: []
- m_Id: 9324616527708160
m_Localized: "\u7531\u6076\u7075\u7684\u7075\u9B42\u5236\u6210\u7684\u5A01\u58EB\u5FCC\uFF0C\u5473\u9053\u8F9B\u8FA3\u53EF\u53E3\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708161
m_Localized: "\u7528\u6DF1\u6D77\u751F\u957F\u7684\u706B\u9F99\u679C\u5236\u6210\u7684\u5A01\u58EB\u5FCC\n\u636E\u8BF4\u6709\u56BC\u52B2\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708162
m_Localized: "\u7528\u51A5\u754C\u8702\u871C\u5236\u6210\u7684\u9152\uFF0C\u751C\u5230\u81F4\u547D\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708163
m_Localized: "\u53D7\u4F18\u96C5\u5973\u795E\u795D\u798F\u7684\u5E7D\u7075\u4E4B\u5473\n\u4EFF\u4F5B\u5728\u751F\u6B7B\u8FB9\u754C\u5F98\u5F8A\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708164
m_Localized: "\u8574\u85CF\u6DF1\u6D77\u79D8\u5BC6\u7684\u5A01\u58EB\u5FCC\u878D\u5408\n\u5F3A\u70C8\u4E14\u6DF1\u9083\u7684\u5473\u9053\u5C06\u4F60\u62C9\u5165\u6DF1\u6E0A\u9ED1\u6697\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708165
m_Localized: "\u8F9B\u8FA3\u7684\u5473\u9053\u4E2D\u5E26\u7740\u56BC\u52B2\n\u4EFF\u4F5B\u63ED\u5F00\u4E86\u6DF1\u6D77\u7684\u79D8\u5BC6\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708166
m_Localized: "\u5728\u751C\u7F8E\u4E4B\u4E2D\u9690\u85CF\u7684\u6BD2\u6DB2\u82E6\u5473\u5C06\u7559\u5B58\n\u5524\u9192\u4F60\u7684\u611F\u5B98\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708167
m_Localized: "\u6816\u606F\u6DF1\u6D77\u7684\u706B\u9F99\u679C\u4E0E\u871C\u8702\u7684\u7ED3\u5408\n\u795E\u79D8\u4E0E\u751C\u871C\u5E76\u5B58\u7684\u5473\u9053\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708168
m_Localized: "\u53F2\u83B1\u59C6\u7F13\u89E3\u4E86\u6BD2\u6DB2\u7684\u5F3A\u70C8\n\u4E3A\u4F60\u5448\u73B0\u6DF1\u6D77\u7684\u5BD2\u51B7\u6050\u60E7\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708169
m_Localized: "\u706B\u9F99\u679C\u7684\u56BC\u52B2\u4E0E\u51B0\u76F8\u9047\n\u5E26\u6765\u7279\u522B\u7684\u53E3\u611F\u4E0E\u98CE\u5473\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708170
m_Localized: "\u5973\u795E\u7684\u4F18\u96C5\u4E0E\u67E0\u6AAC\u9C7C\u7684\u6E05\u9999\u7ED3\u5408\n\u4E00\u53E3\u5373\u4EAB\u5929\u4E0A\u4E4B\u7F8E\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708171
m_Localized: "\u5177\u6709\u8FF7\u4EBA\u8F9B\u8FA3\u611F\u7684\u9E21\u5C3E\u9152\n\u5E7D\u7075\u4E4B\u5FC3\u8574\u542B\u5F3A\u5927\u751F\u547D\u529B\u3002"
m_Metadata:
m_Items: []
- m_Id: 9324616527708172
m_Localized: "\u54C1\u5C1D\u8FC7\u751C\u871C\u8702\u871C\u7684\u53F2\u83B1\u59C6\n\u6CA1\u559D\u8FC7\u7684\u4EBA\u6709\n\u4F46\u53EA\u559D\u4E00\u53E3\u7684\u4EBA\u6CA1\u6709\u3002"
m_Metadata:
m_Items: []
references:
version: 2
RefIds: []

View File

@ -15,7 +15,7 @@ MonoBehaviour:
m_DefaultGroup: 8e0a3b4ef79b6b240a41c854861466bc
m_currentHash:
serializedVersion: 2
Hash: 00000000000000000000000000000000
Hash: fbab15e6d77ade7f8ed62f8c37ab57f9
m_OptimizeCatalogSize: 0
m_BuildRemoteCatalog: 0
m_CatalogRequestsTimeout: 0

View File

@ -1,43 +1,43 @@
[
{
"Idx": "LiquidA",
"Name": "술 원액A",
"Name": "여신의 눈물",
"Type": 1,
"Amount": 99999
},
{
"Idx": "LiquidB",
"Name": "술 원액B",
"Name": "레비아탄의 독니",
"Type": 1,
"Amount": 2000
},
{
"Idx": "LiquidC",
"Name": "술 원액C",
"Name": "망령주",
"Type": 1,
"Amount": 2000
},
{
"Idx": "LiquidD",
"Name": "술 원액D",
"Name": "심해의 용과주",
"Type": 1,
"Amount": 2000
},
{
"Idx": "LiquidE",
"Name": "술 원액E",
"Name": "저승 벌꿀주",
"Type": 1,
"Amount": 2000
},
{
"Idx": "Garnish1",
"Name": "가니쉬1",
"Name": "얼음 슬라임 조각",
"Type": 2,
"Amount": 2000
},
{
"Idx": "Garnish2",
"Name": "가니쉬2",
"Name": "레몬 피쉬 심장 조각",
"Type": 2,
"Amount": 2000
}