OFPSDEV / BECTI

Mission Development for OFPS
3 stars 4 forks source link

Decrease cost of AA jets #58

Closed SpanishSurfer closed 10 years ago

SpanishSurfer commented 10 years ago

I'm thinking reduce it by $10,000. I think it's at $50,000 so it would cost $40,000

thecoolestname36 commented 10 years ago

What do you think about just adding more upgrade tiers to the air faq? Helis and AA jets at upgrade 1, uavs at upgrade 2, CAS jets at upgrade 3?

SpanishSurfer commented 10 years ago

I like your idea better. Except we do it a bit different. Upgrade 0 = orca/little bird, upgrade 1 = ghosthawk/attack orca/cas uav/heavy heli trans, upgrade 2 = aa jets/blackfoot/kajman/at uav, upgrade 3 = attack jets

How's that sound?

thecoolestname36 commented 10 years ago

Sounds good. Ill include the attack little bird with upgrade1 too. What should the pricing for each tier be?

SpanishSurfer commented 10 years ago

I'll have to think about it.

SpanishSurfer commented 10 years ago

After thinking about it, go ahead and get this setup, add whatever generic prices you want and I'll tweak as necessary. Any chance you could finish this soon?

thecoolestname36 commented 10 years ago

It should be simple to write in. Its next on my list for this project, I have been looking over the code a little, but I probably wont finish this for about 2 weeks

thecoolestname36 commented 10 years ago

Okay I've got this squared away, shouldn't be long until this is up, maybe end of the week.

thecoolestname36 commented 10 years ago

156442212e23d6ee65375962fa80f16bd9884343 Done, debugged and working.

Upgrade#($$, Time) -- bluefor 0($0) -- UnarmedLittleBird, LiftChopper, Blackhawk 1($10,000, Time: 50* upgraderatio) -- CASUAV, RespawnChopper, ArmedLittleBird 2($20,000, Time: 100* upgraderatio) -- AttackChopper, AAJet 3($30,000, Time: 150* upgraderatio) -- RocketATUAV, CASJet

Upgrade#($$, Time) -- redfor 0($0) -- UnarmedOrca, LiftChopper 1($10,000, Time: 50* upgraderatio) -- CASUAV, RespawnChopper, ArmedOrca 2($20,000, Time: 100* upgraderatio) -- AttackChopper/Black/Camo, AAJet 3($30,000, Time: 150* upgraderatio) -- RocketATUAV, CASJet