Where in the game’s code are the reagents id’s stored including names and descriptions and stuff
What file depends on what type of reagent, generally they can be found in https://github.com/space-wizards/space-station-14/tree/master/Resources/Prototypes/Reagents
The descriptions says for example reagent-desc-dylovene what is it referring to?
3 hours ago, RandomGuy1948 said:
The descriptions says for example reagent-desc-dylovene what is it referring to?
That’s a fluent string (.ftl
files), just making it easier to localize. Use your IDEs search feature (or if you’re desperate, GitHub repo search) to find them.