-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pkuxkx): 为锦囊增加两个功能,gem.Value 用来估算宝石价值,gem.SafelyPack 用来努力收纳宝石
- Loading branch information
Showing
3 changed files
with
197 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#nop vim: set filetype=tt:; | ||
|
||
#var {gem.Price} { | ||
{地} {2} | ||
{山} {4} | ||
{水} {13} | ||
{风} {40} | ||
{雷} {130} | ||
{火} {400} | ||
{泽} {1400} | ||
{天} {4200} | ||
}; | ||
|
||
#var {gem.PriceScale} { | ||
{日魂} {9.10} | ||
{月魄} {3.10} | ||
{玄武甲} {1.60} | ||
{凤凰羽} {1.50} | ||
{麒麟角} {1.40} | ||
{神龙骨} {1.30} | ||
{木灵} {1.20} | ||
{玉髓} {1.03} | ||
{玄冰} {1.02} | ||
{精金} {1.01} | ||
{炎晶} {1.00} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters