mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
Updated Hard Core Monsters (markdown)
@@ -1,3 +1,36 @@
|
|||||||
|
To use this table you will need to read the mhfsch.bin and produce the file in index order.
|
||||||
|
```c
|
||||||
|
//------------------------------------------------
|
||||||
|
//--- 010 Editor v12.0.1 Binary Template
|
||||||
|
//
|
||||||
|
// File:
|
||||||
|
// Authors:
|
||||||
|
// Version:
|
||||||
|
// Purpose:
|
||||||
|
// Category:
|
||||||
|
// File Mask:
|
||||||
|
// ID Bytes:
|
||||||
|
// History:
|
||||||
|
//------------------------------------------------
|
||||||
|
local int i;
|
||||||
|
Printf("|index| Year|Month|Day|Hour| \n");
|
||||||
|
Printf("|--| --|--|--|--| \n");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for(i = 0; i <37; i++){
|
||||||
|
|
||||||
|
struct{
|
||||||
|
uint32 year;
|
||||||
|
uint32 month;
|
||||||
|
uint32 day;
|
||||||
|
uint32 hour;
|
||||||
|
Printf("|%d| %d| %d| %d| %d|\n",i,year,month,day,hour);
|
||||||
|
FSkip(16);
|
||||||
|
} schedule;
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
# GHC
|
# GHC
|
||||||
|Name |Monster ID |mhfsch index |
|
|Name |Monster ID |mhfsch index |
|
||||||
| ------------------- | --------- | ----------- |
|
| ------------------- | --------- | ----------- |
|
||||||
@@ -11,6 +44,7 @@
|
|||||||
|Plesioth |21 |17 |
|
|Plesioth |21 |17 |
|
||||||
|Gold Rathian |42 |21 |
|
|Gold Rathian |42 |21 |
|
||||||
|White Monoblos |44 |27 |
|
|White Monoblos |44 |27 |
|
||||||
|
|
||||||
# HC Monsters
|
# HC Monsters
|
||||||
|Name |Monster ID |mhfsch index |
|
|Name |Monster ID |mhfsch index |
|
||||||
| ------------------- | --------- | ----------- |
|
| ------------------- | --------- | ----------- |
|
||||||
Reference in New Issue
Block a user