lithin9 / Unturned-Custom-Plugin

Other
0 stars 0 forks source link

Implement donation/vote rewards #169

Open jcvl92 opened 8 years ago

jcvl92 commented 8 years ago

http://unturned-servers.net/help/api/ for vote rewards. Vote reward will be 50 credits per vote.

Donations will be something like the following: (100 - $1, 500 - $4, 1000 - $7) kill credit bonus multiplier(PVP) (1 - $1, 3 - $2.50, 7 - $5) day credit bonus multiplier(PVP) (100 - $1, 500 - $4, 1000 - $7) zombie kill experience bonus multiplier(PVE) (1 - $1, 3 - $2.50, 7 - $5) experience bonus multiplier(PVE) (100/100 - $1.50, 500/500 - $6, 1000/1000 - $10) combo kill experience/credit bonus multiplier(both) (1/1 - $1.50, 3/3 - $4, 7/7 - $7) combo experience/credit bonus multiplier(both)

People can also purchase different loadout augmentations: police vest($5) pistol of their choosing($5) melee weapon of their choosing instead of knife($3) slightly better backpack(they pick color)($4) vanity gear pack(e.g. sunglasses, earbuds, hat) of their choosing($1) better supplies(2 MREs, a vaccine, canteen(empty), 2 dressings)($5)

Votes and donations will both earn you a permanent chat color.

jcvl92 commented 8 years ago

We will get input from the community and adjust these prices. We should also give new players a small 20 kill bonus, to get them going with credits. Beta testers(phase 1 players) should all get a free 50 kill bonus multiplier. Multiplier should be something like 2x.

lithin9 commented 8 years ago

This would be purchasing, not donations. We can record purchases through paypals API. Also $1 should probably be like 500 credits. Especially if we don't save inventory. Then bank slots can be like three free. Then a dollar per addition. And five dollars for weapon slots.

I can implement a paypal api connector, but I want a database to record everything. We can host a db on the webhost. It'll put a little more strain, but once we get income, we can upgrade to the next best ecs instance to make the load lessen.

lithin9 commented 8 years ago

The kill bonus should be 2x + 5. So that their bonus isn't wasted on zero value people.