create_arrow_db.txt 473 B

1234567891011121314
  1. // Arrow Crafting Database
  2. //
  3. // Structure of Database:
  4. // SourceID,MakeID1,MakeAmount1,...,MakeID5,MakeAmount5
  5. //
  6. // 01. SourceID ID of the item, that is consumed by Arrow Crafting.
  7. // 02. MakeID ID of the item received from Arrow Crafting.
  8. // 03. MakeAmount Amount of MakeID item received from Arrow Crafting.
  9. // ...
  10. //
  11. // NOTE:
  12. // - Up to MAX_ARROW_RESULT (typically 5) ID/Amount pairs can be specified.
  13. // - To remove entry by importing, put 0 on 'MakeID'