diff --git a/Assets/Ino_notion.txt b/Assets/Ino_notion.txt index 3a52bf1cf..6cc8cf0d0 100644 --- a/Assets/Ino_notion.txt +++ b/Assets/Ino_notion.txt @@ -14,4 +14,11 @@ https://www.notion.so/devlucas/e44d3dd251274d7faa53dab3a6971034#1e2e9deec171807c https://www.notion.so/devlucas/cdf4ccaec98044fa80d100ccc0d91429#1e2e9deec1718087aa07f47d93b0949d 수집 성장 시스템 -https://www.notion.so/devlucas/ce8ecb2f988543e293b3358efd38ac91#1e3e9deec17180bf8d16ce0297aa84ac \ No newline at end of file +https://www.notion.so/devlucas/ce8ecb2f988543e293b3358efd38ac91#1e3e9deec17180bf8d16ce0297aa84ac + +스킬 +https://www.notion.so/devlucas/c4dc5df0d9d64c95963c6e540acdca7c#1e3e9deec171809cbed2d7b81b3b5f45 + +농장 +https://www.notion.so/devlucas/2346884289ec4fadb0aa74f7c74660c7#1e3e9deec171802389d8e17f67f77c61 + diff --git a/Assets/ResWork/Table/butler.xlsm b/Assets/ResWork/Table/butler.xlsm index c7d47dbd8..713ed2bf5 100644 Binary files a/Assets/ResWork/Table/butler.xlsm and b/Assets/ResWork/Table/butler.xlsm differ diff --git a/Assets/Script/UI/Skill/SkillUI_SkillInfo.cs b/Assets/Script/UI/Skill/SkillUI_SkillInfo.cs index dd6043136..355ae0fad 100644 --- a/Assets/Script/UI/Skill/SkillUI_SkillInfo.cs +++ b/Assets/Script/UI/Skill/SkillUI_SkillInfo.cs @@ -85,7 +85,6 @@ public class SkillUI_SkillInfo : uScrollViewMgr var sdata = ServerInfo.Ins.m_ServerData; var lv = sdata.Get_SkillAwakenLv(m_Data.n_SkillID); - images[0].sprite = UIAtlasMgr.Ins.Get_Sprite(15); var awakenData = table_skillawakenconfig.Ins.Get_Data_orNull(m_Data.n_SkillID, lv + 1); texts_awaken[0].text = DSUtil.CheckNull(awakenData) ? "no awaken data" : awakenData.Get_Desc(); texts_awaken[1].text = m_Data.Get_SkillEnhanceAmout(lv).ToString();