
Keystone
Guardian-
Posts
78 -
Joined
-
Last visited
-
Days Won
6
Everything posted by Keystone
-
I edited my first post and added as complementary suggestion: Remove the time limit of buffs Change Megistar and make it the main means of buffing & rebuffing players: No PA frag cost Instead of having HP loss on ticks to balance it with normal buffs (let's let monsters take our HP): Make Megistar add 2 random buffs not presently on players within range (2 uses guarantees full buffs) Megistaride could do the same for 1 player (2 uses for full buffs, max allowed in inventory could be raised)
-
Yuffie and Miyoko, I gave losing Shifta a low chance of removal for every type, and Retier only has a high chance of removal on classes that don't use Technics/TP. Getting a single buff removed of any kind wouldn't have to happen more than getting frozen or stunned, and it would more likely be Zodial for fighters, Deband for ranged attackers, and Retier for classes not using their TP stat. The way buffs are now, I enjoy using Resta more than buffing because the enemy can take away HP I add to teammates with Resta. On only very rare occasions, can they remove a buff. (Enemies' debuffs don't even work against me when I play, and the only other way they can remove my buffs is with incapacitate, since I'm not dying from anything else.)
-
Also, this make me think that some custom ennemies/bosses (if that happen) could have an AoE pattern that remove all buffs (more a bosses stuff, with not a new pattern for S5 custom falz or w/e) Edited 1 hour ago by Aelphasy I thought about that too, like maybe letting a Polty, Rappy, or some otherwise superweak enemy to have an increased chance to remove your buffs. I'd like a sound effect too on buff removal. Like glass breaking or something.
-
I would have it apply to Megistaride, but maybe raise the level of boost all stats to balance it if necessary (or drop the item's store price, or both). Plus, it would remove buffs individually at random. Maybe if one of four Megistaride buffs was removed, your HP could drop by 75% the value it normally drops each tick, for example. Also, I wrote the chances as "low" and "high" rather than percentages to prevent assuming what reasonable chances would be.
-
Hello, all. I find buffing less fun than Resta-ing. In fact, buffing is no fun to me at all, because it adds nothing to teammates that enemies have any good chance of taking away. (Enemies can take away HP I add to teammates with Resta; slim chance they could do that to my buffs with their debuffs that usually don't even work.) So here's a suggestion: Give all enemies' damaging attacks a chance to remove buffs from players. Chance to remove buff Shifta Deband Zodial Retier Fighgunner low low low high Wartecher none low high low Guntecher low high none low Fortefighter low low high low Fortegunner low high low low Fortetecher low high low none Protranser low low low high Acrofighter low low low low Acrotecher low low none none All Techers have at least one immunity. Thoughts? Other ideas to make buffs funner? Idea for complementary buff overhaul (Added 4/10): I would remove the time limit of buffs, and have the above as the main means of losing them. I would change Megistar and make it the main means of buffing & rebuffing players: No PA frag cost Instead of having HP loss on ticks to balance it with normal buffs (let's let monsters take our HP): Make Megistar add 2 random buffs not presently on players within range (2 uses guarantees full buffs) Megistaride could do the same for 1 player (2 uses for full buffs, max allowed in inventory could be raised)
-
Some of your other points I didn't get to... 1.) A low level player will be worse than useless because enemy strength scales up with more players in party. We could just reduce how much more powerful enemies get when a low level player joins. 2.) Level requirements create a sense of progression, like fighting Delsaban and then Deljaban later, and take you to different missions as you reach new level requirements for them. I agree with you that level requirements are in the game for that purpose. But with the small player population that we have, level requirements sometimes feel like party passwords, and that's where I have an issue. If you're a low level player and you don't want to solo, you aren't going to go to a random mission counter, because on the small chance there's even someone there, you probably won't be able to join them. And on the flip side, if I play an infrequently run mission as a high level, unless I pick C-rank, I'm almost certainly restricting myself to a solo run, so the reward for level progression can feel empty in at least that respect. Instead of missions reading "all members must be LV100+", I'd have them read "Full loot and EXP yield at LV100+".
-
What I would do is this: if (enemyHP == 0) // When the enemy is defeated... { if (playerLevel < missionRequirement) { enemyLevel = playerLevel; // If player's LV < mission req., make enemy LV = player's LV. } killEnemy(); // Calculate loot and XP based on the reduced enemy level. } killEnemy() would just be a method that determines what EXP and loot drops when the enemy dies (based on the enemy's level). Marmalade probably has a method like it in the code. (A method is just a reusable block of code.) That's what I would do, but people don't always like my ideas, so if they have another way, I'm for their other way. Plus, in killEnemy(), I'd probably make it so if the player's level was under the requirement, anything dropping besides meseta, 'mates, or charges wouldn't drop.
-
To me, mission level requirements are poison. They feel like the worst carry over from the original version. Anyone else not like being able to join a party of 4 because you're level 60 instead of 75? Wanna scrap this in a balanced way that still gives incentive for lower level players to run lower rank missions? I support any way that would work and be popular, but at Zeta's request, here's a way I would manipulate the code to accomplish this: if (enemyHP == 0) // When the enemy is defeated... { if (playerLevel < missionRequirement) { enemyLevel = playerLevel; // If player's LV < mission req., make enemy LV = player's LV. } killEnemy(); // Calculate loot and XP based on the reduced enemy level. } killEnemy() would just be a method that determines what EXP and loot drops when the enemy dies (based on the enemy's level). Marmalade probably has a method like it in the code. (A method is just a reusable block of code.) That's what I would do, but people don't always like my ideas, so if they have another way, I'm for their other way. Plus, in killEnemy(), I'd probably make it so if the player's level was under the requirement, anything dropping besides meseta, 'mates, or charges wouldn't drop.
-
I think all it really controls is how early you want the next wipe to come. Grind failing just extends the amount of time 'til we all have 10/10's and there's nothing left/better to acquire in the game.
-
I played that game very, very briefly when everything was in Japanese, so I'm not too familiar with it. Does it stink?
-
How so?
-
In Pokemon, there's an ability "Moxie" where a Pokemon gains attack after defeating another Pokemon. What if in PSU, as an alternative to "travel PAs", you gained a temporary speed boost after defeating a mob of enemies? It could show up like a buff, but be a green, orange, or violet arrow instead. You could partner this with travel PAs removing the speed buff from the player, so classes without travel PAs could still keep up. The temporary buff could be added to the player at mission start if needed, especially if they're joining mid-mission. Edit @ RedKing's request: If 2 seconds pass after receiving the buff, attacking ends it. This way, the player wouldn't end it accidently immediately after getting it.
-
If this game were even slightly challenging, wouldn't you see Protransers using their EX traps more than once a month?
-
Hi folks. I've seen some of the topics hating on grinding recently, so I came up with a master plan for you all. The idea is 1 or more final grind_difference variables. (In programming, a final variable is basically a variable with a set value that doesn't change.) The effect would be the following: grind_difference = 1.0 (no change to your weapons' ATK, TP, & PP as they are now) grind_difference = 0.8 0/10 Hiken PP: 311 -> 334 (+23) 5/10 Hiken PP: 357 -> 371 (+14) 10/10 Hiken PP: 424 (+0) x/10 weapon stat = 10/10 weapon stat - ( grind_difference * ( 10/10 weapon stat - x/10 weapon stat ) ) With a smaller grind_difference variable, someone not wanting to risk lowering their x/10 weapon's max grind potential would feel less pressured to do so, because the weapon wouldn't be as weak as it is presently. There could be one grind_difference variable for ATK/TP, another for PP, or one for both. It could also only affect weapons between certain grinds, like 3/10 to 10/10, so 0/10's would still be crappy. Specific weapons could be ignored, like the very grind-impacted Agito Repca sword if desired. Grinding would be kept as a system, but the variable value(s) would change according to how over/underpowered the community felt 10/10's were. Edit: rewrote "break their x/10 weapon" to "risk lowering their x/10 weapon's max grind potential" at Hatsodoom's request.
-
Keriqo (Buck; Mosquito Deer Hybrid) Light Element, but casts Megiverse (to suck your blood) Native to Raffon Meadows
-
Make high-LV Longbow PAs allow strafing @ reduced speed
Keystone replied to Keystone's topic in Suggestion
Also, what if you took a few store-bought longbows/crossbows and made them have exact-attacks, like the 8-star ones? If you held down the attack button for the right length of time, you would score an exact attack (their attack modifiers would be reduced to make them not overpowered, and the 8-star crossbow's shots would be delayed to achieve this). Making them the only ranged weapons with exact attacking might make them more interesting. Edit: If it proved popular, maybe it could be extended to all longbows and crossbows. -
Make high-LV Longbow PAs allow strafing @ reduced speed
Keystone replied to Keystone's topic in Suggestion
If the animation can't be altered, maybe it could be sped up at higher levels. Also... Maybe when you kill something with a longbow, in the scenario where the enemy would normally drop nothing, you could give it an additional chance to drop a photon charge. As if you were "picking up" your arrows. Spice up longbows. -
I don't pick up elemental photons either (except Nano-Photons). Stacks of them just sit in my shop and never sell.
-
Make high-LV Longbow PAs allow strafing @ reduced speed
Keystone replied to Keystone's topic in Suggestion
I know, it is powerful and has good range. I just don't enjoy using it though, and was wondering how the community felt. I wouldn't mind if it lost power for reduced-speed strafing at higher levels, that's all. Someone here made up the type Acrogunner with almost all strafing weapons because its just more fun. Edit: BTW, crossbows bore me also. Like shotguns. You know exactly the direction all the bullets are going. No randomness. For shotguns you know exactly how many bullets are coming out (at 21, it could be an average of 5 bullets instead of always five.) Crossbows could shoot their arrows in quick succession in random order. I just want the monotony broken up a bit. -
What does the community think about longbow bullets allowing reduced speed strafing at Lv21+ or Lv31+? That is, the ability to continuously strafe between shots. I can't stand them as they are. Ignoring defense for delayed shots doesn't feel like compensation to me.
-
To those of you who voted no... Even if you're not bothered by going to NPCs to buy items, I think that small repetitive tasks like this that can be eliminated lead to players' enjoyment "dying by a thousand cuts". I think you get topics started to make grinding easier like the one in the discussion currently that's causing a backlash because of the philosophy in expressions like "the straw that broke the camel's back". Here's a definition for it I found: The idiom "the straw that broke the camel's back", alluding to the proverb "it is the last straw that breaks the camel's back", describes the seemingly minor or routine action that causes an unpredictably large and sudden reaction, because of the cumulative effect of small actions.
-
Should pallet items be replenished at the end of missions, provided you can pay for it? I think so. A lot of us are at Raffon Meadows now, where the recharge cube and NPC item salesman are strangely far away from the mission counter, lol. Edit: Responding to Demon, I support this being a proposal you could turn on or off (maybe w/ a chat command). Edit: Also, your pallet items could be restocked/recharged at mission start. Plus, what if this happened for free in exchange for scrapped meseta mission reward? At level 15, your Dimates in your pallet can be restocked for free At level 30, your Trimates and traps for free No level wall for other pallet items Just wanna cut some pointless repetition for more monster slaying time... that's all.
-
I'm fine with the system your way or the current way. But one change I'd make is for lower grade weapons. By using +10 grinders of a higher grade, a C-rank Florescent Bulb for example could become... B-rank Florescent Bulb+ (with B+10 grinder), A-rank Florescent Bulb++ (with A+10 grinder), or S-rank Florescent Bulb# (with S+10 grinder) I suggested this in an earlier topic, but Marmalade told me the weapon names could take up too many characters. I'd be fine though if the name read something like... Florescen... ++ I'll have an S-rank Florescent Bulb one day...
-
I didn't even think of that actually. Maybe you're the genius. I made it a bug-mammal hybrid because Koltova seem to be cattle/winged-insect hybrids, and Parum has lots of buggish enemies. I needed a reason for it to explode like the quad bots, hence the egg sac.
-
Name: Wolkna Attacks: Neudaiz Quad Bot (Bysha) standard attacks, except Grass Assassin's spit attack instead of Foie. Falls on egg sac and explodes like quad bots do. Element: Dark Native to: Old Rozenom City, Raffon Meadows Texture: Inspiration: