Author Topic: Pirate RPG  (Read 37325 times)

What I expected of first boat you make: Raft

What we got: Rowboat

Seriously - It feels like a pirate themed runescape right now.
I understand that it's beta and shizz, but it kinda lacks treasure. it's no fun right now - If you can, make NPC villages that we can plunder or protect?

Pre-make some starting areas, and make a more... "Carribean" map.

Seriously - It feels like a pirate themed runescape right now.
I understand that it's beta and shizz, but it kinda lacks treasure. it's no fun right now - If you can, make NPC villages that we can plunder or protect?

Pre-make some starting areas, and make a more... "Carribean" map.


It's a lot funner when you have friends playing with you. It makes finding treasure and traveling a lot easier/fun.

What really bothers me is the combat.

Pirates and marines (esp in one piece) are both known to not wear armor, yet everyone is wearing it pretty much reducing 10-50+% damage.
Actually, since Heed completely changed how defense works, wearing full steel armor, having 141 defense and haki, will reduce a level 1 bullet to 0.19 damage. Sure it's 1 marksman vs a fully equipped maxed out player, but then you look at level 141 marksman:
Bullet will do 72.2118 damage.
Make it a crit: 144.4236
Divided by 188.75 from armor/defense/haki
0.76516 damage from each bullet.
x3 from trishot:
2.29547
Players have 100 health.
It will take 44 Trishot hits assuming all 3 critical.

Lot of math explaining how fights will take hours to get anywhere right?





Then, suddenly potions get involved and no one can die.

armor is being cut but i needed a way to test armor system before actually introducing other defense techniques, haki, and devil fruits.

Why is haki 3x better damage reduction than defense itself?

imo: remove armor, make defense better than haki, and fix the damage calculation. A new player with no armor and level 3 defense will actually reduce damage by half itself.

i don't need to be told basic problems that are obvious (not pirate like, armor is broken), i need to be told possible suggestions to fix them. i could come up with my own fixes but hearing other peoples' helps too.

I was thinking of a subtraction system where it subtracts from the damage instead of dividing it.

How do people join my crew?

i don't need to be told basic problems that are obvious (not pirate like, armor is broken), i need to be told possible suggestions to fix them. i could come up with my own fixes but hearing other peoples' helps too.

I was thinking of a subtraction system where it subtracts from the damage instead of dividing it.
Or you could do defense like LoL does it.

Change this little bit here (I don't know if you have echos still in there or not)

Code: [Select]
%defLower = %def/4;
%pre = %damage;
echo("Base damage" SPC %pre);
%damage /= %deflower;
to
Code: [Select]
%pre = %damage;
%defperc = 1 - (%def/(%def+100));
%damage *=%defperc;
What this will do is if %def is 100, %defperc will be 0.5, which cuts damage in half.
If it's 150, damage is reduced by 60%.
If it's 50, damage is reduced by 33.3333%
If it's 564 (haki+defense lv 141, no armor), you will only receive 15.06% damage from attacks.
If it's 754 (above with full steel), this reduces the damage to 11.7%.

Notice how the higher your defense gets, the less effective it is as you continue to stack it?


Though that is still a large reduction (still possible to reduce damage by 88+%), there's still other considerations like:
-Making haki less effective than defense in terms of damage reduction
-Removing armor, making it a lot weaker, or add some kind of penalty for wearing armor (speed, damage, etc)
-Armor piercing

As for healing items, I'd say remove them in favor of automatic regeneration.

Also since this is an RPG and not a DM, I suggest health bars.

How do people join my crew?
They have to be near you and you type /invite BL_ID

No one's going to lockpick when they can just burn the door down.
Maybe that would work because otherwise a person can just not put a door at all.

Are potions gonna get cut too?

I don't recall any potions in One Piece. :|

Are potions gonna get cut too?

I don't recall any potions in One Piece. :|
potions are going to be removed because i don't want them. i am going to add health regen over time

i am going to add health regen over time
Good. Fantastic. Excellent.

potions are going to be removed because i don't want them. i am going to add health regen over time

Thats super ultra great delicious wonderfully good news.