Skip to content
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

Feat/crimson caravan cargo #667

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

r4iser
Copy link
Contributor

@r4iser r4iser commented Nov 7, 2024

Description

Adds cargo system to Crimson Caravan.
This does not adds any mapping. Only makes it work. To test it, you'll need to spawn as a Caravan Trader member, spawn a Cargo Request Computer and a cargo buy pallet.
To test the selling system and prices, spawn a Cargo Sale Computer and cargo selling pallet.

  • Adds TradeStation component to our maps.
  • Adds Credit value and Cash component to our caps and NCR dollars.
  • Adds Cargo Sale Computer caps output.
  • Removes previous cargo products.
  • Adds 'Orders' access to Caravan.
  • Changes the caps income to 10 each 200 seconds(0.05 caps per second, updating ballance each 200 seconds).
  • Adds our cargo products
Plastic crate (30 sheets) 60 caps [ WOODEN SEALED CRATE ]
Glass crate (30 sheets) 60 caps [ WOODEN SEALED CRATE ]
Wood crate (30 sheets) 20 caps [ WOODEN SEALED CRATE ]
Brahmin (1) 80 caps
Chicken (1) 30 caps
Mechanic parts crate (2x small gears, 2x big gears, 4x screws) 60 caps [ WOODEN SEALED CRATE ]
adhesives crate (4x duct tape) 40 caps [ WOODEN SEALED CRATE ]
Emergency Ration crate (2x pork n' beans, 2x BlamCo Mac & Cheese, 2x Salisbury Steak,  2x dandy boy apples) 60 caps [ WOODEN SEALED CRATE ]
Stimpacks crate (6 stimpacks) 300 caps [ WOODEN SEALED CRATE ]
Small Game rifle Crate (4x varmint rifles) [100 caps] [WOODEN CRATE]
Water bottles Crate (10x water bottles) 200 caps [WOODEN SEALED CRATE]
Republic cig packets crate (6x republic cig packets) 50 caps [WOODEN SEALED CRATE]
Nuka cola crate (10x nuka cola) 80 caps [WOODENE SEALED CRATE]
Gunpowder crate (20x gunpowder) 300 caps [WOODEN SEALED CRATE]
Lead crate (20 lead ingots) 160 caps [WOODEN SEALED CRATE]
Abraxo cleaner crate (4x Abraxo Cleaners) 100 caps [WOODEN SEALED CRATE]
  • Adjusts pricings for items to be sold
MEDICAL  
Stimpak 15
Dirty Stimpak 8
Super Stimpak 25
Radaway 20
Bruise pack 1
Gauze 1
Bandage 1
WEAPONS  
Sniper 30
SMG 10
Shotgun 10
Rifles 10
Battery gun 10
Pistol 8
MATERIALS  
Iron bar 2
Silver bar 10
Gold bar 14
Lead bar 4
Brass bar 1
Brass scrap 0,5
Copper scrap 0,5
Plastic scrap 0,5
Gold scrap 0,7
Lead scrap 0,5
Wood plank 0,33
Steel sheet 1
Plastic sheet 1
Glass sheet 1
Plasteel sheet 3
   
POWER CELLS  
High cap power cell 9,72
Medium cap power cell 6,48
Small cap power cell 3,24
   
AMMO  
bullet (any caliber) 0,2
Mags and ammo boxes Amount * bullet price
TOOLS  
Crowbar 1
Wirecutter 1
Screwdriver 1
Wrench 1
Power drill 10
RCD 100
RCD ammo 60
Shovel 1

KNOWN ISSUES:
We've had to remove the maxCount from caps. It was capping the max output from sales to 500.
After doing so, we've lost our conditional to count sprite state. Its now stuck on the 'caps' state. Which means, a single coin.

Media

Example Media Embed


Media

# Changelog

🆑

  • add: Adds cargo system to Crimson Caravan

Peptide90 pushed a commit that referenced this pull request Nov 11, 2024
This is an automated Pull Request. This PR updates the GitHub
contributors in the credits section.

Co-authored-by: SimpleStation Changelogs <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants