Files
Sun1602/GameClients/CN1602/Data/备份/ItemOptionParamInfo.txt
T
git 9cb257e7ae Add GameClients drops and keep current 1602 source work.
CN1602 is the local client. KR is the official tree with unpacked Data, System, and Sound. Packed .wpk files stay off git.
2026-08-30 23:24:31 +03:00

18 lines
309 B
Plaintext

//수치값 증가에 따른 코드 값
//최초작성자 : 김태현
//날짜 : 2005-07-28
//version 0.0.0.1
// 수치코드 0값 1값 2값 3값
// n_code code_0 code_1 code_2 code_3
1 1 2 3 4
2 2 4 6 8
3 3 6 9 12
4 4 8 12 16
5 5 10 15 20
6 6 12 18 24
7 7 14 21 28
8 8 16 24 32
9 9 18 27 36
10 10 20 30 40