-
Notifications
You must be signed in to change notification settings - Fork 17
[feature] 60 slots backpack #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| # Visual Studio Version 17 | ||
| VisualStudioVersion = 17.5.2.0 | ||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BiggerBackpack", "BiggerBackpack.csproj", "{EF98F916-0992-7BCD-20DE-73C8AABC795E}" | ||
| EndProject | ||
| Global | ||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| Debug|Any CPU = Debug|Any CPU | ||
| Release|Any CPU = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| {EF98F916-0992-7BCD-20DE-73C8AABC795E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {EF98F916-0992-7BCD-20DE-73C8AABC795E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {EF98F916-0992-7BCD-20DE-73C8AABC795E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {EF98F916-0992-7BCD-20DE-73C8AABC795E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| GlobalSection(ExtensibilityGlobals) = postSolution | ||
| SolutionGuid = {C69AA91B-64F0-4848-88A0-FB6BBFA147A3} | ||
| EndGlobalSection | ||
| EndGlobal |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| { | ||
| // Translation provided by: <leave your name or nexus/discord username here> | ||
| SetBackpackSizeCommand: "Set the size of the player's backpack. This must be a multiple of 12", | ||
| Purchase: "Purchase ({{cost}}g)", | ||
| BackpackUpgrade: "Backpack Upgrade -- 48 slots", | ||
| PremiumPack: "Premium Pack", | ||
| BackpackCostName: "Backpack cost", BackpackCostTooltip: "How much you have to pay to buy this backpack in the shop.", | ||
| "SetBackpackSizeCommand": "Set the size of the player's backpack. This must be a multiple of 12", | ||
| "Purchase": "Purchase ({{cost}}g)", | ||
| "BackpackUpgrade": "Backpack Upgrade -- 60 slots", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This probably should be changed to |
||
| "PremiumPack": "Premium Pack", | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There needs to be a second line here for the name of the second upgrade. |
||
| "BackpackCostName": "Backpack cost", | ||
| "BackpackCostTooltip": "How much you have to pay to buy this backpack in the shop." | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There need to be two lines here. One cost for the first upgrade, another for the second.