Concept: reverse Cursed Shield?
#18
(12-18-2015, 04:45 AM)Tenkarider Wrote: unless you manage to make space for 128-256 new battle variables, that would be really hard to do

No need of any battle var at all in the sense of a SRAM byte that can be checked in a battle script, you could just check after the battle set a bit in SRAM that would increase the worn state of the weapon. When all bits are set (8 states), the weapon becomes unusable. You could even have only 4 bits per weapon and do a 25%-50% chance of worn at the end of the battle. Also, no need to do this with every weapon, 2 or 3 top weapons per character could suffice and you'd need between 14 to 42 bytes.

(12-20-2015, 09:02 AM)Kugawattan Wrote: I want to have multiple weapons (id 44, 45, 46, 48) that, once each respectively reach 10 battles, will turn into my equivalent of the Paladin Shield. Just saying, in case you want to provide me a specific fix. Thanks for your time!

More or less the same principle I described above. if one of your 4 weapon is equipped at the end of battle, you set the corresponding bit in the SRAM weapon byte (unless it already equals to 255, which would mean you have reached 8 battles, then you add a palading shield to inventory and remove the weapon) . To make it round, you could consider 8 or 16 battles per weapon. That would require 4 or 8 bytes in SRAM. Your idea is very feasible. But this also mean you could get multiple shield, but that's your thing to manage.
Reply


Messages In This Thread
Concept: reverse Cursed Shield? - by Kugawattan - 12-15-2015, 08:15 PM
RE: Concept: reverse Cursed Shield? - by madsiur - 12-20-2015, 01:03 PM
RE: Concept: reverse Cursed Shield? - by madsiur - 12-20-2015, 04:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating a new menu window (concept) Morendo 3 10,436 06-03-2024, 08:34 AM
Last Post: batysvan
White Mage FF3 reverse reimplementation in C fernandoc1 1 1,711 06-16-2023, 12:14 PM
Last Post: Everything
  Cursed Tintinabar Tenkarider 11 13,172 01-24-2015, 08:58 AM
Last Post: Tenkarider
  Reverse actors HP MP progression Tenkarider 46 45,142 12-13-2014, 01:53 PM
Last Post: Tenkarider

Forum Jump:


Users browsing this thread: 1 Guest(s)