Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
f74ca6e9
Commit
f74ca6e9
authored
Apr 19, 2022
by
Yazawazi
Committed by
GitHub
Apr 19, 2022
Browse files
getAwakenMaterial Add
parent
2d2013df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/data/def/ItemData.java
View file @
f74ca6e9
...
...
@@ -48,6 +48,7 @@ public class ItemData extends GenshinResource {
private
int
WeaponBaseExp
;
private
int
StoryId
;
private
int
AvatarPromoteId
;
private
int
AwakenMaterial
;
private
int
[]
AwakenCosts
;
private
int
[]
SkillAffix
;
private
WeaponProperty
[]
WeaponProp
;
...
...
@@ -160,6 +161,10 @@ public class ItemData extends GenshinResource {
return
WeaponBaseExp
;
}
public
int
getAwakenMaterial
()
{
return
AwakenMaterial
;
}
public
int
[]
getAwakenCosts
()
{
return
AwakenCosts
;
}
...
...
@@ -250,4 +255,4 @@ public class ItemData extends GenshinResource {
}
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment