Gibberlings3 / iesdp

Jekyllized version of IESDP with imported history
https://gibberlings3.github.io/iesdp/
19 stars 22 forks source link

SRC file format update #146

Closed Argent77 closed 2 years ago

lynxlynxlynx commented 2 years ago

Interesting. What does this weight do? Does it mean you can have several entries with the same strref and the engine will do a weighted random pick?

Argent77 commented 2 years ago

Weight influences the probability how often an entry is picked by the engine in relation to the other entries. With two entries (weight: 9 and weight: 1) the weight: 9 entry will be picked 9 out of 10 times (on average).

lynxlynxlynx commented 2 years ago

Please add at least the first sentence to the description then.

lynxlynxlynx commented 2 years ago

Thanks!