Chrono Cross Equippable Items

From Chrono Compendium
Revision as of 05:26, 9 September 2020 by ZeaLitY (Talk | contribs)

Jump to: navigation, search

General Information

Chrono Cross

Item stats. Each record is 0x1C (28) bytes long.

  • 0x00 Appearance/material for weapons/armour; for example 00 is bone type, 05 is rainbow, 06 is Mastermune/Floral Rod...
  • 0x01 Seems unique to classes, for weapons
  • 0x02 Almost unique to weapon classes, except the Porcelain Rod
  • 0x03 Always 00 for weapons
  • 0x04 Damage
  • 0x05 Always 00 for weapons
  • 0x06 Affects hit%, but not a direct add-up effect.
  • 0x07 Determine minimum damage you do, not sure how exactly it works, but it seems like: mindamage = (1 - thisvalue/100)*maxdamage. Some weapon like dagger has a small value of 5, so a dagger usually does steady damage.
  • 0x08-0x11 unknown
  • 0x12-0x13 These 2 bytes determine special attack effects to different enemy types, check byte ae in enemy section
  • 0x14-0x1C unknown

Price Discussion

Hey guys, I can't figure out how to edit the Price of items

Let's say I want to edit :

Rainbow Axe Forge = 24,000 Sell = 10,957

Here's a few other number

  • Bone Axe 150 245
  • Iron Axe 560 522
  • Silver Axe 2,000 1,210
  • Stone Axe 7,980 3,987

I've changed every 10957 in the iso (2ACD, and in little-indian CD2A) both didn't work.

I tried doing 10957 x 2 , sometime it uses 1/2 the value, I can't remember where I've seen it for money but I think it's related to Newgame+ (just like enemy's HP do) didn't work either,

I also found out in the script to buy the Masterhammer for 10000 (2710) or (1027), the value was actually (10A7) , so I looked for (CDAA)

  • if 2710 -> 1027 -> 10A7
  • 2ACD -> CD2A -> CDAA

Still no luck changing every CDAA in game (lots of visual glitch but price didn't changed) xP

Scanning through

  • 0197.smith_shop_goods_list.out Y 5698 Y 5698
  • 0198.smith_shop_costs_list.out Y 5700 Y 5700

I made these lists:

https://drive.google.com/open?id=1_VndbWN-sTNuI2W2UVszkzdhJH-bhJU0

I found that the number of mats it cost to forge the corresponding Item, will affect the Forge Price but Not the Sell Price. (I listed the mats price in the Weapon Forge Cost)

The way it calculates the price of an Item is using the (let's call it) "Main" mats and multiplies it buy the number of total mats. (Sorry sounds dump at first) but here's an example:

If I make an item cost 10x Bones and 1x Rainbow Shell to forge, the price will be the same as 11 Rainbow Shell (11 x 2400 = 26400)

I'll keep looking around:

  • 0197.smith_shop_goods_list.out
  • 0198.smith_shop_costs_list.out

I think it should be somewhere there.

I have all the Element Shop listed, it's very easy to edit Element price :o but sadly it is not build the same way as blacksmith's Shop >.<

Ideally I'd like to change everything (Forge/Sell)

If anyone knows something about this don't hesitate to let us know : ) thx!

At one time I was looking for prices, in particular I was interested in the price of a gold tiara, but I never found it. I can only say 99% that the price is not in the files 0197.smith_shop_goods_list.out and 0198.smith_shop_costs_list.out

From: Modification