Skip to content

the great price PR#5236

Closed
snowyseshi wants to merge 11 commits intoMonkestation:mainfrom
snowyseshi:price
Closed

the great price PR#5236
snowyseshi wants to merge 11 commits intoMonkestation:mainfrom
snowyseshi:price

Conversation

@snowyseshi
Copy link
Copy Markdown

@snowyseshi snowyseshi commented Feb 13, 2026

About The Pull Request

Turns almost all sellprice values into defines.
A lot of values changed: currently makes a lot of stuff way less expensive.

Need to make sure define values are good
ingot values:
IRON = 12
STEEL = 24
SILVER = 36
GOLD = 60
BLACKSTEEL = 72

Why It's Good For The Game

Changelog

🆑
code: sellprices values switched to define
/:cl:

Pre-Merge Checklist

  • You tested this on a local server.
  • This code did not runtime during testing.
  • You documented all of your changes.

@github-actions github-actions Bot added the Code Maintenance Fixing this mess one line at a time label Feb 13, 2026
Copy link
Copy Markdown
Collaborator

@KevinfromHP KevinfromHP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you separate the sellprice defines into a new file

Comment on lines 618 to 623
throw_speed = 4
max_integrity = INTEGRITY_POOR
embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 50, "embedded_fall_chance" = 0)
sellprice = 65
sellprice = VALUE_SILVER_ITEM
melting_material = /datum/material/silver

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would mean each dagger is worth 42 mammon, we gotta cut that down hard

Comment on lines 81 to 83
max_integrity = INTEGRITY_STRONG
sellprice = 10
sellprice = VALUE_WOOD_ITEM

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your pricing is ending up inconsistent, this is actually worth less than a wooden staff

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will double check everything to fix all my oversights

Copy link
Copy Markdown
Collaborator

@KevinfromHP KevinfromHP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine? But it's not really what I need, this should mostly follow the chain of crafting more than generic items.

@snowyseshi
Copy link
Copy Markdown
Author

snowyseshi commented Feb 15, 2026

It's fine? But it's not really what I need, this should mostly follow the chain of crafting more than generic items.

Yeah, I gotta make sure craftable recipe sellprice is consistent, I missed quite a few.

I can't figure out how the proc to do it automatically works.

@github-actions github-actions Bot added the MERGE CONFLICT This PR has conflicting changes with the main branch and can't be merged label Feb 15, 2026
@github-actions github-actions Bot removed the MERGE CONFLICT This PR has conflicting changes with the main branch and can't be merged label Feb 16, 2026
@KevinfromHP
Copy link
Copy Markdown
Collaborator

i'll just deal with this in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Code Maintenance Fixing this mess one line at a time

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants